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/python-heatclient | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-python/python-heatclient')
-rw-r--r-- | dev-python/python-heatclient/Manifest | 6 | ||||
-rw-r--r-- | dev-python/python-heatclient/metadata.xml | 1 | ||||
-rw-r--r-- | dev-python/python-heatclient/python-heatclient-2.2.1.ebuild (renamed from dev-python/python-heatclient/python-heatclient-1.17.0.ebuild) | 41 |
3 files changed, 8 insertions, 40 deletions
diff --git a/dev-python/python-heatclient/Manifest b/dev-python/python-heatclient/Manifest index 9efa96b60b4a..f5d3f36d535e 100644 --- a/dev-python/python-heatclient/Manifest +++ b/dev-python/python-heatclient/Manifest @@ -1,3 +1,3 @@ -DIST python-heatclient-1.17.0.tar.gz 172475 BLAKE2B 79dbaa2b6f3bc5e97ac4f2630e3e5ef5a320b7b37b1abdfee5ce66df6c63c9d488770135ffdaff53d3e88f93becd8f26019c4c1967624693c9c0ce1479055181 SHA512 44a16f32ede251c36546a0dcab2ca2ca0e145ce924f257c623cc375e52a851094639529a77d770d2703e28f9446e27e03424240fdc0272096e91703180dd6190 -EBUILD python-heatclient-1.17.0.ebuild 2333 BLAKE2B 2c45e4b0c3ae93445e1bb463feabb669ae69ac85bc132378bbe4c11c2fec8eb6bca06ee5916b787bcf745309d21f74c953795a31bdca8e8f65dab6201cec1ce6 SHA512 7a530a7c4c68fb4dd2dd0ea0ee370abd8e942744ffc7601320677c9b77e2a3e5be61f3e44bd04bd5fa170aaa93c172cf64cd17461dd0d3095d0d37869229b9c1 -MISC metadata.xml 457 BLAKE2B d768c02f5d9f1373bee1b07041846d8f19106faadc16eb3ba246bed343be8538b77653b4cd7bfe12d3368567256c6a509d39b33bcb225556caa892c8aef226e8 SHA512 98a578c3f7835c7560184fb171d8052c202e9a708e1b2132b60b2359d52b7003a301f8390e9f3439b09a060257983e5927d0cea8dada6348b9ebb78ee9bbb4dd +DIST python-heatclient-2.2.1.tar.gz 172925 BLAKE2B 3ecccdb8647f1d78c13680158db60cfbf0f8a7415636337caca171785bf5ae06516055df619b013b7d73218ccb1cb0a697e5312ea0aef40e4445b281bb740c21 SHA512 9798dbf2def1aa160d5773dc5da57cd1b1a372bd9e734e8bbf89e817e84dfa03cb36519d0b805624dba1259964b8311c729a1632531e1c659765acc483c9f024 +EBUILD python-heatclient-2.2.1.ebuild 1394 BLAKE2B 769bf5ca5746195f45f1fc0c81af056d00633908850cfdcdb6285824f9a8d557af7b3159ed6f641ef471061eef4382c683f4cb8b6a310ad6116712e0d886ca57 SHA512 061a66608ae5326ed535c341e59be664025800a8a05db06c49082486e3b7a1afbe0ccd9149f8d8353f45b0401424d148f01420836a2162046589c4eef779b79b +MISC metadata.xml 482 BLAKE2B 5b0dd40e1aa1024a2828be2eac1685060d417303ea2335bc97c4ecdb0c1ff371137a4962d9e9f4a7045cbea1004822dbf1473a31433bb20b57f0095034084cc7 SHA512 07deb8bb4309cd16baa59ade8a37c4b8af235d84f47bf0addd5026bed6b4464fd3f785c0a01f1ca3eda3094629ea89d4d5c0545dc4a080d0b189f4ab5a2949fa diff --git a/dev-python/python-heatclient/metadata.xml b/dev-python/python-heatclient/metadata.xml index 7b130c7316f2..569ee5741ed0 100644 --- a/dev-python/python-heatclient/metadata.xml +++ b/dev-python/python-heatclient/metadata.xml @@ -9,6 +9,7 @@ <email>openstack@gentoo.org</email> <name>Openstack</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">python-heatclient</remote-id> </upstream> diff --git a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild b/dev-python/python-heatclient/python-heatclient-2.2.1.ebuild index beae3589a2be..84261081922c 100644 --- a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild +++ b/dev-python/python-heatclient/python-heatclient-2.2.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -13,31 +14,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="doc test" -RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} - test? ( - >=dev-python/coverage-4.0[${PYTHON_USEDEP}] - !~dev-python/coverage-4.4[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/mox3-0.20.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}] - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - ) -" - -RDEPEND=" - ${CDEPEND} +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND} >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] @@ -56,17 +37,3 @@ RDEPEND=" >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] " - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - sed -i '/^tempest/d' test-requirements.txt || die - - distutils-r1_python_prepare_all -} - -python_test() { - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}" - - testr init - testr run || die "testsuite failed under ${EPYTHON}" -} |