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/astroid/
Date: Sat, 08 Jan 2022 16:56:39
Message-Id: 1641660961.e8185758d16155776306094d19d29a617817be55.mgorny@gentoo
1 commit: e8185758d16155776306094d19d29a617817be55
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 16:56:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 16:56:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8185758
7
8 dev-python/astroid: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/astroid/Manifest | 3 --
13 dev-python/astroid/astroid-2.7.3-r1.ebuild | 48 -----------------------------
14 dev-python/astroid/astroid-2.8.6.ebuild | 49 ------------------------------
15 dev-python/astroid/astroid-2.9.1.ebuild | 49 ------------------------------
16 4 files changed, 149 deletions(-)
17
18 diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
19 index b165c8867461..3213c2866907 100644
20 --- a/dev-python/astroid/Manifest
21 +++ b/dev-python/astroid/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST astroid-2.7.3.tar.gz 378876 BLAKE2B 016ab6e798f1a608c0e0ce0bd81865145349c70497d09e336ec8b21eaf01ea365c204f42daf6d55d148f6873ef15e223adc9baf4a09dc8945158e4b5e24f1ebb SHA512 03a886c2daef640cf0a85f38e39b6e12080dc722862cb03386d1355f3f955ea46a7bb7b85c2887f52ba6d0ecb6243c653c7f1cd44d6c7429f2cd29c1dfd2297f
24 -DIST astroid-2.8.6.tar.gz 394852 BLAKE2B 400531227ce5a8b0f284f51ccb2d37aeb0463ee0fc7faceb3fd33b4bd727b7283421fb69c50eba3246217e06dca2cecfac49030d33c7e2a7cf252144860b50a3 SHA512 8fae723f0b7df34ba51d7f97634b09173956ae1eaa1543b81af8a80b5d9c9fcbdd96de709da2432a935dd5fc7369f9f1ea03cf2b7e3f0b09dac8485145d8f1d9
25 DIST astroid-2.9.0.tar.gz 404906 BLAKE2B 2aefe21392289b95a4ea3bde047e6f33b6915f4feac722164b4c35cc97dedb83f7d2e7f277485c5a3a8c7abc7865ccd88923266aa675755eeb17b0bd22077931 SHA512 949520268303a257102c2348920df9ff779bf5736739be5985b0441fae664212bee476445dc5d52478e789e08bbd5826ef83cf8a730a73d4e2d6eb04251c3cee
26 -DIST astroid-2.9.1.tar.gz 408617 BLAKE2B 921178fc6be9f3905c0e93c755fbf0ff70da4bf6242cb10a6881e78b66f9636fa39d7aef1ba9435ec69ae314968d33126a64d2d11a8da2aa2ee0dc9010d58ce3 SHA512 b6c69a316bd9f21be34b5e15505e38719721991c0b9a9162233c2c8c7b0fcef792027f6564fa58f083448d00bbae910f8dad1a2957aad5d3bf23c1bfb6727e31
27 DIST astroid-2.9.2.tar.gz 408664 BLAKE2B 918fcf1e90667a9f3c69689557026f282e5fbbb40a8e3c184569f53d9a005d9822538cd15401e984256f928731d44a04d1a618ca818eb1eeae57b32e94d06425 SHA512 e9523f5874dec8cc3f252efc2b2f6707999772cc9809cf982d92693182052e575eac31c7d759c9aea22068e90a9bb25d89a20bc8d89dfe2ba44ebcc04f78471e
28
29 diff --git a/dev-python/astroid/astroid-2.7.3-r1.ebuild b/dev-python/astroid/astroid-2.7.3-r1.ebuild
30 deleted file mode 100644
31 index 0f33e85134f5..000000000000
32 --- a/dev-python/astroid/astroid-2.7.3-r1.ebuild
33 +++ /dev/null
34 @@ -1,48 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
46 -HOMEPAGE="
47 - https://github.com/PyCQA/astroid/
48 - https://pypi.org/project/astroid/"
49 -SRC_URI="
50 - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
51 - -> ${P}.tar.gz"
52 -
53 -LICENSE="LGPL-2.1+"
54 -SLOT="0"
55 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86"
56 -
57 -# Version specified in __pkginfo__.py.
58 -RDEPEND="
59 - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
60 - <dev-python/wrapt-1.13[${PYTHON_USEDEP}]"
61 -BDEPEND="
62 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
63 - test? (
64 - dev-python/nose[${PYTHON_USEDEP}]
65 - dev-python/numpy[${PYTHON_USEDEP}]
66 - dev-python/python-dateutil[${PYTHON_USEDEP}]
67 - )"
68 -
69 -distutils_enable_tests pytest
70 -
71 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
72 -
73 -python_test() {
74 - local deselect=(
75 - # no clue why it's broken
76 - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
77 - )
78 -
79 - # Faker causes sys.path_importer_cache keys to be overwritten
80 - # with PosixPaths
81 - epytest -p no:faker ${deselect[@]/#/--deselect }
82 -}
83
84 diff --git a/dev-python/astroid/astroid-2.8.6.ebuild b/dev-python/astroid/astroid-2.8.6.ebuild
85 deleted file mode 100644
86 index 81b03aca25a3..000000000000
87 --- a/dev-python/astroid/astroid-2.8.6.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -DISTUTILS_USE_SETUPTOOLS=rdepend
96 -PYTHON_COMPAT=( python3_{8..10} )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
101 -HOMEPAGE="
102 - https://github.com/PyCQA/astroid/
103 - https://pypi.org/project/astroid/"
104 -SRC_URI="
105 - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
106 - -> ${P}.tar.gz"
107 -
108 -LICENSE="LGPL-2.1+"
109 -SLOT="0"
110 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
111 -
112 -# Version specified in __pkginfo__.py.
113 -RDEPEND="
114 - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
115 - >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
116 - <dev-python/wrapt-1.14[${PYTHON_USEDEP}]"
117 -BDEPEND="
118 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
119 - test? (
120 - dev-python/nose[${PYTHON_USEDEP}]
121 - dev-python/numpy[${PYTHON_USEDEP}]
122 - dev-python/python-dateutil[${PYTHON_USEDEP}]
123 - )"
124 -
125 -distutils_enable_tests pytest
126 -
127 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
128 -
129 -python_test() {
130 - local deselect=(
131 - # no clue why it's broken
132 - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
133 - )
134 -
135 - # Faker causes sys.path_importer_cache keys to be overwritten
136 - # with PosixPaths
137 - epytest -p no:faker ${deselect[@]/#/--deselect }
138 -}
139
140 diff --git a/dev-python/astroid/astroid-2.9.1.ebuild b/dev-python/astroid/astroid-2.9.1.ebuild
141 deleted file mode 100644
142 index 7d421ea6fce4..000000000000
143 --- a/dev-python/astroid/astroid-2.9.1.ebuild
144 +++ /dev/null
145 @@ -1,49 +0,0 @@
146 -# Copyright 1999-2022 Gentoo Authors
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI=8
150 -
151 -DISTUTILS_USE_SETUPTOOLS=rdepend
152 -PYTHON_COMPAT=( python3_{8..10} )
153 -
154 -inherit distutils-r1
155 -
156 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
157 -HOMEPAGE="
158 - https://github.com/PyCQA/astroid/
159 - https://pypi.org/project/astroid/"
160 -SRC_URI="
161 - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
162 - -> ${P}.tar.gz"
163 -
164 -LICENSE="LGPL-2.1+"
165 -SLOT="0"
166 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
167 -
168 -# Version specified in __pkginfo__.py.
169 -RDEPEND="
170 - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
171 - >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
172 - <dev-python/wrapt-1.14[${PYTHON_USEDEP}]"
173 -BDEPEND="
174 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
175 - test? (
176 - dev-python/nose[${PYTHON_USEDEP}]
177 - dev-python/numpy[${PYTHON_USEDEP}]
178 - dev-python/python-dateutil[${PYTHON_USEDEP}]
179 - )"
180 -
181 -distutils_enable_tests pytest
182 -
183 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
184 -
185 -python_test() {
186 - local deselect=(
187 - # no clue why it's broken
188 - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
189 - )
190 -
191 - # Faker causes sys.path_importer_cache keys to be overwritten
192 - # with PosixPaths
193 - epytest -p no:faker ${deselect[@]/#/--deselect }
194 -}