diff options
author | 2022-06-27 22:26:27 +0300 | |
---|---|---|
committer | 2022-06-27 22:26:27 +0300 | |
commit | abeb1d816acf5d1d35162490170161d8890a3e51 (patch) | |
tree | 7411404e3782f10fada7e790f746f55fd714fcfc /dev-python/gast | |
parent | dev-python/autopage: drop 0.5.0 (diff) | |
download | gentoo-abeb1d816acf5d1d35162490170161d8890a3e51.tar.gz gentoo-abeb1d816acf5d1d35162490170161d8890a3e51.tar.bz2 gentoo-abeb1d816acf5d1d35162490170161d8890a3e51.zip |
dev-python/gast: drop 0.5.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r-- | dev-python/gast/gast-0.5.3.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/gast/gast-0.5.3.ebuild b/dev-python/gast/gast-0.5.3.ebuild deleted file mode 100644 index ade1601aea87..000000000000 --- a/dev-python/gast/gast-0.5.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 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 PSF-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86" - -distutils_enable_tests unittest |