Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/
Date: Fri, 14 Sep 2018 20:15:04
Message-Id: 1536956087.838c2a50a050d2111e8053aa2e3fcd02474cac7b.prometheanfire@gentoo
1 commit: 838c2a50a050d2111e8053aa2e3fcd02474cac7b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 20:14:27 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 20:14:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838c2a50
7
8 dev-python/stestr: 1.1.0 removal
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/stestr/Manifest | 1 -
13 dev-python/stestr/stestr-1.1.0.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest
17 index d68e1140bbc..53b35b8908d 100644
18 --- a/dev-python/stestr/Manifest
19 +++ b/dev-python/stestr/Manifest
20 @@ -1,2 +1 @@
21 -DIST stestr-1.1.0.tar.gz 95353 BLAKE2B 70435cec22d56f38fb9d87484b261fd73d79f8ea719ffd67861e2504580d6e2932b762839e44dc4c9e348e448693a80e8173850d800374643bbce15374137c37 SHA512 7490f0982c77190adf97daae965a957fc40d0e418a64fc38ccb50817a7266b06224e61f17ae9c84edfe200417eaab726cf834646bfa2efbac67ea029dea54df1
22 DIST stestr-2.1.0.tar.gz 103501 BLAKE2B 6b000b8e3d0a27a18f19510dd8d5de8641223c18ad22a3f90b73619aa41bbe1a51bcedba604ec448282fa41e2ae93b61fdd0e72e603a39730a59400fc15ef007 SHA512 a99d0659da0ca2b86703529df9ef6d135578bd8374a2afcbd10bd96f24f5e6dd1dacd5929d96a083881f1db2a930b039d9045348a0298d84d2480c6c9a75d1f7
23
24 diff --git a/dev-python/stestr/stestr-1.1.0.ebuild b/dev-python/stestr/stestr-1.1.0.ebuild
25 deleted file mode 100644
26 index 499a71fb242..00000000000
27 --- a/dev-python/stestr/stestr-1.1.0.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A parallel Python test runner built around subunit"
39 -HOMEPAGE="https://github.com/mtreinish/stestr"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86"
45 -IUSE=""
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
48 -DEPEND="
49 - dev-python/setuptools[${PYTHON_USEDEP}]
50 - ${CDEPEND}"
51 -RDEPEND="
52 - ${CDEPEND}
53 - dev-python/future[${PYTHON_USEDEP}]
54 - >=dev-python/subunit-0.18.0[${PYTHON_USEDEP}]
55 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
56 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
57 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
58 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]"