summaryrefslogtreecommitdiff
path: root/dev-python/antlr4-python3-runtime
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-13 04:04:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-10-13 04:04:07 +0100
commit7b5306e0d287565138e8b051e32f57e6af6ae0ed (patch)
tree7e232eacc1f02fc6abb1c416458b5a564d0e295f /dev-python/antlr4-python3-runtime
parent3980ecf15e6202ac2f2015045b549600e709b721 (diff)
gentoo auto-resync : 13:10:2024 - 04:04:06
Diffstat (limited to 'dev-python/antlr4-python3-runtime')
-rw-r--r--dev-python/antlr4-python3-runtime/Manifest4
-rw-r--r--dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild37
-rw-r--r--dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.2.ebuild2
3 files changed, 2 insertions, 41 deletions
diff --git a/dev-python/antlr4-python3-runtime/Manifest b/dev-python/antlr4-python3-runtime/Manifest
index 6bbc03b8a921..6e383e4456f6 100644
--- a/dev-python/antlr4-python3-runtime/Manifest
+++ b/dev-python/antlr4-python3-runtime/Manifest
@@ -1,5 +1,3 @@
-DIST antlr4-4.13.1.gh.tar.gz 4164054 BLAKE2B a51b91ef93bd4b540a382f8d4eb2bcd1a2e47a29ab20a601a2fdc6ea3d17f9acb62a4bda1a9383ba1d40853a2346f68fe846d700c3f8ae6c9a0f940ad8c660be SHA512 79ac3cdfc8f2368c647d06aec85d87507629a75527205ff2cbf7d9802989b0c6e6a8fac76148ad101f539c9ef922e431e22ba489f899f847ccc3d3d889bb2b70
DIST antlr4-4.13.2.gh.tar.gz 4167326 BLAKE2B 709f3c18329e08a811d7a4e5258fc0183ba6fa6ab62fe83ab694360cf1ce2bb3aa3f30cc62a0339a6ff8b64dd0a766057fd6f751cfc34a4e05051e4d54a57fad SHA512 afd8ecab637a0e70cddf98f63c918eab2b907f87207624e20e80a79f885d6502d4ab734a602b1707969d61944410828b689ec2f8b09c15314fe991024cde1613
-EBUILD antlr4-python3-runtime-4.13.1.ebuild 809 BLAKE2B 319db8c141b85cee4fa8c39237124de3dd39e2d4bdd15135c73461c8af5c09117dae3baf52dd817551e50b5f1a0a7075e05952a41e54e16a313e50cb682eb223 SHA512 c4319dd9711817db5e7148a8e2d3a0222d19e00b52cc5dc8a751dddae1dda2df3c673e6bb301fd591d65c1ddf6b57223efaef3ad94f4b4a948c8b131dbddcaa3
-EBUILD antlr4-python3-runtime-4.13.2.ebuild 823 BLAKE2B 366a7b950c93c27443f76e714efe45bbf7e89e47108405dde399997dde049a38f4ed68e4e49f5ad9e4ddd6d8fceb3e0596d39665f88ab8a5f7499f23401864be SHA512 8397699fa875432f7eb78f18091fd4ab59b79d19696da26f895df49e93b6c8fcafa5cf5b91562dd5f9cad592a62be8dda58e9891c05626b7da7090ddc339d2ca
+EBUILD antlr4-python3-runtime-4.13.2.ebuild 820 BLAKE2B d6d564555e578f889a93507b2e03e100882ec392ac6039e41e2f55787ee6eb7bdd0077f0db0d3ec08effb77a6711b50ee13470d7c99898c71e22173509889f80 SHA512 00906d8b356432ee58c8e6ef6563e2a3079d610be69387ecdb6f1affccea29b3f767a9a18f6e50935f39445743b4669677267fb5fe7511e03fc86c33d3ca763f
MISC metadata.xml 378 BLAKE2B 48715a41ca9be1320797167b50ac774f70d099e6c862911b9763a16faaeca1bd99f3a549d1b39a3f3334767b798fa85247ef3631893d8ce5defe327358910790 SHA512 94447ca115a26f5fd7e651677ccb35b7eda73405e02da9834b208f46cec42c6b2005ed45e46d2b1d51eb1f79043237a4e19d892474e9f26aba348a4d77bb4703
diff --git a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild
deleted file mode 100644
index 55b749cf00e1..000000000000
--- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-MY_P=antlr4-${PV}
-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
- -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/runtime/Python3"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- # https://github.com/antlr/antlr4/pull/4593
- sed -i -e 's:assertEquals:assertEqual:' tests/TestIntervalSet.py || die
-
- distutils-r1_src_prepare
-}
-
-python_test() {
- "${EPYTHON}" tests/run.py -v || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.2.ebuild b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.2.ebuild
index 126238bbae0b..cecacdbf48ca 100644
--- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.2.ebuild
+++ b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.2.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}/runtime/Python3"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
src_prepare() {
# https://github.com/antlr/antlr4/pull/4593