From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- dev-python/tempest-lib/Manifest | 2 +- dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild | 57 ++++++++++++++++++++ dev-python/tempest-lib/tempest-lib-1.0.0.ebuild | 61 ---------------------- 3 files changed, 58 insertions(+), 62 deletions(-) create mode 100644 dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild delete mode 100644 dev-python/tempest-lib/tempest-lib-1.0.0.ebuild (limited to 'dev-python/tempest-lib') diff --git a/dev-python/tempest-lib/Manifest b/dev-python/tempest-lib/Manifest index 442af904233a..74fa294b4db3 100644 --- a/dev-python/tempest-lib/Manifest +++ b/dev-python/tempest-lib/Manifest @@ -1,3 +1,3 @@ DIST tempest-lib-1.0.0.tar.gz 115527 BLAKE2B 4937aaa84ad8b6315bc4db03edb64303a64801fb4915489f0e48262bd52224a047687d2adfb6524273763976053eca5f209d12f93914408f4c21e2e2e69a1171 SHA512 e47716d897c2df4be08b863352cbee986194db00d113a9135d57cc440436c97dea5c009d6a24c4b489360b04585b2a54a9b66a5776d17a988dfb9f0baf57e484 -EBUILD tempest-lib-1.0.0.ebuild 1980 BLAKE2B 8202ac1f0186cf58bb9d9b7df3089655ae703a57ed153680d9b01ae88d5226760deabdaae1c85e4fa10b681a2d2c4c9a2805bf3c241fc67d904b5c8b0c270ced SHA512 c5932ca333416415160123f618793fe9253d27cadfb7f48aa8ac9e07b85c5bbcd026d7e38abe07da1d1c4426fda4d5d1c6577dbd2fad8ca1c8b4d7937954da09 +EBUILD tempest-lib-1.0.0-r1.ebuild 1770 BLAKE2B 200ae70599b83ff1536855509bd4b8e6729251c926dfbb6e2f9e9b0a669cda15115267956ae30c67b641ca3de6e99af7572fde7cfd28e80525ca00f063437102 SHA512 14a20619454d33a7d34efbf7011f46335e16374e659b09971919d40a4e20055711966274bbaecafd5f7294742c974384903bd7fdc7c007ff2a181c3104ba4bbc MISC metadata.xml 783 BLAKE2B 14e7df8454923e775a91e481b5c0fb30730fa9d255a9971600351392cc3f3e72d7c02d2bebd4cf0f65e1d02afcd152ccf73ee4de854b5ad0c082c4a2718b1216 SHA512 4c90ae3bab98585854785700c90545fcd89ef89e5f11f8f53a102a67f59342a347f683f98429cec498537a6c2307d36cad3f0f4c9bd0e7f12af75090f8d14dad diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild new file mode 100644 index 000000000000..f4bd9a7b00c4 --- /dev/null +++ b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{5,6}} ) + +inherit distutils-r1 + +DESCRIPTION="Functional or integrated test suites for OpenStack projects" +HOMEPAGE="https://pypi.org/project/tempest-lib/ https://github.com/openstack/tempest-lib" +SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +CDEPEND=" + >=dev-python/pbr-1.6[${PYTHON_USEDEP}] +" +RDEPEND=" + ${CDEPEND} + >=dev-python/Babel-1.3[${PYTHON_USEDEP}] + >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}] + >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] + =dev-python/httplib2-0.7.5[${PYTHON_USEDEP}] + >=dev-python/paramiko-1.16.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] + >=dev-python/os-testr-0.4.1[${PYTHON_USEDEP}]" +DEPEND=" + ${CDEPEND} + test? ( ${RDEPEND} + >=dev-python/coverage-3.6[${PYTHON_USEDEP}] + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] + >=dev-python/mock-1.2[${PYTHON_USEDEP}] + >=dev-python/ddt-0.7.0[${PYTHON_USEDEP}] + >=dev-python/reno-0.1.1[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + )" + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} + +python_test() { + nosetests tempest_lib/tests || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild deleted file mode 100644 index 790a01e6ab8c..000000000000 --- a/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Functional or integrated test suites for OpenStack projects" -HOMEPAGE="https://pypi.org/project/tempest-lib/ https://github.com/openstack/tempest-lib" -SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -CDEPEND=" - >=dev-python/pbr-1.6[${PYTHON_USEDEP}] -" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-1.3[${PYTHON_USEDEP}] - >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}] - >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] - =dev-python/httplib2-0.7.5[${PYTHON_USEDEP}] - >=dev-python/paramiko-1.16.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] - >=dev-python/os-testr-0.4.1[${PYTHON_USEDEP}]" -DEPEND=" - ${CDEPEND} - test? ( ${RDEPEND} - >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] - =dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}] - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] - >=dev-python/mock-1.2[${PYTHON_USEDEP}] - >=dev-python/ddt-0.7.0[${PYTHON_USEDEP}] - >=dev-python/reno-0.1.1[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} - -python_test() { - nosetests tempest_lib/tests || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3