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, 25 Sep 2022 19:32:08
Message-Id: 1664134310.829b5bcfbb5dd66d428bb6e90f2c223d4e0b1329.mgorny@gentoo
1 commit: 829b5bcfbb5dd66d428bb6e90f2c223d4e0b1329
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 19:31:50 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 19:31:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829b5bcf
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 | 1 -
13 dev-python/astroid/astroid-2.11.6.ebuild | 59 --------------------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
17 index 6a80f9562f54..1eaa4dc98fd4 100644
18 --- a/dev-python/astroid/Manifest
19 +++ b/dev-python/astroid/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST astroid-2.11.6.gh.tar.gz 414842 BLAKE2B 3300037aad912be25d99cc20576f472b907c064c2cb434d9a40a9014df44749760cd8921411f3abdf8e08bd08e612cf6aec13d73ca38ec8ac31cd1ed007282bb SHA512 2276385d74d9bbfd0d99c786d2598105161b2c71c96ca73183b6e2672f8b61c31667c337a1d3967956ef5fdbb54392d604a84da5ac456354d04fb4ad37b11f61
22 DIST astroid-2.12.10.gh.tar.gz 435902 BLAKE2B eccabfbbda11edc958b0e5d5870f5df88cb267249d4d440e470515b75cda992ce9e7fd3dd50b9165ca40c6643053b0df0aeb754ec3b0461ea8a1ce45b0065ceb SHA512 55c3013a1672c4ce82f44ea85e4ac16881f0ea0a2f25b6457044e3c824699e13d46f5007f7410ca8d9a7d69c6690c8c41a187c9650fd4d4b7e9a7aa31e21add3
23 DIST astroid-2.12.8.gh.tar.gz 434545 BLAKE2B 3ad3ff1a7e1a0c9433387b4167041adcc405e9b6d0fc0a850073960db9e7458d0b6989e3a0f78679ba4730f1da2fe9d35de3f984d2c79532d9f96c2a726b1f0e SHA512 76052caaef27f983751e3abfb44c38ad497a4d2d659521ee55c99080c9cacea90cf3603d6468b01cc9b127cd8318157faae56bb151c6449145c70545719c6c51
24
25 diff --git a/dev-python/astroid/astroid-2.11.6.ebuild b/dev-python/astroid/astroid-2.11.6.ebuild
26 deleted file mode 100644
27 index 1ce72c9a2fcb..000000000000
28 --- a/dev-python/astroid/astroid-2.11.6.ebuild
29 +++ /dev/null
30 @@ -1,59 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
42 -HOMEPAGE="
43 - https://github.com/PyCQA/astroid/
44 - https://pypi.org/project/astroid/"
45 -SRC_URI="
46 - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
47 - -> ${P}.gh.tar.gz
48 -"
49 -
50 -LICENSE="LGPL-2.1+"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 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/setuptools[${PYTHON_USEDEP}]
58 - >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
59 - <dev-python/wrapt-2[${PYTHON_USEDEP}]
60 -"
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 -
70 -distutils_enable_tests pytest
71 -
72 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
73 -
74 -python_test() {
75 - local EPYTEST_DESELECT=(
76 - # no clue why it's broken
77 - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
78 - tests/unittest_brain_dataclasses.py::test_pydantic_field
79 - tests/unittest_regrtest.py::NonRegressionTests::test_numpy_distutils
80 - # some problem with warnings (our options?)
81 - tests/unittest_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
82 - tests/unittest_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
83 - tests/unittest_scoped_nodes.py::test_deprecation_of_doc_attribute
84 - )
85 -
86 - # Faker causes sys.path_importer_cache keys to be overwritten
87 - # with PosixPaths
88 - epytest -p no:faker
89 -}