From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/oslo-i18n/Manifest | 2 +- dev-python/oslo-i18n/oslo-i18n-5.1.0-r1.ebuild | 38 ++++++++++++++++++++++++++ dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild | 34 ----------------------- 3 files changed, 39 insertions(+), 35 deletions(-) create mode 100644 dev-python/oslo-i18n/oslo-i18n-5.1.0-r1.ebuild delete mode 100644 dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild (limited to 'dev-python/oslo-i18n') diff --git a/dev-python/oslo-i18n/Manifest b/dev-python/oslo-i18n/Manifest index f6acb71c5cd3..35ebfcb8042f 100644 --- a/dev-python/oslo-i18n/Manifest +++ b/dev-python/oslo-i18n/Manifest @@ -1,3 +1,3 @@ DIST oslo.i18n-5.1.0.tar.gz 47423 BLAKE2B 621ec835fc975978fe3da392edda66471cd85fcfbe5af8c7a1704d7422d8f52f3b61c97ac8cfbd2aca94f65c8428cc5f97b095bc116ece605a4dc325a4a0171e SHA512 b2243f22de3ef3e33609c5aff573c4448a42c74d75022e023bea97c5338608e3fcd9da92aa2d262051e6b2ccbd5a88cfb2c91da79b7e3f81420dc24117da9b1d -EBUILD oslo-i18n-5.1.0.ebuild 709 BLAKE2B 8f0264bf6b0d3c7da62b0543f714fdeef744b83dc6cb47898cda29f0b2469b42ddd7ac8a44a2cc46bb07ffa77d3be91807df1f5281be44311f75b9208e039187 SHA512 8987898bfb17b699ce9675713502726e3b2f6dfef23b4379e64f21e017a68ae828d12d464d6ced75988c511232802183b712be67668a491484b9c0b65e34384b +EBUILD oslo-i18n-5.1.0-r1.ebuild 779 BLAKE2B ed2b212f63b8f5478c46ea993ce1ab947565e8c5271de47941478a55c8beecd79ce59e1e02a8baa6d2eb6d949a9270593b5c764281d9f052b9cec72d0e105e92 SHA512 3161cf874a33eeda145b1f208d57ede2f33056015f0874ac2f4e235e1c5c98b66242726487aebdf95fa93e358b86fb2861f63bf578894392e65ab5b946565497 MISC metadata.xml 665 BLAKE2B 8890b37ab4cb0fce66a2e6f8be6da304a0c28d75d203a4413d6c8062a984a52b4c6004145992d3e00dd156ffd64a2bbb6b75eba85954de9fabcd88d24e925cc6 SHA512 b4a5778815e857a638e0ca9c9d228e9c941f9b541d667c7e4fcf6ef4814c8b24cbf0c8d24317ffbc7e65e25326f5043a546f42b7982f355551d1b0d0351472b0 diff --git a/dev-python/oslo-i18n/oslo-i18n-5.1.0-r1.ebuild b/dev-python/oslo-i18n/oslo-i18n-5.1.0-r1.ebuild new file mode 100644 index 000000000000..7053c73f76d7 --- /dev/null +++ b/dev-python/oslo-i18n/oslo-i18n-5.1.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +MY_PN=${PN/-/.} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Oslo i18n library" +HOMEPAGE=" + https://opendev.org/openstack/oslo.i18n/ + https://github.com/openstack/oslo.i18n/ + https://pypi.org/project/oslo.i18n/ +" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" + +RDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} + test? ( + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest diff --git a/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild deleted file mode 100644 index 1f89bcf3e363..000000000000 --- a/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Oslo i18n library" -HOMEPAGE="https://launchpad.net/oslo" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -RDEPEND=" - ${CDEPEND} -" -BDEPEND=" - ${CDEPEND} - test? ( - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest -- cgit v1.2.3