diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:18:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:30:27 +0200 |
commit | cec7d307a84c3502fb77502585dbf41da383b957 (patch) | |
tree | e3a332ede3c9c0bc52683208209b82cae1a726ab /dev-python/antlr4-python3-runtime | |
parent | dev-python/allpairspy: Remove old (diff) | |
download | gentoo-cec7d307a84c3502fb77502585dbf41da383b957.tar.gz gentoo-cec7d307a84c3502fb77502585dbf41da383b957.tar.bz2 gentoo-cec7d307a84c3502fb77502585dbf41da383b957.zip |
dev-python/antlr4-python3-runtime: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/antlr4-python3-runtime')
-rw-r--r-- | dev-python/antlr4-python3-runtime/Manifest | 1 | ||||
-rw-r--r-- | dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.12.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/antlr4-python3-runtime/Manifest b/dev-python/antlr4-python3-runtime/Manifest index d6986f79b86b..888d9b78d3da 100644 --- a/dev-python/antlr4-python3-runtime/Manifest +++ b/dev-python/antlr4-python3-runtime/Manifest @@ -1,2 +1 @@ -DIST antlr-4.12.0.gh.tar.gz 4408352 BLAKE2B 9a7ba9149c459e5b6a7eec750d1623f10be4aa119479d93dbf7f3955176013ac3e56d3a95399460ed5170cf2bf01fff586852a84d2cb86fe04e89846211e39cd SHA512 2217509e8766ceee7b9e5fdee3a9972b1f42fb442bdf3e3c0a8027f88bc49508386adb5ea8a02c982ef2176e2b5e60669746a387ec426682d7f43bca28aa4b6f DIST antlr4-4.13.0.gh.tar.gz 4317288 BLAKE2B 7971b12a3d3fe50f50b9888a4de9cb7fdc28140c95a29fe00538a48da3434ec1c38643e7a1eb19457e0363b7e57747f5597081af59f653f7108f26f6515d8f35 SHA512 947ecca28712aa4dd98d7b7e0753e91881e55642f7951ca65a576b94db87440767a1b93d08e82db69ad527ee28bf89f0b2f9c0aaa604a999a7e48c163764ee12 diff --git a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.12.0.ebuild b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.12.0.ebuild deleted file mode 100644 index 2c778f97e89c..000000000000 --- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.12.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python 3 runtime for ANTLR" -HOMEPAGE=" - https://www.antlr.org/ - https://github.com/antlr/antlr4/ - https://pypi.org/project/antlr4-python3-runtime/ -" -SRC_URI=" - https://github.com/antlr/antlr4/archive/${PV}.tar.gz - -> antlr-${PV}.gh.tar.gz -" -S="${WORKDIR}/antlr4-${PV}/runtime/Python3" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -python_test() { - "${EPYTHON}" tests/run.py -v || die "Tests failed with ${EPYTHON}" -} |