diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-14 18:45:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-14 18:45:23 +0000 |
| commit | 8fdc3a2b9cc2cfe01893b9cb3f923c210287b0f1 (patch) | |
| tree | 67723745baeb547a82176791d74b80470cdb8d29 /dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild | |
| parent | 63e9c2d7721dccfc29927b157ad9c1934f727820 (diff) | |
| download | baldeagleos-repo-8fdc3a2b9cc2cfe01893b9cb3f923c210287b0f1.tar.gz baldeagleos-repo-8fdc3a2b9cc2cfe01893b9cb3f923c210287b0f1.tar.xz baldeagleos-repo-8fdc3a2b9cc2cfe01893b9cb3f923c210287b0f1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild')
| -rw-r--r-- | dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.13.1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
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 index 60280cc47350..54fa5e4900f8 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,6 +25,13 @@ 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}" } |
