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/attrs/
Date: Thu, 03 Feb 2022 21:34:23
Message-Id: 1643923630.7289c94649e81e9ef28d746059221343af56fb78.mgorny@gentoo
1 commit: 7289c94649e81e9ef28d746059221343af56fb78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 21:27:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 21:27:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7289c946
7
8 dev-python/attrs: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/attrs/Manifest | 2 --
13 dev-python/attrs/attrs-21.2.0.ebuild | 30 ------------------------
14 dev-python/attrs/attrs-21.3.0.ebuild | 44 ------------------------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
18 index 968692af20b1..c4394f891c6f 100644
19 --- a/dev-python/attrs/Manifest
20 +++ b/dev-python/attrs/Manifest
21 @@ -1,3 +1 @@
22 -DIST attrs-21.2.0.tar.gz 184694 BLAKE2B 5c960f7c1a4623186c7a0cec8a9096df8df8e7d3022b67b281dcdd3a512ce6f105dfdd5ec10dc85a2b9971564f44e7b4474d760667e53cd2cf0f0543153eb6e2 SHA512 35863f599076357e40f72a62968f4a2f9bc2af9f59f484fef051be4f9730ce9e28e11568915d690ade7980df8998af22e2ff8b9568a205d7745e246ba5f3a7e1
23 -DIST attrs-21.3.0.tar.gz 204413 BLAKE2B 1aac1198196aa3438eb1ec9dac0a4971362caea655e27a2b7811e48d500a40fe8f2daf43ce86d3b381892763fdfecf9adbda16a29dda57155ec5a588732b423d SHA512 23b2ba52af809581e9907ad7c6d18ed050d415645a249ae912af3f1398276ea5bf67f11991d7958f3eeafe759d8d62a65009555ae8f75580cfa464c5b4a37742
24 DIST attrs-21.4.0.tar.gz 201839 BLAKE2B f8e9ca1385efe6f5b9bf468f622f0bf5390830c5f3c3526821446113146a61460b17e8750ea763f6da50221a8aa65f5f1ff98a6ddf69b1a87344508ca6495560 SHA512 5a52776eb505c8a354912fa037a9710e49830fa6ad37272cb6d8c3298f4179a5b237e36cd7db3b1c9af19fbf0194ad6b83c3db9a473f9349769180073273ba65
25
26 diff --git a/dev-python/attrs/attrs-21.2.0.ebuild b/dev-python/attrs/attrs-21.2.0.ebuild
27 deleted file mode 100644
28 index 9dc86dc85f16..000000000000
29 --- a/dev-python/attrs/attrs-21.2.0.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Attributes without boilerplate"
42 -HOMEPAGE="
43 - https://github.com/python-attrs/attrs/
44 - https://attrs.readthedocs.io/
45 - https://pypi.org/project/attrs/"
46 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -
52 -RDEPEND="
53 - dev-python/zope-interface[${PYTHON_USEDEP}]"
54 -BDEPEND="
55 - test? (
56 - $(python_gen_impl_dep sqlite)
57 - >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
58 - >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
59 - )"
60 -
61 -distutils_enable_tests pytest
62
63 diff --git a/dev-python/attrs/attrs-21.3.0.ebuild b/dev-python/attrs/attrs-21.3.0.ebuild
64 deleted file mode 100644
65 index 8dc809a5f01c..000000000000
66 --- a/dev-python/attrs/attrs-21.3.0.ebuild
67 +++ /dev/null
68 @@ -1,44 +0,0 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Attributes without boilerplate"
79 -HOMEPAGE="
80 - https://github.com/python-attrs/attrs/
81 - https://attrs.readthedocs.io/
82 - https://pypi.org/project/attrs/"
83 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
88 -
89 -RDEPEND="
90 - dev-python/zope-interface[${PYTHON_USEDEP}]"
91 -BDEPEND="
92 - test? (
93 - $(python_gen_impl_dep sqlite)
94 - $(python_gen_cond_dep '
95 - dev-python/cloudpickle[${PYTHON_USEDEP}]
96 - ' 'python*')
97 - >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
98 - >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
99 - )"
100 -
101 -distutils_enable_tests pytest
102 -
103 -python_test() {
104 - local EPYTEST_IGNORE=()
105 - [[ ${EPYTHON} != python* ]] && EPYTEST_IGNORE+=(
106 - # requires cloudpickle which relies on CPython implementation
107 - # details
108 - tests/test_3rd_party.py
109 - )
110 -
111 - epytest
112 -}