Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testrepository/
Date: Tue, 03 Nov 2015 12:17:33
Message-Id: 1446553017.ec7eabe356b0393e53fae40ee59c74ca8fb5de50.jlec@gentoo
1 commit: ec7eabe356b0393e53fae40ee59c74ca8fb5de50
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 11:55:13 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 12:16:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7eabe3
7
8 dev-python/testrepository: Drop old
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/testrepository/Manifest | 1 -
14 .../testrepository/testrepository-0.0.17-r1.ebuild | 40 ---------------------
15 .../testrepository/testrepository-0.0.17-r2.ebuild | 42 ----------------------
16 3 files changed, 83 deletions(-)
17
18 diff --git a/dev-python/testrepository/Manifest b/dev-python/testrepository/Manifest
19 index c43948e..982cbf5 100644
20 --- a/dev-python/testrepository/Manifest
21 +++ b/dev-python/testrepository/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST testrepository-0.0.17.tar.gz 84255 SHA256 70b70e0ba6aacb44036ed5dcbdbe36008816fc7098c2e3e4891734fc09ecd36e SHA512 c5b7a0a0b6494166f85be86a85821d36922e754e02a487605b5e6cf2ae52ff1f9c37b48bd07f7acc1d9dc9450fcf17311f5ffb6bb8bd31d7a26f5c53de88f94d WHIRLPOOL 0fe9a003af396462d9aa73a73da2f0253fd247e4025ae9dc0047e3fdf02d872189eaf96416750206612419d048eeeb49699a54c6cf1b95fa66cc444b5fbd05fe
24 DIST testrepository-0.0.18.tar.gz 84886 SHA256 ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd SHA512 4e90db6364f77f464ae063020b016367529588f581af001c2564bf4babb264fc37bb7231413725211c6d483a269360d86201f81d2b24d7eb162dca2463d13c92 WHIRLPOOL c6ced39884ea731173b59a0cbd283d474b3a658e94e2f94a87b5b5e8461d82790cfda2d3e834d51e90b6e57299163cf2dc9ef2cb62440104ac6a046039196abb
25 DIST testrepository-0.0.20.tar.gz 84956 SHA256 752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb SHA512 df14500e2b27b6f39d9d4c4f42961efd63dfe25186e561eb1678952a8ab9311f17c36b78819fea33e0ac879c47a33d45c31ff58be017609c8a6157905ee712d6 WHIRLPOOL 12be50a78a79b0c1aa43d4a2c97055a3956f85653e36ab56a9eedc0c2f80bf0860b702e62627055a72e9ddfe9812bd916e4c4adbe50df02bd94b911b9c0b7d0c
26
27 diff --git a/dev-python/testrepository/testrepository-0.0.17-r1.ebuild b/dev-python/testrepository/testrepository-0.0.17-r1.ebuild
28 deleted file mode 100644
29 index 7f8d670..0000000
30 --- a/dev-python/testrepository/testrepository-0.0.17-r1.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -# Although package supports alt. py impls, only works fully under py2.7
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A repository of test results"
45 -HOMEPAGE="https://launchpad.net/testscenarios"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
51 -IUSE="test"
52 -
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/subunit[${PYTHON_USEDEP}]
57 - >=dev-python/testtools-0.9.30[${PYTHON_USEDEP}]
58 - dev-python/fixtures[${PYTHON_USEDEP}]
59 - dev-python/testresources[${PYTHON_USEDEP}]
60 - dev-python/testscenarios[${PYTHON_USEDEP}]
61 - dev-python/pytz[${PYTHON_USEDEP}]
62 - )"
63 -#bzr is listed but presumably req'd for a live repo test run
64 -RDEPEND="
65 - dev-python/subunit[${PYTHON_USEDEP}]
66 - >=dev-python/testtools-0.9.30[${PYTHON_USEDEP}]
67 - dev-python/fixtures[${PYTHON_USEDEP}]"
68 -
69 -python_test() {
70 - "${PYTHON}" ./testr init || die
71 - "${PYTHON}" ./testr run || die "tests failed under python2.7"
72 -}
73
74 diff --git a/dev-python/testrepository/testrepository-0.0.17-r2.ebuild b/dev-python/testrepository/testrepository-0.0.17-r2.ebuild
75 deleted file mode 100644
76 index d66490e..0000000
77 --- a/dev-python/testrepository/testrepository-0.0.17-r2.ebuild
78 +++ /dev/null
79 @@ -1,42 +0,0 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -
86 -PYTHON_COMPAT=( python{2_7,3_3} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="A repository of test results"
91 -HOMEPAGE="https://launchpad.net/testscenarios"
92 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="Apache-2.0"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
97 -IUSE="test"
98 -
99 -#>=dev-python/subunit-0.0.10[${PYTHON_USEDEP}]
100 -#>=dev-python/testtools-0.9.30[${PYTHON_USEDEP}]
101 -#dev-python/fixtures[${PYTHON_USEDEP}]
102 -#bzr is listed but presumably req'd for a live repo test run
103 -RDEPEND="
104 - >=dev-python/subunit-0.0.10[${PYTHON_USEDEP}]
105 - >=dev-python/testtools-0.9.30[${PYTHON_USEDEP}]
106 - dev-python/fixtures[${PYTHON_USEDEP}]"
107 -DEPEND="
108 - dev-python/setuptools[${PYTHON_USEDEP}]
109 - test? ( ${RDEPEND}
110 - dev-python/testresources[${PYTHON_USEDEP}]
111 - dev-python/testscenarios[${PYTHON_USEDEP}]
112 - dev-python/pytz[${PYTHON_USEDEP}]
113 - )"
114 -
115 -# Required for test phase
116 -DISTUTILS_IN_SOURCE_BUILD=1
117 -
118 -python_test() {
119 - "${PYTHON}" ./testr init || die
120 - esetup.py testr --coverage
121 -}