commit:     45f59130a144674d7ec099395c2d6f4e2a83a2c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 15:37:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 15:39:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f59130

dev-python/gast: Remove old

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

 dev-python/gast/Manifest          |  1 -
 dev-python/gast/gast-0.5.2.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 563893eb894f..89156d9adb0c 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1,2 +1 @@
-DIST gast-0.5.2.tar.gz 14222 BLAKE2B 
b251f9aa54d8bdba318f0c8aa7fe97221615a22b7dec8da99b15078ce0f482ac8ec931b9c0acba3a405f2ab3c820a1c578ab93583f9f84740571dd85a3fcb45d
 SHA512 
2a06245ba93f2c0715f662e32e0865732828deb672bc70c3d70a4969c8a2e4c518354a4a63760eddeba53932d4f8bf0ae0ffab64f1a1ad3b20d5b2d18285cd6a
 DIST gast-0.5.3.tar.gz 23455 BLAKE2B 
b7263e959178421a7ba1cdb41cb09edbe1c30680573e1ab3b4de114e0bd151d2278be799fcc1a01524bb5ee6f6d6764d9902dd0018e7cbe54ac7a3d1300bbeb1
 SHA512 
a836be76303591ca7c40596d98a29dbd53f281e277c8c23e3821b2003d4e8aaf4d806e7f532f27c0eadd4bdca5a28dc0a3902245505ab97497b9afbfee0c2e52

diff --git a/dev-python/gast/gast-0.5.2.ebuild 
b/dev-python/gast/gast-0.5.2.ebuild
deleted file mode 100644
index a79cedee6467..000000000000
--- a/dev-python/gast/gast-0.5.2.ebuild
+++ /dev/null
@@ -1,20 +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="A generic AST to represent Python2 and Python3's Abstract Syntax 
Tree (AST)"
-HOMEPAGE="https://pypi.org/project/gast/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~sparc x86"
-
-BDEPEND="
-       test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest

Reply via email to