diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-10 20:48:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-10 20:50:34 +0200 |
commit | 77eee370e21448f4e68a5b7f55a5ae575c32fb91 (patch) | |
tree | 5502d69dc3beb335d1f3d1f1d6916165fb884ec2 /dev-python/speg | |
parent | dev-python/python-distutils-extra: Remove old (diff) | |
download | gentoo-77eee370e21448f4e68a5b7f55a5ae575c32fb91.tar.gz gentoo-77eee370e21448f4e68a5b7f55a5ae575c32fb91.tar.bz2 gentoo-77eee370e21448f4e68a5b7f55a5ae575c32fb91.zip |
dev-python/speg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/speg')
-rw-r--r-- | dev-python/speg/Manifest | 1 | ||||
-rw-r--r-- | dev-python/speg/speg-0.3-r2.ebuild | 14 | ||||
-rw-r--r-- | dev-python/speg/speg-0.3-r3.ebuild | 14 |
3 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/speg/Manifest b/dev-python/speg/Manifest index 312390832012..4eb829b8316a 100644 --- a/dev-python/speg/Manifest +++ b/dev-python/speg/Manifest @@ -1,2 +1 @@ -DIST speg-0.3.tar.gz 2592 BLAKE2B 1b82d6e122783fbc58f2c711a67e9b8b721d69c08de5ac2815d1ae459ce337552d10bb747cd1e31363f48f4a50bbc967b650d7e6048668d28d4133b5875aed14 SHA512 9faed6af0eb1a6ff0a7dc2e2f5b885a58a5430938b463420ad52277fe2900ae98531057ebbcc21d8cd259d4779bfb0c919125043503635721afe574b4f1f99ce DIST speg-0.3_p20180819.gh.tar.gz 5771 BLAKE2B 1d0a97d65190cd26776509627cc2ada948390af3457d3967fa0a6a3cbe1bc0c566db8188a9bab3a28d5bd8cb85ce0853c903d2c7a7d6faf79766b9f48c229f4d SHA512 01f0913a59b0a3b32c72c937f948508e303121bd35a8d057f1c043ab77a8b5c3a63b696f5aa8a6bf300901131ae56f50d187e7259dcc7bbaf4d1368e6bdd8bb1 diff --git a/dev-python/speg/speg-0.3-r2.ebuild b/dev-python/speg/speg-0.3-r2.ebuild deleted file mode 100644 index b571923cfe15..000000000000 --- a/dev-python/speg/speg-0.3-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 -DESCRIPTION="A PEG-based parser interpreter with memoization" -HOMEPAGE="https://github.com/avakar/speg/" -SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~ppc ~riscv x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/speg/speg-0.3-r3.ebuild b/dev-python/speg/speg-0.3-r3.ebuild deleted file mode 100644 index 54f74fe9f7b7..000000000000 --- a/dev-python/speg/speg-0.3-r3.ebuild +++ /dev/null @@ -1,14 +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 PEG-based parser interpreter with memoization" -HOMEPAGE="https://github.com/avakar/speg/" -SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~ppc ~riscv x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" |