diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:16:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:16:03 +0100 |
commit | ce2513b15919e828226217fdec8991b91f4e4aaf (patch) | |
tree | 71492911dc4f80089c88d5048ef4233ba92ca693 /dev-python/nosexcover | |
parent | dev-python/nose-exclude: Remove redundant versions (diff) | |
download | gentoo-ce2513b15919e828226217fdec8991b91f4e4aaf.tar.gz gentoo-ce2513b15919e828226217fdec8991b91f4e4aaf.tar.bz2 gentoo-ce2513b15919e828226217fdec8991b91f4e4aaf.zip |
dev-python/nosexcover: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nosexcover')
-rw-r--r-- | dev-python/nosexcover/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nosexcover/nosexcover-1.0.10.ebuild | 27 | ||||
-rw-r--r-- | dev-python/nosexcover/nosexcover-1.0.11.ebuild | 27 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/nosexcover/Manifest b/dev-python/nosexcover/Manifest index 45f94fecf42b..90bda662ebdf 100644 --- a/dev-python/nosexcover/Manifest +++ b/dev-python/nosexcover/Manifest @@ -1,2 +1 @@ -DIST nosexcover-1.0.10.tar.gz 2744 BLAKE2B 21be6cef21fac2e230d87df6e49ebf5263c5de35f68d4576932b0990f61207c17e8d38a533f57ad59cee811ef94e3e3fce4b436a7a17396952196c8613ab90a7 SHA512 dbc3bc3379676d56711c96a4cf2d6b46ee77b5b04ac6a5fb2d58fee780ee547664738b9c6b248e3af64b3d0b7e6c9b44310c8e7025551df543c547da4239f52a DIST nosexcover-1.0.11.tar.gz 2903 BLAKE2B 297dc37504e2db992600ee4ec7c6c2cabdb36d8e137298755bdc6fe4af8dba666e99975a894ee534de62b4576514a3d912e6b98bcb43f228db9b58849788c092 SHA512 a4c75aac5095aa8323094b2a4eceb3af26243e6c87dd8720df8cf43ae0f76c28c638fe2c3cbcad621b7c2779115dccbb32e6a2f33a8bc5efb22a0fb0901d64fa diff --git a/dev-python/nosexcover/nosexcover-1.0.10.ebuild b/dev-python/nosexcover/nosexcover-1.0.10.ebuild deleted file mode 100644 index 3fdd107dfb6f..000000000000 --- a/dev-python/nosexcover/nosexcover-1.0.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports" -HOMEPAGE="https://github.com/cmheisel/nose-xcover/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - >=dev-python/coverage-3.4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - nosetests -v nosexcover/tests.py || die -} diff --git a/dev-python/nosexcover/nosexcover-1.0.11.ebuild b/dev-python/nosexcover/nosexcover-1.0.11.ebuild deleted file mode 100644 index 82c73325b504..000000000000 --- a/dev-python/nosexcover/nosexcover-1.0.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports" -HOMEPAGE="https://github.com/cmheisel/nose-xcover/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - >=dev-python/coverage-3.4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - nosetests -v nosexcover/tests.py || die -} |