summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:50:01 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:44:49 +0100
commitf6520d3a593b5660f2e4e6ba46d5fdd936334a53 (patch)
treed96a42db949feeb15e718b7a87eebcc57f5405b8 /dev-python/nose-testconfig/nose-testconfig-0.9.ebuild
parentsys-cluster/swift: Remove Python 2 support (diff)
downloadgentoo-f6520d3a593b5660f2e4e6ba46d5fdd936334a53.tar.gz
gentoo-f6520d3a593b5660f2e4e6ba46d5fdd936334a53.tar.bz2
gentoo-f6520d3a593b5660f2e4e6ba46d5fdd936334a53.zip
dev-python/nose-testconfig: Remove redundant version
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nose-testconfig/nose-testconfig-0.9.ebuild')
-rw-r--r--dev-python/nose-testconfig/nose-testconfig-0.9.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/nose-testconfig/nose-testconfig-0.9.ebuild b/dev-python/nose-testconfig/nose-testconfig-0.9.ebuild
deleted file mode 100644
index 968efa80a169..000000000000
--- a/dev-python/nose-testconfig/nose-testconfig-0.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Test Configuration plugin for nosetests"
-HOMEPAGE="https://bitbucket.org/jnoller/nose-testconfig"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="dev-python/nose"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DOCS=( docs/index.txt )
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}