Signed-off-by: Michał Górny <mgorny@gentoo.org>
DIST nose-testconfig-0.10.tar.gz 9390 BLAKE2B adcf160592fc27625580f11f68be999476664cbd371197d60d8e19bd1ade755f0c7cc9ecad17d6ae3e58891b999a4f488bef33f896892f9bb6b2a1ce5bda17b7 SHA512 6bf05e0b82e0b47919da6e7f421c0c06737f9cc6d78eda49ca3d8b206d47313525a57af6c04760cdefc4e7d3288a2c10eaba9666d30a4f8135ed9856d219d7ca
-DIST nose-testconfig-0.9.tar.gz 7614 BLAKE2B 445bc4022d3d346303bb1fa94fc3fe6daa527638c4ea4465ba696f87242264a5008c2e51c813a4a07610017c48759140f0e74666b4b1037ffde5b31dad7e4f80 SHA512 411630f9af56955e5bd87efaf2db0817442f78dc61ea64a29ac186f0a71d23d81220f68bab18ceb7d3bf201bc441b522bf9acff21b541905a5a4397280444a07
+++ /dev/null
-# 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
-}