commit:     7c6a92dd1eb5937dc75fa0d8b03f94301a7d3728
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 02:39:39 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 02:48:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6a92dd

dev-python/antlr4-python3-runtime: Bump to 4.13.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/antlr4-python3-runtime/Manifest         |  1 +
 .../antlr4-python3-runtime-4.13.2.ebuild           | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/antlr4-python3-runtime/Manifest 
b/dev-python/antlr4-python3-runtime/Manifest
index 74e6a52641c1..7c651b75bf0a 100644
--- a/dev-python/antlr4-python3-runtime/Manifest
+++ b/dev-python/antlr4-python3-runtime/Manifest
@@ -1 +1,2 @@
 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

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
new file mode 100644
index 000000000000..55b749cf00e1
--- /dev/null
+++ b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.2.ebuild
@@ -0,0 +1,37 @@
+# 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}"
+}

Reply via email to