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: Sun, 29 Mar 2020 10:13:44
Message-Id: 1585476783.9fb104b90d80efde8d7237fe460d535baea11462.mgorny@gentoo
1 commit: 9fb104b90d80efde8d7237fe460d535baea11462
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:59:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:13:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb104b9
7
8 dev-python/testresources: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/testresources/Manifest | 2 --
13 .../testresources/testresources-0.2.7-r2.ebuild | 38 ----------------------
14 .../testresources/testresources-1.0.0.ebuild | 38 ----------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-python/testresources/Manifest b/dev-python/testresources/Manifest
18 index 4072319a429..71e47358687 100644
19 --- a/dev-python/testresources/Manifest
20 +++ b/dev-python/testresources/Manifest
21 @@ -1,3 +1 @@
22 -DIST testresources-0.2.7.tar.gz 32050 BLAKE2B 9ff16d2e33d7b528598d2f5b903e57625018ecbfd9484dab0d8a7d922429cc8d35dada91d84c897c426e06e01b7bd0befe23814996f4aa7b0651148edaa6f246 SHA512 29518f7326272c56a5f2f3f1f7741959dde9265ba5ce7e0c7d7afabd91bd44a519d1cad82a11a41944ff12d65e541536476f87afcac9a7cbb4869743a38547b7
23 -DIST testresources-1.0.0.tar.gz 44501 BLAKE2B a10cbf562241ee2a756a5de6a9334ff664db7569d3459548d4a9042ab8dffd0d715c16616ffe08ec86ad4a0b4940e0c09b83b57f7bea86b35b6f728e55384fe3 SHA512 7c9f9cbcc62066ab4a75d68780d88925484eeee23e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b
24 DIST testresources-2.0.1.tar.gz 41948 BLAKE2B 81f597099eb17090cfa759c2fc4e30be2de3f749760e6a0e88e4c5484c91fe6a00d1296ec6ba7dc5aea1bcd0f9239989fab8fbb4f211b6c5bf031ff1be4b803b SHA512 0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4
25
26 diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild
27 deleted file mode 100644
28 index 770af1876c5..00000000000
29 --- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python3_6 pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A pyunit extension for managing expensive test resources"
42 -HOMEPAGE="https://launchpad.net/testresources"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -DEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - test? (
54 - dev-python/nose[${PYTHON_USEDEP}]
55 - dev-python/testtools[${PYTHON_USEDEP}]
56 - dev-python/fixtures[${PYTHON_USEDEP}]
57 - )"
58 -RDEPEND=""
59 -
60 -python_prepare_all() {
61 - sed \
62 - -e 's:testBasicSortTests:_&:g' \
63 - -i lib/testresources/tests/test_optimising_test_suite.py || die
64 - distutils-r1_python_prepare_all
65 -}
66 -
67 -python_test() {
68 - nosetests --verbose || die "Tests failed under ${EPYTHON}"
69 -}
70
71 diff --git a/dev-python/testresources/testresources-1.0.0.ebuild b/dev-python/testresources/testresources-1.0.0.ebuild
72 deleted file mode 100644
73 index ef6f4060ce5..00000000000
74 --- a/dev-python/testresources/testresources-1.0.0.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -PYTHON_COMPAT=( python3_6 pypy3 )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="A pyunit extension for managing expensive test resources"
87 -HOMEPAGE="https://launchpad.net/testresources"
88 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="Apache-2.0"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
93 -IUSE="test"
94 -RESTRICT="!test? ( test )"
95 -
96 -DEPEND="
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? (
99 - dev-python/nose[${PYTHON_USEDEP}]
100 - dev-python/testtools[${PYTHON_USEDEP}]
101 - dev-python/fixtures[${PYTHON_USEDEP}]
102 - )"
103 -RDEPEND=""
104 -
105 -python_prepare_all() {
106 - sed \
107 - -e 's:testBasicSortTests:_&:g' \
108 - -i testresources/tests/test_optimising_test_suite.py || die
109 - distutils-r1_python_prepare_all
110 -}
111 -
112 -python_test() {
113 - nosetests --verbose || die "Tests failed under ${EPYTHON}"
114 -}