commit:     4dcb704c388f2c49acef0077de80f7e00f36fc17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 08:13:08 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 08:13:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcb704c

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.6.2.ebuild | 46 -------------------------------
 dev-python/astroid/astroid-2.6.5.ebuild | 48 ---------------------------------
 dev-python/astroid/astroid-2.7.1.ebuild | 48 ---------------------------------
 4 files changed, 145 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 8979c4f9b2b..70c0c53c525 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,5 +1,2 @@
-DIST astroid-2.6.2.tar.gz 360787 BLAKE2B 
a2744b9ada601b731989f17ec75aa94d88825693a4ccf349374b8795b0db3879aa5bffe838df68759ff3296cd8af9cd45524e7d894a363f54055f3f1fa01e92e
 SHA512 
776f8f9a12d425b7f048318b632dedb8894b6a3051a0607d1079437084aab4e9593e39cf9c7e01c2dd722364d2396cf13d7d26cc2acf33482d75584c458d4b89
-DIST astroid-2.6.5.tar.gz 364383 BLAKE2B 
22da12e30bbb27ad93516ef18ebe64839fc1f7057a46fe82444c189bada942b32e00c314fe47eaecaf7cb2e7e047206152e1df98b4f46a40010bef9392721b9c
 SHA512 
28c6fe2953f10f99c31af611644137d566489188459c9249e5621c4dc1c5fecb59c1ba3cc0bbab95c2609203388d1df299f0cb87a1fc3b3bb8b4ad3ad6b010a4
 DIST astroid-2.6.6.tar.gz 368118 BLAKE2B 
c5117566579ee6c8ccf973e180b3de3cd3896110221627cfa16d17fbeb049954d4452d3f55ab4161751a9eb7892fbd49090eb8e82c5a90f5985ec13a9f5d1fdd
 SHA512 
a077c291b90f52d353d27b8e6aee2ffca1d69bf0e1e7185c32f3959853d9f2957f411975e5bf66f27d73b66cce6bd1e55529de6b7d0a17dea5399edf3a404825
-DIST astroid-2.7.1.tar.gz 373086 BLAKE2B 
85ad87041ccafcc3d008455163d71c8d7b98083a7e86d45722c8d5b9a782721a7e6b5e19b0532a14801ce6ec68da72b448867c80db3bdab07e061748502bee38
 SHA512 
b37f445c499a2015b201b1676530c06f76b6b3e8829740208c32267aba47d77f0e94484202824f0bfc2d35021ba147d8748de89ced8f09010d08b4ca20a63120
 DIST astroid-2.7.2.tar.gz 374584 BLAKE2B 
09f0f70bd0caa8e4971611d2190ccfbc06a8f871abe1e47313ff574bf4680eb26ec67c0a89fc0a434a15535b2c31d005036a0780b62495ac9d6b69e7f04419d3
 SHA512 
c14841265b2d50a76a5f4ff9c9f19fcdab9e1de8d726e1d40185e517bd3e9c7e1c131e23e0160102f842d7233884eb66d7db7d2443e2609db87d6ec88ed7d5b6

diff --git a/dev-python/astroid/astroid-2.6.2.ebuild 
b/dev-python/astroid/astroid-2.6.2.ebuild
deleted file mode 100644
index cef4de93bb0..00000000000
--- a/dev-python/astroid/astroid-2.6.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ia64 ppc ppc64 ~riscv sparc x86"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-       >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/wrapt-1.11.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 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 }
-}

diff --git a/dev-python/astroid/astroid-2.6.5.ebuild 
b/dev-python/astroid/astroid-2.6.5.ebuild
deleted file mode 100644
index cda705df7b1..00000000000
--- a/dev-python/astroid/astroid-2.6.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-       >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/wrapt-1.11.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 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 }
-}

diff --git a/dev-python/astroid/astroid-2.7.1.ebuild 
b/dev-python/astroid/astroid-2.7.1.ebuild
deleted file mode 100644
index cda705df7b1..00000000000
--- a/dev-python/astroid/astroid-2.7.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-       >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/wrapt-1.11.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 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