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: Sun, 01 Aug 2021 12:25:13
Message-Id: 1627820345.1df1bcd2c8faf63ab3e360d0de676f27d1234367.mgorny@gentoo
1 commit: 1df1bcd2c8faf63ab3e360d0de676f27d1234367
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 09:42:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 12:19:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df1bcd2
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 | 2 --
13 dev-python/astroid/astroid-2.5.8.ebuild | 47 --------------------------------
14 dev-python/astroid/astroid-2.6.4.ebuild | 48 ---------------------------------
15 3 files changed, 97 deletions(-)
16
17 diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
18 index f7e8ec14818..335bfa0e789 100644
19 --- a/dev-python/astroid/Manifest
20 +++ b/dev-python/astroid/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST astroid-2.5.8.tar.gz 354281 BLAKE2B 70ee47c26b765ba9f9bd40cf120a9ce13709043738e20a08d201cdb899789c6c6bdc604aaab49c78b2888503b46321a1728cce656f39d70ce6877ac088cb9567 SHA512 ab2f413e399810e98bd61c837ac90674e7c6d8e2f4d32f3141b21bf1360c785831fc4afd347e755c97627a04cb482aa4e455897e1c02eec8c5fcd28c54c1e9fc
23 DIST astroid-2.6.2.tar.gz 360787 BLAKE2B a2744b9ada601b731989f17ec75aa94d88825693a4ccf349374b8795b0db3879aa5bffe838df68759ff3296cd8af9cd45524e7d894a363f54055f3f1fa01e92e SHA512 776f8f9a12d425b7f048318b632dedb8894b6a3051a0607d1079437084aab4e9593e39cf9c7e01c2dd722364d2396cf13d7d26cc2acf33482d75584c458d4b89
24 -DIST astroid-2.6.4.tar.gz 364123 BLAKE2B 742d2bbe4a4056406b14a61d6aecb37d7add577b6f97b0649f22f7133a5ec0af30b0a7e195817681d014ae25fb69684d776a45948709cb6c2e349352da8960d4 SHA512 d81aee724804438565ab8d49b5df132e528989a3f746f9855ac841c98f06a85c72a7749492ed2856657895e948548f7f9293e4347f4247219065592d2eebf642
25 DIST astroid-2.6.5.tar.gz 364383 BLAKE2B 22da12e30bbb27ad93516ef18ebe64839fc1f7057a46fe82444c189bada942b32e00c314fe47eaecaf7cb2e7e047206152e1df98b4f46a40010bef9392721b9c SHA512 28c6fe2953f10f99c31af611644137d566489188459c9249e5621c4dc1c5fecb59c1ba3cc0bbab95c2609203388d1df299f0cb87a1fc3b3bb8b4ad3ad6b010a4
26
27 diff --git a/dev-python/astroid/astroid-2.5.8.ebuild b/dev-python/astroid/astroid-2.5.8.ebuild
28 deleted file mode 100644
29 index d0ea2a31d65..00000000000
30 --- a/dev-python/astroid/astroid-2.5.8.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
43 -HOMEPAGE="
44 - https://github.com/PyCQA/astroid/
45 - https://pypi.org/project/astroid/"
46 -SRC_URI="
47 - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
48 - -> ${P}.tar.gz"
49 -
50 -LICENSE="LGPL-2.1+"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
53 -
54 -# Version specified in __pkginfo__.py.
55 -RDEPEND="
56 - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
57 - >=dev-python/wrapt-1.11.2[${PYTHON_USEDEP}]"
58 -BDEPEND="
59 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
60 - test? (
61 - dev-python/nose[${PYTHON_USEDEP}]
62 - dev-python/numpy[${PYTHON_USEDEP}]
63 - dev-python/python-dateutil[${PYTHON_USEDEP}]
64 - )"
65 -
66 -distutils_enable_tests pytest
67 -
68 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
69 -
70 -python_test() {
71 - local deselect=(
72 - # no clue why it's broken
73 - tests/unittest_modutils.py::GetModulePartTest::test_knownValues_get_builtin_module_part
74 - )
75 -
76 - # Faker causes sys.path_importer_cache keys to be overwritten
77 - # with PosixPaths
78 - epytest -p no:faker ${deselect[@]/#/--deselect }
79 -}
80
81 diff --git a/dev-python/astroid/astroid-2.6.4.ebuild b/dev-python/astroid/astroid-2.6.4.ebuild
82 deleted file mode 100644
83 index cda705df7b1..00000000000
84 --- a/dev-python/astroid/astroid-2.6.4.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -DISTUTILS_USE_SETUPTOOLS=rdepend
93 -PYTHON_COMPAT=( python3_{8..10} )
94 -
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
98 -HOMEPAGE="
99 - https://github.com/PyCQA/astroid/
100 - https://pypi.org/project/astroid/"
101 -SRC_URI="
102 - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
103 - -> ${P}.tar.gz"
104 -
105 -LICENSE="LGPL-2.1+"
106 -SLOT="0"
107 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
108 -
109 -# Version specified in __pkginfo__.py.
110 -RDEPEND="
111 - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
112 - >=dev-python/wrapt-1.11.2[${PYTHON_USEDEP}]"
113 -BDEPEND="
114 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
115 - test? (
116 - dev-python/nose[${PYTHON_USEDEP}]
117 - dev-python/numpy[${PYTHON_USEDEP}]
118 - dev-python/python-dateutil[${PYTHON_USEDEP}]
119 - )"
120 -
121 -distutils_enable_tests pytest
122 -
123 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
124 -
125 -python_test() {
126 - local deselect=(
127 - # no clue why it's broken
128 - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
129 - )
130 -
131 - # Faker causes sys.path_importer_cache keys to be overwritten
132 - # with PosixPaths
133 - epytest -p no:faker ${deselect[@]/#/--deselect }
134 -}