commit:     377ff5202d67f89b9eb1339f8079f8996c005ad0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 19:18:11 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 19:22:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377ff520

dev-python/astroid: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/astroid/Manifest              |  3 --
 dev-python/astroid/astroid-2.11.2.ebuild | 54 --------------------------------
 dev-python/astroid/astroid-2.11.3.ebuild | 54 --------------------------------
 dev-python/astroid/astroid-2.9.3.ebuild  | 49 -----------------------------
 4 files changed, 160 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 3eda660ee52c..0a0599fc57ee 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,5 +1,2 @@
-DIST astroid-2.11.2.tar.gz 412621 BLAKE2B 
e43be65b733a5de5d027920e8e4db0365a3af98614739f0a56dcf95ef6c1c3a9e104b52c1fad4477bccd460850cf6bab6f38014aaa6891e8d04720d4a52b79d8
 SHA512 
5b33cb3594513804c6933a888297ed54c42cb52274c7fe49060368e3fac62be8f3febcb822aa9267a5a0a99a32932912ebc4640a7d10288b7021955fe0277c0d
-DIST astroid-2.11.3.tar.gz 413237 BLAKE2B 
0758e0a2069e969e1509d0935883f1deba6b3c55af0edcb3146be7dd39eab40e9a71ef517c5114c49c191f545da73340d074df1cc107094c6450f9d2448932db
 SHA512 
ea215a4fee747ab49735d3b8a084500b9127c831f0a737d6610128211750920e68741dc888d8d799422636b7acb014e1a1f3f629db87c445781c4cfaf57dd062
 DIST astroid-2.11.4.tar.gz 414075 BLAKE2B 
7bbe956b1ed577bf6be97f89ed3e1c5f3f516d549339010e711d43bf61f9f23e18e04c57165742e22e2bea9dce8766ba5b573749627eeeeda2a133610d73dfb5
 SHA512 
dbe0dd34008f56b117c12133a6f3b9f940f6cebd4d19019396efe0d060ac7f4a28e56193fa16d30748dfc316e8cda1b8fcad8574dfb2698430e0f1d3622681c4
 DIST astroid-2.11.5.tar.gz 414503 BLAKE2B 
3bdd93c8c958dc8ede9b5c4b0d01399578c1c8824c511aa6697e6653ef6caec2e2597a862e03a72fc0dc6d0bc63d327a0cf4b62b9632604e9b8485f84512b5b2
 SHA512 
6b6d1e35b95c68d7219534ceda6e2802cc6f2d9cd9bed6a880eaf0937dfb288d9fb58dac9be33072f4676a568f778eb26a78f447d4a44842a98d8677e151e1bb
-DIST astroid-2.9.3.tar.gz 409069 BLAKE2B 
152dbe8ab2fee3964dc8cc714a5ba48c71b5994c77d1e20683bcf028483aca22d5be5772e72d056cfd3d1f59562b447366d61fc35a2b67d545f069a8f7975e84
 SHA512 
7bb3bf2d456c0d22325444e641961c34eaddcddf50c97ee9f5b5c8755232cf1b65a315258403b40bb7dcad15c4f9b6b73ab0eb607525a48a65f52406969eca04

diff --git a/dev-python/astroid/astroid-2.11.2.ebuild 
b/dev-python/astroid/astroid-2.11.2.ebuild
deleted file mode 100644
index 29d52081ad2f..000000000000
--- a/dev-python/astroid/astroid-2.11.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-       https://github.com/PyCQA/astroid/
-       https://pypi.org/project/astroid/";
-SRC_URI="
-       https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-       >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
-       <dev-python/wrapt-2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # no clue why it's broken
-               
tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-               tests/unittest_brain_dataclasses.py::test_pydantic_field
-       )
-
-       # Faker causes sys.path_importer_cache keys to be overwritten
-       # with PosixPaths
-       epytest -p no:faker
-}

diff --git a/dev-python/astroid/astroid-2.11.3.ebuild 
b/dev-python/astroid/astroid-2.11.3.ebuild
deleted file mode 100644
index 313a897a7376..000000000000
--- a/dev-python/astroid/astroid-2.11.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-       https://github.com/PyCQA/astroid/
-       https://pypi.org/project/astroid/";
-SRC_URI="
-       https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-       >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
-       <dev-python/wrapt-2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # no clue why it's broken
-               
tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-               tests/unittest_brain_dataclasses.py::test_pydantic_field
-       )
-
-       # Faker causes sys.path_importer_cache keys to be overwritten
-       # with PosixPaths
-       epytest -p no:faker
-}

diff --git a/dev-python/astroid/astroid-2.9.3.ebuild 
b/dev-python/astroid/astroid-2.9.3.ebuild
deleted file mode 100644
index 86e4c8eb5101..000000000000
--- a/dev-python/astroid/astroid-2.9.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-       https://github.com/PyCQA/astroid/
-       https://pypi.org/project/astroid/";
-SRC_URI="
-       https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-       >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
-       <dev-python/wrapt-1.14[${PYTHON_USEDEP}]"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       local deselect=(
-               # no clue why it's broken
-               
tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-       )
-
-       # Faker causes sys.path_importer_cache keys to be overwritten
-       # with PosixPaths
-       epytest -p no:faker ${deselect[@]/#/--deselect }
-}

Reply via email to