diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /dev-python/oslo-concurrency | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-python/oslo-concurrency')
-rw-r--r-- | dev-python/oslo-concurrency/Manifest | 6 | ||||
-rw-r--r-- | dev-python/oslo-concurrency/metadata.xml | 1 | ||||
-rw-r--r-- | dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild (renamed from dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild) | 9 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest index c255b13e6897..f5f8b317e45c 100644 --- a/dev-python/oslo-concurrency/Manifest +++ b/dev-python/oslo-concurrency/Manifest @@ -1,3 +1,3 @@ -DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9 SHA512 ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef -EBUILD oslo-concurrency-4.0.2.ebuild 919 BLAKE2B bbc9d600df9f76bbaeb1b980db257b003965fa20aed85a701a4b03df4d7ac71da3607dd682fc8f64a3bf432eb8c27c651a9e6100feb6354f93116832d946858a SHA512 15100f184a59b44ea07938e8e0675127169dd0ab3455f13722a4d5b68baec5233c6fb12f129632d976842676abdceedf6251756739c999b491fdd718bfe7cabd -MISC metadata.xml 665 BLAKE2B d648ddb783230e648e931b39640fbb9d8a68029ae87ebe48eec97e05cadafa39dde8999fd01f8fc6b05cbd8590150b1f1444263b654ab3bb4bd3cfd2baf3d13c SHA512 de8aa8ac698d88f71b8368334e2e9c5edbc559a612e8d92379400fb73d82e44f70b9e23726fef13414e36fc159f3a8bc41753c4c83daa4d31aadef942e9a484e +DIST oslo.concurrency-4.3.1.tar.gz 54815 BLAKE2B 5926ffb363003e899e08d630e352cc4842b45939a23d8f26db0dbf96432c19cc37f8629d396fe86f5afbfc1b8e9a64a14d3a9d9d53b3ded1300e3f1e6d0151a4 SHA512 fdf89a622bcb999b1a7a77b9c5bdf15baa986e288d2af47485abf5dc4617b84ba53621a6cff72a9764e9c8a4f1504d6b5faa96c13ef29c37f2d63f7a1c3b4d61 +EBUILD oslo-concurrency-4.3.1.ebuild 879 BLAKE2B 34516eddb912df8e5f3ee9abb556948a18a3d773af056bdf78fa31810c2fcbbc088bb85595da0723b470d9a198525513bc82ccdbed3fbba0ca39243bee4c2ab5 SHA512 a5cc8f9e2171b3184a1f6999dbfb6f9e26683d214e82273e7e77ec62f249ab9a8ce472607c3b63d9aa219e5e6d2f71c426591d881717f35ca2809452c8a62396 +MISC metadata.xml 690 BLAKE2B e5fef0056820a341d97501b8af588a987f649910973ae13b83175a34d6d36651fd445e0f0684be834f3efb203642dbb245db822945e181777914a6a64c458019 SHA512 cfbdac8d81aea1c3133de01f7cc624b44c3862bbae75b80c78d0d979cf28fa796be25119434e70b5552d4820b19e64ba1ad22bf7cbc93ea1c9fba88490c385dc diff --git a/dev-python/oslo-concurrency/metadata.xml b/dev-python/oslo-concurrency/metadata.xml index 0913509187b3..e464c80bdee7 100644 --- a/dev-python/oslo-concurrency/metadata.xml +++ b/dev-python/oslo-concurrency/metadata.xml @@ -12,6 +12,7 @@ <longdescription lang="en"> Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes. </longdescription> + <stabilize-allarches/> <upstream> <remote-id type="pypi">oslo.concurrency</remote-id> </upstream> diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild index 6e2470a8637d..ee1439729987 100644 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild +++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -17,15 +18,13 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="" RESTRICT="" -CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" +DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}] " |