From 2f73eb6723249b35bde92ee1873c975e49d7d460 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 17 Mar 2022 02:22:54 +0100 Subject: [PATCH] dev-python/glance_store: add 3.0.0, drop 2.7.0 Signed-off-by: Alessandro Barbieri --- dev-python/glance_store/Manifest | 2 +- ...lance_store-2.7.0.ebuild => glance_store-3.0.0.ebuild} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename dev-python/glance_store/{glance_store-2.7.0.ebuild => glance_store-3.0.0.ebuild} (95%) diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest index 0e17250822..7e7b83111b 100644 --- a/dev-python/glance_store/Manifest +++ b/dev-python/glance_store/Manifest @@ -1 +1 @@ -DIST glance_store-2.7.0.tar.gz 229579 BLAKE2B 9623fedf6cf9de51b6793202a8d0134380fa1b9d0f5a595bc2d718f468f48bd078f32c7154ee719db3a49d38bfcea4e7d763caf67cb3e522a034184425477230 SHA512 fc5b06dbd197d99b36e2f744f10dff77d268e1dfe13ebb85b1945f28d3b27607d7023735868e6f4bfcd63735c917a2bc21aa7772ed35a4710f9df557d4cd5a99 +DIST glance_store-3.0.0.tar.gz 234086 BLAKE2B 781b9aa0913c355d898b7c05ed8807bb92bf08b371380c1f308bd4a3f8749dc91e53f6c817cc56621ce3fd7be748eee1cc5f5b1764d4167606733e7ef9176abd SHA512 4bae5ed37031902e0c47c7fa0bae2703bf21ab41226df3b2786d4679497500caeed91507e55f83512afa5ad57b73a153f901577ffa33c9d103c45622f07494c3 diff --git a/dev-python/glance_store/glance_store-2.7.0.ebuild b/dev-python/glance_store/glance_store-3.0.0.ebuild similarity index 95% rename from dev-python/glance_store/glance_store-2.7.0.ebuild rename to dev-python/glance_store/glance_store-3.0.0.ebuild index ccdea43942..af3dc14c94 100644 --- a/dev-python/glance_store/glance_store-2.7.0.ebuild +++ b/dev-python/glance_store/glance_store-3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -11,7 +11,7 @@ DESCRIPTION="A library for glance" HOMEPAGE=" https://github.com/openstack/glance_store https://opendev.org/openstack/glance_store - https://pypi.org/project/glance-store + https://pypi.org/project/glance-store/ https://launchpad.net/glance-store " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -46,8 +46,8 @@ RDEPEND=" ) vmware? ( >=dev-python/oslo-vmware-3.6.0[${PYTHON_USEDEP}] ) " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" test? ( >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]