summaryrefslogtreecommitdiff
path: root/dev-python/chameleon
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-19 07:28:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-19 07:28:43 +0000
commitf63baf025e2b76cb1ae7aa84acaa8d66aef367a0 (patch)
tree47ad3ee96a64becd266d03687de600a9ca4960df /dev-python/chameleon
parent3ee91b49159bb1569a20aa4596e51616147cbdb7 (diff)
downloadbaldeagleos-repo-f63baf025e2b76cb1ae7aa84acaa8d66aef367a0.tar.gz
baldeagleos-repo-f63baf025e2b76cb1ae7aa84acaa8d66aef367a0.tar.xz
baldeagleos-repo-f63baf025e2b76cb1ae7aa84acaa8d66aef367a0.zip
Adding metadata
Diffstat (limited to 'dev-python/chameleon')
-rw-r--r--dev-python/chameleon/Manifest3
-rw-r--r--dev-python/chameleon/chameleon-4.3.0.ebuild28
-rw-r--r--dev-python/chameleon/chameleon-4.4.3.ebuild4
-rw-r--r--dev-python/chameleon/chameleon-4.5.0.ebuild (renamed from dev-python/chameleon/chameleon-4.4.2.ebuild)2
4 files changed, 4 insertions, 33 deletions
diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest
index e9444836cf54..46198970cfe3 100644
--- a/dev-python/chameleon/Manifest
+++ b/dev-python/chameleon/Manifest
@@ -1,3 +1,2 @@
-DIST Chameleon-4.3.0.tar.gz 178781 BLAKE2B 8dfad0c915291a5afb87d10b17ccca00ee26468bb2ddab2bccb36a67451d52727daecb3207923785820702173bd553fa5e8e2af09c89e51cac830917dc77ce66 SHA512 4fc63b7cff2cd41030d8efe32aa723e9245a6c9197faa9be3862c433ce668998ee39adf3b4b59d3b4968341f3af4326fbb61f9c93ee3399d195c1e521525fc52
-DIST Chameleon-4.4.2.tar.gz 179991 BLAKE2B 240737d20653c5787261fd12aa5e8cc6c6fb8b97498eb5716385bd5960540ff75ea4e109463f12dce060819499d355820830360f397815205f1737b03ce40286 SHA512 5cf5a86981711b2e694f5c47017e39628e8160aaa4020288b3ea87b4212e7fa0694dccae9255f6a2d314fa1e7d2e8fa1994f5587d9c07ced07abcff0361c9f01
DIST Chameleon-4.4.3.tar.gz 178203 BLAKE2B 0946e91b4f0be618bd8d5c9c87b3517af5cf1fd1af7182d2b1a60feda876e0ba5d1f2b7de9c3b2b27f0a4615dbd346b90abf497f0a1c9e3312b4b52ac8685e98 SHA512 0b72da4b17bf2b815eef329c9a07e51d8405fe38813e025db404279888e410e7d406b314a72ed5b76a7e5416d43a075ea0b0a8971cd363d4999d73172d9583c5
+DIST Chameleon-4.5.0.tar.gz 178580 BLAKE2B c4298048849bd294fc6c0778ad0a72ded30afbf928fda4c7e188fc54fd8d931f275f9e8d96bec8b0028261f8e470b7760b9a56bde4d1c3b7edab91c218dddd57 SHA512 36ffc2f7e917df967b5df530452c0610561cdf67a491994662cd9ce15ef8889ba5242f163a408c5bf02e4b87e8e2decbbe0d6f404e9953978bbdb319cb179ca2
diff --git a/dev-python/chameleon/chameleon-4.3.0.ebuild b/dev-python/chameleon/chameleon-4.3.0.ebuild
deleted file mode 100644
index 147447a88e7f..000000000000
--- a/dev-python/chameleon/chameleon-4.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fast HTML/XML template compiler for Python"
-HOMEPAGE="
- https://github.com/malthe/chameleon/
- https://pypi.org/project/Chameleon/
-"
-
-LICENSE="repoze"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-distutils_enable_tests unittest
-
-src_test() {
- cd src || die
- distutils-r1_src_test
-}
diff --git a/dev-python/chameleon/chameleon-4.4.3.ebuild b/dev-python/chameleon/chameleon-4.4.3.ebuild
index 2a50115029bb..8a406dcaac0f 100644
--- a/dev-python/chameleon/chameleon-4.4.3.ebuild
+++ b/dev-python/chameleon/chameleon-4.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="repoze"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
distutils_enable_tests unittest
diff --git a/dev-python/chameleon/chameleon-4.4.2.ebuild b/dev-python/chameleon/chameleon-4.5.0.ebuild
index 2a50115029bb..2f0738cdcff0 100644
--- a/dev-python/chameleon/chameleon-4.4.2.ebuild
+++ b/dev-python/chameleon/chameleon-4.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8