Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/
Date: Sat, 24 Mar 2018 22:37:29
Message-Id: 1521930939.bf788c94c117061fa80d648a004adf19e4e1b37d.radhermit@gentoo
1 commit: bf788c94c117061fa80d648a004adf19e4e1b37d
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 22:32:37 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 22:35:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf788c94
7
8 dev-python/attrs: remove old
9
10 dev-python/attrs/Manifest | 2 --
11 dev-python/attrs/attrs-17.2.0.ebuild | 33 ---------------------------------
12 dev-python/attrs/attrs-17.3.0.ebuild | 36 ------------------------------------
13 3 files changed, 71 deletions(-)
14
15 diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
16 index 388e84c5c45..70c4ccfc741 100644
17 --- a/dev-python/attrs/Manifest
18 +++ b/dev-python/attrs/Manifest
19 @@ -1,4 +1,2 @@
20 DIST attrs-16.3.0.tar.gz 57512 BLAKE2B e00c825034b21cb4d5a9eb9ca3ffb92193b8d793ebaeb8cb5e69b07c326738da4efd98ebc6e79903017276b6b501c56a8e0b37f6b0d13d8461b8ea4e5cb72b08 SHA512 1a91e6f27ecaf20c409c3abf88ffed5c6cfdbba8cff44637399b713271ff838a054f5859dd29440b2780d81b40673033e3f8e43dd491bece72e0a4f08c4ef688
21 -DIST attrs-17.2.0.tar.gz 73733 BLAKE2B 898f219ff73b73200b590f8e8011fd605d68fa68b94f1b59ae6dacdc6ef5185e4858702ac0e816bed33a07450676cfe1bc6040e0918f94adb04fc3552882efbf SHA512 02243e59ff417deddb330e841d42c0f43d3bea4435f114d3a9a8f4c3bd424c2ef565c630d179db7b3687d22091bf6e619de661171248c0ff0a0e5ec5f9bf7e21
22 -DIST attrs-17.3.0.tar.gz 89046 BLAKE2B 32ac348b57a5ce5b69e099c3f13e11af51a95a797bfc21eecdb8eca9e9785e5e205c5f0778d59c268f4f1ed8f50b86df0765c7c82ea91a1177683bfad0069962 SHA512 69a104a0a00c13946ca61c5e21a6acd4e75a43c775d54f270c9da3fd9475df54997c32a25a5c47a24012daac2f525457b1727fb2bb7291afb90627bf87d818ee
23 DIST attrs-17.4.0.tar.gz 97071 BLAKE2B f755abe89cedbf1ced003087fb106fae7c38dbdf0614ec0c525629ae09b3b790a7e0912da887dad4c5686afe7fb0df8123fea42e08e4e6718cdaf477edafcb2a SHA512 b631cd5af1be7c78175230363a3cf9d37cb0237d87b24f994812b5734985d114708d5bf7ee5d92b8b13c6b8daa313efde4a9f60f0630df0b62bbcf4928a016ff
24
25 diff --git a/dev-python/attrs/attrs-17.2.0.ebuild b/dev-python/attrs/attrs-17.2.0.ebuild
26 deleted file mode 100644
27 index 5e9fdd7f33f..00000000000
28 --- a/dev-python/attrs/attrs-17.2.0.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Attributes without boilerplate"
41 -HOMEPAGE="
42 - https://github.com/hynek/attrs
43 - https://attrs.readthedocs.org/
44 - https://pypi.python.org/pypi/attrs"
45 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="test"
51 -
52 -RDEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]"
53 -DEPEND="${RDEPEND}
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - test? (
56 - dev-lang/python[sqlite]
57 - >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
58 - dev-python/pytest[${PYTHON_USEDEP}]
59 - )"
60 -
61 -python_test() {
62 - py.test -v || die "tests failed with ${EPYTHON}"
63 -}
64
65 diff --git a/dev-python/attrs/attrs-17.3.0.ebuild b/dev-python/attrs/attrs-17.3.0.ebuild
66 deleted file mode 100644
67 index 08e27b3718a..00000000000
68 --- a/dev-python/attrs/attrs-17.3.0.ebuild
69 +++ /dev/null
70 @@ -1,36 +0,0 @@
71 -# Copyright 1999-2018 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Attributes without boilerplate"
81 -HOMEPAGE="
82 - https://github.com/hynek/attrs
83 - https://attrs.readthedocs.org/
84 - https://pypi.python.org/pypi/attrs"
85 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
90 -IUSE="test"
91 -
92 -RDEPEND="
93 - dev-python/zope-interface[${PYTHON_USEDEP}]"
94 -
95 -DEPEND="
96 - ${RDEPEND}
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? (
99 - dev-lang/python[sqlite]
100 - >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
101 - dev-python/pytest[${PYTHON_USEDEP}]
102 - )"
103 -
104 -python_test() {
105 - py.test -v || die "tests failed with ${EPYTHON}"
106 -}