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/parameterized/
Date: Sun, 26 Jun 2022 17:53:53
Message-Id: 1656265865.5c00b90aabf2a4198b1400206851d2b0e34d91f8.mgorny@gentoo
1 commit: 5c00b90aabf2a4198b1400206851d2b0e34d91f8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 17:51:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 17:51:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c00b90a
7
8 dev-python/parameterized: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../parameterized/parameterized-0.8.1-r1.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/parameterized/parameterized-0.8.1-r1.ebuild b/dev-python/parameterized/parameterized-0.8.1-r1.ebuild
16 deleted file mode 100644
17 index e5377e43bf39..000000000000
18 --- a/dev-python/parameterized/parameterized-0.8.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -DISTUTILS_USE_PEP517=setuptools
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Parameterized testing with any Python test framework"
32 -HOMEPAGE="https://github.com/wolever/parameterized/"
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
38 -
39 -BDEPEND="
40 - test? (
41 - dev-python/mock[${PYTHON_USEDEP}]
42 - )
43 -"
44 -
45 -distutils_enable_tests nose