commit:     ee7fd1eb48eaf80ecdeef0f806153f55fd08e478
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 08:41:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 08:41:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7fd1eb

dev-python/asttokens: drop 2.1.0, 2.2.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/asttokens/Manifest               |  2 --
 dev-python/asttokens/asttokens-2.1.0.ebuild | 43 -----------------------------
 dev-python/asttokens/asttokens-2.2.0.ebuild | 43 -----------------------------
 3 files changed, 88 deletions(-)

diff --git a/dev-python/asttokens/Manifest b/dev-python/asttokens/Manifest
index 8bfca926323f..30414c748f6a 100644
--- a/dev-python/asttokens/Manifest
+++ b/dev-python/asttokens/Manifest
@@ -1,3 +1 @@
-DIST asttokens-2.1.0.gh.tar.gz 55584 BLAKE2B 
eb2a73a47fcbfe1b75e0058f7fcc650ebc3cac00e1f816d2b5b7d02b75aaa07445de854c624e3564455036e2d973bc841e9ad3c18232d88b9091cfc3a2f95c71
 SHA512 
f89fe2ef700c3c07f48a87e39805792d00abc1050e619a987b863f4befc186505749bde956a95eaf152c4d69e087e32f8fa997cfa5527bbeb87e0143da89a662
-DIST asttokens-2.2.0.gh.tar.gz 55963 BLAKE2B 
93bdaf42fc19b0735f4f9c70f20a250d8ac6e99e0d663222133be7c2d306b242c807b0a108e9e6dc6a3b014d19c34c4319de5d4c884113dbeacd0219fc780c87
 SHA512 
1a803bb99852c0dd186a4afc340c3543e8400efea03dc06331d761f8c70e97711915aaa5ae32aea54bd61fb0d77827c5ab3afaa7762913175a5ad75ca2fff5ca
 DIST asttokens-2.2.1.gh.tar.gz 56115 BLAKE2B 
89c235391f9cc68fc640c5f9fccd1055cd7649ac92f4f935a872c1b90458f4bf577979fdeb3267f7bd5a5af505b6a33582da47d5fb65b57c411f482622d90feb
 SHA512 
f7fb00918403054bc6a118494f49dcc11946141d2193624455ff2b1ca137d1c75315c779295701e93ae350ce4f5f670d6287e91a116b6b5cbcb06b374a6d00b5

diff --git a/dev-python/asttokens/asttokens-2.1.0.ebuild 
b/dev-python/asttokens/asttokens-2.1.0.ebuild
deleted file mode 100644
index fc7d94bc2750..000000000000
--- a/dev-python/asttokens/asttokens-2.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Annotate Python AST trees with source text and token information"
-HOMEPAGE="
-       https://github.com/gristlabs/asttokens/
-       https://pypi.org/project/asttokens/
-"
-SRC_URI="
-       https://github.com/gristlabs/asttokens/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/astroid[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       # test suite itself broken with new astroid versions, upstream less care
-       # https://github.com/gristlabs/asttokens/issues/79
-       tests/test_astroid.py
-)
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

diff --git a/dev-python/asttokens/asttokens-2.2.0.ebuild 
b/dev-python/asttokens/asttokens-2.2.0.ebuild
deleted file mode 100644
index a50fb71f7f6b..000000000000
--- a/dev-python/asttokens/asttokens-2.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Annotate Python AST trees with source text and token information"
-HOMEPAGE="
-       https://github.com/gristlabs/asttokens/
-       https://pypi.org/project/asttokens/
-"
-SRC_URI="
-       https://github.com/gristlabs/asttokens/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/astroid[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       # test suite itself broken with new astroid versions, upstream less care
-       # https://github.com/gristlabs/asttokens/issues/79
-       tests/test_astroid.py
-)
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to