dev-python/nose-testconfig: Remove redundant version
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:50:01 +0000 (11:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:44:49 +0000 (10:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nose-testconfig/Manifest
dev-python/nose-testconfig/nose-testconfig-0.9.ebuild [deleted file]

index eef140f6b0541dadb95efd4e4c600ce004d1cafa..f3bba8ec847a90f59723d65b3a0167b393b63048 100644 (file)
@@ -1,2 +1 @@
 DIST nose-testconfig-0.10.tar.gz 9390 BLAKE2B adcf160592fc27625580f11f68be999476664cbd371197d60d8e19bd1ade755f0c7cc9ecad17d6ae3e58891b999a4f488bef33f896892f9bb6b2a1ce5bda17b7 SHA512 6bf05e0b82e0b47919da6e7f421c0c06737f9cc6d78eda49ca3d8b206d47313525a57af6c04760cdefc4e7d3288a2c10eaba9666d30a4f8135ed9856d219d7ca
-DIST nose-testconfig-0.9.tar.gz 7614 BLAKE2B 445bc4022d3d346303bb1fa94fc3fe6daa527638c4ea4465ba696f87242264a5008c2e51c813a4a07610017c48759140f0e74666b4b1037ffde5b31dad7e4f80 SHA512 411630f9af56955e5bd87efaf2db0817442f78dc61ea64a29ac186f0a71d23d81220f68bab18ceb7d3bf201bc441b522bf9acff21b541905a5a4397280444a07
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 (file)
index 968efa8..0000000
+++ /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
-}