diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:15:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:15:37 +0100 |
commit | 6a604e6386177b8110a286b5dd79c74a943baf52 (patch) | |
tree | 4eca496de3b2854bb64fcdd5c7fa3aa63816f59f | |
parent | dev-python/nose-exclude: Stabilize 0.5.0 ALLARCHES (diff) | |
download | gentoo-6a604e6386177b8110a286b5dd79c74a943baf52.tar.gz gentoo-6a604e6386177b8110a286b5dd79c74a943baf52.tar.bz2 gentoo-6a604e6386177b8110a286b5dd79c74a943baf52.zip |
dev-python/nose-exclude: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/nose-exclude/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest index 91b67a2196eb..8a37a1c073f4 100644 --- a/dev-python/nose-exclude/Manifest +++ b/dev-python/nose-exclude/Manifest @@ -1,2 +1 @@ -DIST nose-exclude-0.4.1.tar.gz 5930 BLAKE2B f0aec0bd0a31f1b778b0dd22efd12706cbcf609e6236418f10b863809f32886743020d7d9a5f26c890f575adf117f5af19fe2fa49eed12c9295f401be0c02f30 SHA512 07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f DIST nose-exclude-0.5.0.tar.gz 7359 BLAKE2B b47087f0af6a41f8a432c2e46b4a8ab3229dc682e11625d99b7d1aaa05d2cb0283acc95d9ce5eef3a071190c47dbcbd3e9d5e3ac7785e48d809a7962c27e4866 SHA512 2795f2f42430f8622fdeb46accf4a75853f8202ce1849852ec4b1a6e26aeb20accb8c2ec4faf3dad0ea174570fccd67d51140587ee9f47c905eed5d8a2963356 diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild deleted file mode 100644 index c675a7d23288..000000000000 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="https://github.com/kgrandis/nose-exclude" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |