summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 10:16:03 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 10:16:03 +0100
commitce2513b15919e828226217fdec8991b91f4e4aaf (patch)
tree71492911dc4f80089c88d5048ef4233ba92ca693 /dev-python/nosexcover/nosexcover-1.0.11.ebuild
parentdev-python/nose-exclude: Remove redundant versions (diff)
downloadgentoo-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/nosexcover-1.0.11.ebuild')
-rw-r--r--dev-python/nosexcover/nosexcover-1.0.11.ebuild27
1 files changed, 0 insertions, 27 deletions
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
-}