commit:     f8859aac4c3721cbd60a86e7ae686cf2f3d7d282
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:10:10 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:11:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8859aac

dev-python/typed-ast: Remove old

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

 dev-python/typed-ast/Manifest                  |  1 -
 dev-python/typed-ast/typed-ast-1.4.3-r1.ebuild | 27 --------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index d4d09da4f5c4..8153c975d894 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,2 +1 @@
-DIST typed_ast-1.4.3.tar.gz 210893 BLAKE2B 
9e0bbaac73d97c13303c783d4e91b015570d9b9ad74361e1bcfe67259982459003ea6c24602ce004fe1447c4375090d5fa58006e18af28da256f6b25d9aa20b1
 SHA512 
7ac06e277c883afd1a7161601ffca0114aa63db257695a4bf4c64d819a7192fe52167edb57991aefc7accc6a9902b5faf2ba9e4032c4b9be31f1db7a091607c9
 DIST typed_ast-1.5.4.tar.gz 252491 BLAKE2B 
07a97a881cd4c015897ca85e0b46acd6f63c48dbc69f4d73ad5e3bfd42b1b995a614d97b81c8d21c8d5dcbdddc838bffde033e11b55d866fa8e8db0aa8048731
 SHA512 
1ff27316d8e07219ad5b3744c167b7a7dfebb992f8ebc4623bf510f8b5d2b939cc9f659428e3228a42cdec0e63215cca973458aa914f2efdc59d5f33c150e153

diff --git a/dev-python/typed-ast/typed-ast-1.4.3-r1.ebuild 
b/dev-python/typed-ast/typed-ast-1.4.3-r1.ebuild
deleted file mode 100644
index ac8dac640289..000000000000
--- a/dev-python/typed-ast/typed-ast-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/ 
https://github.com/python/typed_ast";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-S="${WORKDIR}/${P/-/_}"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-python310.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       cd "${BUILD_DIR}" || die
-       epytest
-}

Reply via email to