summaryrefslogtreecommitdiff
path: root/dev-python/chevron
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/chevron
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/chevron')
-rw-r--r--dev-python/chevron/Manifest2
-rw-r--r--dev-python/chevron/chevron-0.13.1.ebuild30
-rw-r--r--dev-python/chevron/chevron-0.14.0-r1.ebuild28
-rw-r--r--dev-python/chevron/metadata.xml11
4 files changed, 0 insertions, 71 deletions
diff --git a/dev-python/chevron/Manifest b/dev-python/chevron/Manifest
deleted file mode 100644
index 92ed024e4719..000000000000
--- a/dev-python/chevron/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST chevron-0.13.1.gh.tar.gz 13237 BLAKE2B 27c508a9edc232f45c36881724ee88a56e1ad4dd60d9fe982c8265a42569a08c34fbab6fe2303515c689bec80d8b330ad86332c7f02fb00c823149e32cdbe7cc SHA512 52ab3797d3acdea41eabf9d7527ab73f1a785dcd440a67cd2627fa1911aae00618371d8a75abe5bfe7eb73b5518d6f0d9b9f69fa60481365ff9c2fd1db66f32d
-DIST chevron-0.14.0.tar.gz 11440 BLAKE2B a1ab4ae938a29008b654d300702aad0bef1e797b3de5d731d44b763fbfc7f14dd92fcaff274643f526361629c3cba70c0c6c4156a4ad5e359c110af93b91fd81 SHA512 e209a36b5c7eda4f4dedba0f07a63ef3067b90606a7bac61897ebe1c2f229239a6cf9d53d23880f2bf71a5d25772a3734bb74ce64686cbb87f9db49babb498a7
diff --git a/dev-python/chevron/chevron-0.13.1.ebuild b/dev-python/chevron/chevron-0.13.1.ebuild
deleted file mode 100644
index a6158d5c240a..000000000000
--- a/dev-python/chevron/chevron-0.13.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/noahmorrison/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/noahmorrison/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A Python implementation of mustache"
-HOMEPAGE="https://github.com/noahmorrison/chevron"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- ${PYTHON_DEPS}
-"
-
-distutils_enable_tests unittest
diff --git a/dev-python/chevron/chevron-0.14.0-r1.ebuild b/dev-python/chevron/chevron-0.14.0-r1.ebuild
deleted file mode 100644
index 75ee833dda2f..000000000000
--- a/dev-python/chevron/chevron-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python implementation of mustache"
-HOMEPAGE="https://github.com/noahmorrison/chevron"
-
-# 0.14.0 was never pushed to GitHub, even master is 1 commit behind.
-# For now, pull from pythonhosted.
-SRC_URI="https://files.pythonhosted.org/packages/15/1f/ca74b65b19798895d63a6e92874162f44233467c9e7c1ed8afd19016ebe9/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- ${PYTHON_DEPS}
-"
-
-distutils_enable_tests unittest
diff --git a/dev-python/chevron/metadata.xml b/dev-python/chevron/metadata.xml
deleted file mode 100644
index 9426aabf6e46..000000000000
--- a/dev-python/chevron/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>johnmh@johnmh.me</email>
- <name>John M. Harris, Jr.</name>
- </maintainer>
- <upstream>
- <remote-id type="github">noahmorrison/chevron</remote-id>
- </upstream>
-</pkgmetadata>