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/testresources/
Date: Tue, 28 Jun 2022 08:11:09
Message-Id: 1656403685.0a539fe46314d0351057a53ff376630e3bac962d.mgorny@gentoo
1 commit: 0a539fe46314d0351057a53ff376630e3bac962d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 08:08:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 08:08:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a539fe4
7
8 dev-python/testresources: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../testresources/testresources-2.0.1.ebuild | 31 ----------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild
16 deleted file mode 100644
17 index abee2d1e1311..000000000000
18 --- a/dev-python/testresources/testresources-2.0.1.ebuild
19 +++ /dev/null
20 @@ -1,31 +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 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A pyunit extension for managing expensive test resources"
30 -HOMEPAGE="https://launchpad.net/testresources"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
36 -
37 -BDEPEND="
38 - dev-python/pbr[${PYTHON_USEDEP}]
39 - test? (
40 - dev-python/testtools[${PYTHON_USEDEP}]
41 - dev-python/fixtures[${PYTHON_USEDEP}]
42 - )"
43 -
44 -distutils_enable_tests nose
45 -
46 -python_prepare_all() {
47 - sed \
48 - -e 's:testBasicSortTests:_&:g' \
49 - -i testresources/tests/test_optimising_test_suite.py || die
50 - distutils-r1_python_prepare_all
51 -}