summaryrefslogtreecommitdiff
path: root/dev-python/stevedore
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-14 06:17:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-14 06:17:35 +0000
commitc24da107a8903eb6e86d811f19448c01fa81ba15 (patch)
tree18d4e577f4494130eaebf6bad5507ccc61b6ee78 /dev-python/stevedore
parent55b20c97078ded20d0e7c6b3ef33d673c861d8b4 (diff)
gentoo auto-resync : 14:03:2023 - 06:17:35
Diffstat (limited to 'dev-python/stevedore')
-rw-r--r--dev-python/stevedore/Manifest4
-rw-r--r--dev-python/stevedore/stevedore-4.1.1.ebuild49
-rw-r--r--dev-python/stevedore/stevedore-5.0.0.ebuild3
3 files changed, 2 insertions, 54 deletions
diff --git a/dev-python/stevedore/Manifest b/dev-python/stevedore/Manifest
index 6c200dec473e..4ae6c8d0fc34 100644
--- a/dev-python/stevedore/Manifest
+++ b/dev-python/stevedore/Manifest
@@ -1,5 +1,3 @@
-DIST stevedore-4.1.1.tar.gz 514168 BLAKE2B b3b37bfae408adb1664562b99c9951ac035196babec8424068bcffa8226fed8da54044e6efe5b1b739b1caeb49bdaf1b65eca38ec6b4e200b837714d926e2dfb SHA512 9f75af586e4fff1bebb88351a242b171d6cce795d86cfffd021c47bafd9ced84a78a838a589d8828fa7bb0f183e767fe888b0780aeda9129895182bf4e0ff717
DIST stevedore-5.0.0.tar.gz 513970 BLAKE2B e1135a281c88633daed4ec41a5bb66c3bf2ed2275a3502fbc90b6ba09ac55693e5c98a0af49d948adf141812e195dfdb6a293021405abdba962c05ff506a1879 SHA512 4041172deba14b8e33cb48d8b629810e66a52e1676a989417c1b896930e980e0057efbf8f9b6b9c4c82ffce02b132b8e6c5f7a5b02e49d7c7c242ab4a20bac02
-EBUILD stevedore-4.1.1.ebuild 1208 BLAKE2B 5f629ce2497a92bca6fdd11c989ff980cf43ea4d6f835cad6a996d203f96ecc6b598ece01a595cba9a60791bcc12f7bdd7d22053ad458a05b2e34be5f5d832a0 SHA512 e7f4c6cac0aecdd1bd253a9da00b7492132523b92f562e23d4202f4ea7467cd335a0e1a3fab6f04482df890d05552d8cef0add598545ba1451c5a7c79b1a1ab5
-EBUILD stevedore-5.0.0.ebuild 1153 BLAKE2B f0d461c57fe8c2d097de091a71eb82f47eaeb7ae707dd3a116e721407eaeb745bfa962831c71e0099a19c25a40cab696b56a4f83f5b0a30be093ff1071ae82f1 SHA512 9e0234fffa8870b7f28c113a4073baeec3f7b40248d401146bc91a024fe689b985442e94cb3f334f567e3f6cf6349905625976717b74c497c7f605dd4187817f
+EBUILD stevedore-5.0.0.ebuild 1106 BLAKE2B de4bfbb9928ddd8517cd795032769f437fad560bf5b6448bade8f00a3193ec07d754db8255eaa34d4f25804b88ef12edc1ef6f1b0c07844f5872e7d6d53557aa SHA512 21042774ef2009a773a9a9a412b0ef85a61f22c10cff8561ff5c5971cd0b31f8fda19a7dace2b333e2adf5c3379217a83b404175eadaa828fb4a20b2d8667e1f
MISC metadata.xml 522 BLAKE2B 3ed51cb439d8350ff3df20a20a803c14bb11c9e0e5b15bd661f5780513f88a38f8a4d80703f6a7764488aa721f0fbbbf9a25d4fccb0f9916423198daa539bb69 SHA512 d08e11153dbb878de8f93d7a8293ddf2469adad8a2c436ef652f5c7cda7696a91f914260b841b3e64b3aab37d70dc76b1c369a08b9ef4bbd4f7c33c6a0ece690
diff --git a/dev-python/stevedore/stevedore-4.1.1.ebuild b/dev-python/stevedore/stevedore-4.1.1.ebuild
deleted file mode 100644
index 0d1d6e08debb..000000000000
--- a/dev-python/stevedore/stevedore-4.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage dynamic plugins for Python applications"
-HOMEPAGE="
- https://opendev.org/openstack/stevedore/
- https://github.com/openstack/stevedore/
- https://pypi.org/project/stevedore/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- test? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/testtools[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx 'doc/source' \
- '>=dev-python/openstackdocstheme-1.18.1' \
- '>=dev-python/reno-2.5.0' \
- '>=dev-python/sphinx-2.0.0'
-
-python_prepare_all() {
- # Delete spurious data in requirements.txt
- sed -e '/^pbr/d' -i requirements.txt || die
-
- # Also known problem, inside venv
- sed -i -e 's:test_disable_caching_file:_&:' \
- stevedore/tests/test_cache.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/stevedore/stevedore-5.0.0.ebuild b/dev-python/stevedore/stevedore-5.0.0.ebuild
index 86df56933289..fb7343a6080f 100644
--- a/dev-python/stevedore/stevedore-5.0.0.ebuild
+++ b/dev-python/stevedore/stevedore-5.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Manage dynamic plugins for Python applications"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/openstack/stevedore/
https://pypi.org/project/stevedore/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"