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/sure/
Date: Sun, 29 Dec 2019 20:48:09
Message-Id: 1577652478.3bbc8fdfcf65994d98da737e89b152717e840608.mgorny@gentoo
1 commit: 3bbc8fdfcf65994d98da737e89b152717e840608
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 20:45:15 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 20:47:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbc8fdf
7
8 dev-python/sure: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sure/Manifest | 2 --
13 dev-python/sure/sure-1.2.24.ebuild | 41 ------------------------------------
14 dev-python/sure/sure-1.2.5-r1.ebuild | 38 ---------------------------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest
18 index 1eb8e1067d6..a90597c5a9d 100644
19 --- a/dev-python/sure/Manifest
20 +++ b/dev-python/sure/Manifest
21 @@ -1,3 +1 @@
22 -DIST sure-1.2.24.tar.gz 28089 BLAKE2B 2de015513f36fe101ea1d23a8499bbb06cf54d733bb55d99afc0eea274d1579a155d4d81e62616e655254d885d9fae55c6897560b2a845beca2c90a835d1c037 SHA512 875d2cb220d8915737909df372bedc2266c5c948c6f5ea23f3de5ee57b0f1179d2a0ae3455228d71a4f0f4279c098bb4c142a862b55462d67fd425c0def49a8b
23 -DIST sure-1.2.5-r1.tar.gz 52128 BLAKE2B 8370bccba9e9345030dbacd91758dc1be8d122a95079f20676e7867b5c51e335ccf3a41913dce13804d805136c98255605d757f76362e8d3c08c6859a9336129 SHA512 733df3a9482cc23e5f078b554a80a726ed87f4ac307b00166d5ad7d8d40de47fe7d77a7373b213d75fc78849a2ba0dbea89f71c6f29449f52eab448fdf847c45
24 DIST sure-1.4.11.tar.gz 45933 BLAKE2B b2146ee56237f4575cab5122279023066a1b9ba20493ced7d729b1afa456f71a38071b721c39594c3ef2fcc912ba934e85e5cb5da576c3b2d20fa7d4926b56b7 SHA512 ed067385bf9cf317a5d55f6c5fc6ee54ee3d592825be398e47c37d31fc9c010cb9316d4e2bcf1d72d53d7e53fd470792d64348aa2bfa5dc43510daaff97742da
25
26 diff --git a/dev-python/sure/sure-1.2.24.ebuild b/dev-python/sure/sure-1.2.24.ebuild
27 deleted file mode 100644
28 index c1938b2a835..00000000000
29 --- a/dev-python/sure/sure-1.2.24.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Utility belt for automated testing in python for python"
42 -HOMEPAGE="https://github.com/gabrielfalcao/sure"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 ppc64 x86"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -CDEPEND="
52 - dev-python/mock[${PYTHON_USEDEP}]
53 - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
54 - dev-python/six[${PYTHON_USEDEP}]
55 - ~dev-python/rednose-0.4.1[${PYTHON_USEDEP}]
56 -"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - test? ( ${CDEPEND} )
60 -"
61 -RDEPEND="${CDEPEND}"
62 -
63 -python_prepare_all() {
64 - sed \
65 - -e "82s/read_version()/'${PV}'/" \
66 - -i setup.py || die
67 - distutils-r1_python_prepare_all
68 -}
69 -
70 -python_test() {
71 - nosetests -v -s tests --rednose || die "Tests failed under ${EPYTHON}"
72 -}
73
74 diff --git a/dev-python/sure/sure-1.2.5-r1.ebuild b/dev-python/sure/sure-1.2.5-r1.ebuild
75 deleted file mode 100644
76 index 2104788a61a..00000000000
77 --- a/dev-python/sure/sure-1.2.5-r1.ebuild
78 +++ /dev/null
79 @@ -1,38 +0,0 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Utility belt for automated testing in python for python"
89 -HOMEPAGE="https://github.com/gabrielfalcao/sure"
90 -SRC_URI="https://github.com/gabrielfalcao/${PN}/archive/${PV}.tar.gz -> ${P}-r1.tar.gz"
91 -
92 -LICENSE="GPL-3"
93 -SLOT="0"
94 -KEYWORDS="amd64 ~arm64 x86"
95 -IUSE="test"
96 -RESTRICT="!test? ( test )"
97 -
98 -CDEPEND="
99 - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
100 - ~dev-python/rednose-0.4.1[${PYTHON_USEDEP}]
101 -"
102 -DEPEND="
103 - dev-python/setuptools[${PYTHON_USEDEP}]
104 - test? ( ${CDEPEND} )
105 -"
106 -RDEPEND="${CDEPEND}"
107 -
108 -python_prepare_all() {
109 - sed \
110 - -e "82s/read_version()/'${PV}'/" \
111 - -i setup.py || die
112 - distutils-r1_python_prepare_all
113 -}
114 -
115 -python_test() {
116 - nosetests -s tests --rednose || die "Tests failed under ${EPYTHON}"
117 -}