From aa47868356ed14c3fc4d9500eae0469f2250ddb1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 5 Aug 2022 14:08:02 +0100 Subject: gentoo auto-resync : 05:08:2022 - 14:08:02 --- dev-python/oslo-concurrency/Manifest | 2 +- .../oslo-concurrency-5.0.0-r1.ebuild | 51 ++++++++++++++++++++++ .../oslo-concurrency/oslo-concurrency-5.0.0.ebuild | 51 ---------------------- 3 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild delete mode 100644 dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild (limited to 'dev-python/oslo-concurrency') diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest index b204a85bc170..56ba6c000a5d 100644 --- a/dev-python/oslo-concurrency/Manifest +++ b/dev-python/oslo-concurrency/Manifest @@ -1,5 +1,5 @@ DIST oslo.concurrency-4.5.1.tar.gz 59126 BLAKE2B 61f509b4ce76cd036b695bb5ad744374e029239a63a629a4b96d44c8ba29150095fe9d57000367c4d07dc7c358ef61cfa4868a2347f206327093ad32ffb85955 SHA512 88319915c90befb01a275666b4a760357c1e72f04d5faf27ab9c67629ecbf2dd3a73d077f3c57435231b55aa777a9642f26e91cc4cb27ad56eb801b2b98eca48 DIST oslo.concurrency-5.0.0.tar.gz 59343 BLAKE2B 412fba38e0281b2c6d7b27182d159c99730a22ec3400586481f234998cd2f446de5cdd84aaa3abb1cdd93eb9eff1294c87ce51e165dc49caa078e69932ecd19b SHA512 570acbaf599a8a177ba6bc7c009edb43db5e077c06bee5c5895d81944daf78c8dde197bd9af730b17b5075fdaf527252aa44ea0edb79d73e16714582645afb7e EBUILD oslo-concurrency-4.5.1.ebuild 1289 BLAKE2B b622f95226eaa12059d70956621db39bebd6681bbd7809473ae97633e13eaf337e244ce923948903c4ae95a46a8b3a334e23f658ef1297858fe6c1c3ee62f742 SHA512 4516c8be42f0716c4992adc77be2dff98863edb93a0f9450cbe4a5da212fa98c3e3a2d4f88d706e0e7a1c11317d52a3b58df05a8b90f47b7b92ff98f97d9307c -EBUILD oslo-concurrency-5.0.0.ebuild 1291 BLAKE2B e3efa35f7cafdf4393a87b94e9c726cef3f7b290c4911abe0de01ec09c349f5bb7047643c1d1bc72a0f4068399cb739b27d20b2303a0cc1995a51b0e082dfc5b SHA512 6e70d93c1b7bd8dc43d11ce657819e0ab8f7d9a32626d3400d6afd6e971346df646762ba8d97a708c1c01ab5e9269274e37e5e2628bfa72309a5df719d2cf678 +EBUILD oslo-concurrency-5.0.0-r1.ebuild 1288 BLAKE2B b692eb9a5b09e49b3a06f8162d018b0c5eecad8f43c244bbbc8b2b6ae5344329145c41ead5d24e9d08d5477993304cde2805f69b1e7e3d874fb660d61ca20111 SHA512 93a9c9a380167f067d94950376da8ecad4313e620f592f501126bb47709dcdca88f107c143eae949ea14a347d81df164b9ed83c1a734b78ff8e900cc81dd1ed7 MISC metadata.xml 540 BLAKE2B 3cf35ead27deb8915aafded620fabef948d56e3feff9a6936bf8b80cf4ca3a84a000a0f56c2fee944dbd5c0ad7fb5211656ae861c64257d2ef83629e914521ad SHA512 a10fd1f009c73620ae68719bda0304ee3d8b64c0edb05d6bc818d14475499a1a78c613815b9fd29991c9b90b830e099139f263861e10b696432651da65a7d637 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild new file mode 100644 index 000000000000..dc7ded7d9eb9 --- /dev/null +++ b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Oslo Concurrency library" +HOMEPAGE="https://pypi.org/project/oslo.concurrency/ + https://github.com/openstack/oslo.concurrency" +SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz" +S="${WORKDIR}/${PN/-/.}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] + >=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/fasteners-0.7.0[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}] + test? ( + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}] + ' 3.8 3.9) + ) +" + +distutils_enable_tests unittest + +python_compile() { + distutils-r1_python_compile + if ! has "${EPYTHON}" python3.{8..9}; then + find "${BUILD_DIR}"/install -name '*eventlet*' -delete || die + fi +} + +python_test() { + cd "${BUILD_DIR}/install$(python_get_sitedir)" || die + eunittest +} diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild deleted file mode 100644 index e51f8493591c..000000000000 --- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Oslo Concurrency library" -HOMEPAGE="https://pypi.org/project/oslo.concurrency/ - https://github.com/openstack/oslo.concurrency" -SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz" -S="${WORKDIR}/${PN/-/.}-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -RDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - >=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/fasteners-0.7.0[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - test? ( - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}] - ' 3.8 3.9) - ) -" - -distutils_enable_tests unittest - -python_compile() { - distutils-r1_python_compile - if ! has "${EPYTHON}" python3.{8..9}; then - find "${BUILD_DIR}"/install -name '*eventlet*.py' -delete || die - fi -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - eunittest -} -- cgit v1.2.3