Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
Date: Mon, 11 May 2020 17:33:29
Message-Id: 1589218392.bf185cba5032c00daf124c3efcbeaea54b9a7d35.mgorny@gentoo
1 commit: bf185cba5032c00daf124c3efcbeaea54b9a7d35
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 17:27:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 17:33:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf185cba
7
8 dev-python/nose-exclude: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
16 deleted file mode 100644
17 index f0c901f7c16..00000000000
18 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Exclude specific directories from nosetests runs"
31 -HOMEPAGE="https://github.com/kgrandis/nose-exclude"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
37 -
38 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39 -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
40 -
41 -python_test() {
42 - esetup.py test
43 -}