commit: 2132331df76d8855ade5c9d069a960834f326e75
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 03:20:34 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 03:20:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2132331d
dev-python/castellan: add 3.10.1, drop 3.9.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/castellan/Manifest | 2 +-
.../castellan/{castellan-3.9.1.ebuild => castellan-3.10.1.ebuild} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 3cab06c55..0353af8dc 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1 @@
-DIST castellan-3.9.1.tar.gz 77838 BLAKE2B
e8945bc2e0f9fd5407f764d16dd564e00c4c30d5986eea99552bc22121461d14582225888d088c4881967066e2286462f0591506d753acc5177f61f3ad2f9544
SHA512
6cf489307c8bc74922297d51305f37668c1118c3f22607bed455cb37a515709cd161203f024fe289c0a99225957365e0cb39eca0945d135b0a6e03872241d009
+DIST castellan-3.10.1.tar.gz 78709 BLAKE2B
e12d66788f45fdca102e9c37e3f7c39598463fd49ed7064226443468a8602b4a32f42078847a1d8df594d51edb4c200d65feb38d5c00a6edb04b2078626517d9
SHA512
cf9a523a75c5d6bada1570982541475f42ffcbc468c7f5cf7f5c0e6545833c0de38f1b1b7b940f3bfc6e92a54917dae359cf37f995b5fbd6237ff78e36c62676
diff --git a/dev-python/castellan/castellan-3.9.1.ebuild
b/dev-python/castellan/castellan-3.10.1.ebuild
similarity index 93%
rename from dev-python/castellan/castellan-3.9.1.ebuild
rename to dev-python/castellan/castellan-3.10.1.ebuild
index c2c883440..803436e2d 100644
--- a/dev-python/castellan/castellan-3.9.1.ebuild
+++ b/dev-python/castellan/castellan-3.10.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Generic Key Manager interface for OpenStack"
HOMEPAGE="
- https://pypi.org/project/castellan
+ https://pypi.org/project/castellan/
https://opendev.org/openstack/castellan
https://pypi.org/project/castellan
https://launchpad.net/castellan
@@ -33,8 +33,8 @@ RDEPEND="
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]