Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/
Date: Sun, 23 Feb 2020 08:29:29
Message-Id: 1582446533.d6a4bb10e3de01b1ac9d7be60eb5207a4f602d8c.asturm@gentoo
1 commit: d6a4bb10e3de01b1ac9d7be60eb5207a4f602d8c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 22 17:07:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 08:28:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a4bb10
7
8 dev-python/attrs: Drop 18.2.0, 19.1.0
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/attrs/Manifest | 2 --
14 dev-python/attrs/attrs-18.2.0.ebuild | 37 ------------------------------------
15 dev-python/attrs/attrs-19.1.0.ebuild | 37 ------------------------------------
16 3 files changed, 76 deletions(-)
17
18 diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
19 index b81780b1c75..ba7161de9d2 100644
20 --- a/dev-python/attrs/Manifest
21 +++ b/dev-python/attrs/Manifest
22 @@ -1,3 +1 @@
23 -DIST attrs-18.2.0.tar.gz 116817 BLAKE2B 79d50c9b49956bbc1e04084eed36a5f65f2dda8e954b23f15650cb881d6f77a8325e042c6d1a77dcad43661d4524a4d253d96bd0053464ef03091779636e6d0b SHA512 58c26579d6dfcacbe9e3f770a125861e0625d435f1293eebe0d62efc9b8aa9572be2b312d73037a647163bffb0a13b240fb157aff7ed35196f637ae945d61d22
24 -DIST attrs-19.1.0.tar.gz 124220 BLAKE2B a7a8321857c2723398db3b7943f221cc141f2d365b84d3f77ccd16c9180fb1d73402c7a1018d70b666bf76b6021bd90df14d792886c1345752b8fc810ac54a35 SHA512 22ee45e8b10a7abe10e720788c5cfab424d0bfe70e595dfb116928b8ebea497a747e8234d96549da00f0967de750fb943db0cd3669354253a27be2ca30fe413a
25 DIST attrs-19.3.0.tar.gz 132477 BLAKE2B 6577f39fc15c9e70f0f76ba358099e83c57e226574cb11dbe83747f12e285a284e9d1a218fc1670e0d08be550d42c67cde132604b2cf385d1ee25bda7e57e79a SHA512 b5b641e6732156d1454ed6c49e3a6b29200a8d3f1515fb59aeb85fcb5e9ab6a1d760904de45083cae5250e7bf1a7aa2c1f3ede217240a63f989ae4bb484f2511
26
27 diff --git a/dev-python/attrs/attrs-18.2.0.ebuild b/dev-python/attrs/attrs-18.2.0.ebuild
28 deleted file mode 100644
29 index f2b0d108dfd..00000000000
30 --- a/dev-python/attrs/attrs-18.2.0.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Attributes without boilerplate"
43 -HOMEPAGE="
44 - https://github.com/hynek/attrs
45 - https://attrs.readthedocs.org/
46 - https://pypi.org/project/attrs/"
47 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 -IUSE="test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - dev-python/zope-interface[${PYTHON_USEDEP}]"
57 -
58 -DEPEND="
59 - ${RDEPEND}
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - test? (
62 - $(python_gen_impl_dep sqlite)
63 - >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
64 - dev-python/pytest[${PYTHON_USEDEP}]
65 - )"
66 -
67 -python_test() {
68 - py.test -v || die "tests failed with ${EPYTHON}"
69 -}
70
71 diff --git a/dev-python/attrs/attrs-19.1.0.ebuild b/dev-python/attrs/attrs-19.1.0.ebuild
72 deleted file mode 100644
73 index cb1c61df86a..00000000000
74 --- a/dev-python/attrs/attrs-19.1.0.ebuild
75 +++ /dev/null
76 @@ -1,37 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Attributes without boilerplate"
87 -HOMEPAGE="
88 - https://github.com/hynek/attrs
89 - https://attrs.readthedocs.org/
90 - https://pypi.org/project/attrs/"
91 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
92 -
93 -LICENSE="MIT"
94 -SLOT="0"
95 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
96 -IUSE="test"
97 -RESTRICT="!test? ( test )"
98 -
99 -RDEPEND="
100 - dev-python/zope-interface[${PYTHON_USEDEP}]"
101 -
102 -DEPEND="
103 - ${RDEPEND}
104 - dev-python/setuptools[${PYTHON_USEDEP}]
105 - test? (
106 - $(python_gen_impl_dep sqlite)
107 - >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
108 - dev-python/pytest[${PYTHON_USEDEP}]
109 - )"
110 -
111 -python_test() {
112 - py.test -v || die "tests failed with ${EPYTHON}"
113 -}