diff options
author | 2023-10-24 22:44:45 +0200 | |
---|---|---|
committer | 2023-10-24 23:11:28 +0200 | |
commit | ead52cd39cd628cd17344ab0b60fe44c80c79294 (patch) | |
tree | a9e84a0b201911e66aafdec3b65cef17f3ca38c5 /dev-python/gast | |
parent | dev-python/xarray: Enable py3.12 (diff) | |
download | gentoo-ead52cd39cd628cd17344ab0b60fe44c80c79294.tar.gz gentoo-ead52cd39cd628cd17344ab0b60fe44c80c79294.tar.bz2 gentoo-ead52cd39cd628cd17344ab0b60fe44c80c79294.zip |
dev-python/gast: Remove broken 0.5.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r-- | dev-python/gast/Manifest | 1 | ||||
-rw-r--r-- | dev-python/gast/gast-0.5.4.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest index 8a370940e9ae..89156d9adb0c 100644 --- a/dev-python/gast/Manifest +++ b/dev-python/gast/Manifest @@ -1,2 +1 @@ DIST gast-0.5.3.tar.gz 23455 BLAKE2B b7263e959178421a7ba1cdb41cb09edbe1c30680573e1ab3b4de114e0bd151d2278be799fcc1a01524bb5ee6f6d6764d9902dd0018e7cbe54ac7a3d1300bbeb1 SHA512 a836be76303591ca7c40596d98a29dbd53f281e277c8c23e3821b2003d4e8aaf4d806e7f532f27c0eadd4bdca5a28dc0a3902245505ab97497b9afbfee0c2e52 -DIST gast-0.5.4.tar.gz 25346 BLAKE2B c7161737367c2a3335d9e51af1dc09934ea16694d497cb151ed713b3372666456b5dcc2c595294c7162035af29d454bad5c8fb677030de9235c52d5ff8a3f05b SHA512 a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d diff --git a/dev-python/gast/gast-0.5.4.ebuild b/dev-python/gast/gast-0.5.4.ebuild deleted file mode 100644 index 189e453ed542..000000000000 --- a/dev-python/gast/gast-0.5.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)" -HOMEPAGE=" - https://github.com/serge-sans-paille/gast/ - https://pypi.org/project/gast/ -" - -LICENSE="BSD PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -distutils_enable_tests unittest |