diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-24 22:52:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-24 22:52:19 +0300 |
commit | 19e2b06c9c1dfc0405636ad80630ade354780825 (patch) | |
tree | 6b5725333fe7d219ea0126ea35a4ed6b27dab33a /dev-python/stestr | |
parent | dev-python/aiohttp: Stabilize 3.8.3 ppc, #878199 (diff) | |
download | gentoo-19e2b06c9c1dfc0405636ad80630ade354780825.tar.gz gentoo-19e2b06c9c1dfc0405636ad80630ade354780825.tar.bz2 gentoo-19e2b06c9c1dfc0405636ad80630ade354780825.zip |
dev-python/stestr: drop 3.2.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/stestr')
-rw-r--r-- | dev-python/stestr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/stestr/stestr-3.2.1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest index 00e67b4a9f7d..310dea6bb7d3 100644 --- a/dev-python/stestr/Manifest +++ b/dev-python/stestr/Manifest @@ -1,2 +1 @@ -DIST stestr-3.2.1.tar.gz 118139 BLAKE2B dedb63767adfab26d837ce92762dcc44a482b1772aecbc31d12beb22f2c3c08368475cd110de7376f4df7fa8ce03c5b8e3b04436296ad4bd11c2fc3a4243695b SHA512 43187ca0d81e3b31e16ed60a1db561dc49c34f679594d11cad8cb0e658bf790af0b3d606bf99233a5767e2511675d3aedb6a476046d2f5483ffab05eaae393ed DIST stestr-4.0.1.tar.gz 111695 BLAKE2B e9ced9237f3c889c2eb116b51645a6d8b86d8085e2991b421b8955772225342325eb66276f43e710a57d79392974cc42072e0a05b7022c666181b9ca66d51735 SHA512 a74b9278b1941da62af58a087a10e5a0624901ceb81dcdd25eab3a05f003756773551fe6eec46dfb371f7b726cf296abfe0116444fb32c94fb6811440ee22a58 diff --git a/dev-python/stestr/stestr-3.2.1.ebuild b/dev-python/stestr/stestr-3.2.1.ebuild deleted file mode 100644 index e9eab5e48fd1..000000000000 --- a/dev-python/stestr/stestr-3.2.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="A parallel Python test runner built around subunit" -HOMEPAGE="https://github.com/mtreinish/stestr" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - >=dev-python/subunit-1.4.0[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]" -BDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - test? ( - >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}] - )" - -python_test() { - distutils_install_for_testing - stestr init || die - stestr run || die "Tests failed with ${EPYTHON}" -} |