2018-07-14 16:36:49 -04:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup python 1.0
|
|
|
|
|
|
|
|
|
|
name py-antlr4-python3-runtime
|
2026-05-28 22:32:51 -07:00
|
|
|
version 4.13.2
|
|
|
|
|
|
|
|
|
|
distname [string map {- _} ${python.rootname}]-${version}
|
2020-01-26 15:52:42 -05:00
|
|
|
|
2018-07-14 16:36:49 -04:00
|
|
|
categories-append lang
|
|
|
|
|
license BSD
|
2023-11-13 22:39:59 +11:00
|
|
|
platforms {darwin any}
|
|
|
|
|
supported_archs noarch
|
2026-06-17 07:45:38 +02:00
|
|
|
maintainers {pguyot @pguyot} openmaintainer
|
2018-07-14 16:36:49 -04:00
|
|
|
|
|
|
|
|
description ANTLR4 runtime for Python 3
|
2023-11-13 22:39:59 +11:00
|
|
|
long_description {*}${description}
|
2018-07-14 16:36:49 -04:00
|
|
|
|
2019-02-06 09:28:41 -05:00
|
|
|
homepage https://www.antlr.org
|
2018-07-14 16:36:49 -04:00
|
|
|
|
2026-05-28 22:32:51 -07:00
|
|
|
checksums rmd160 a3d729ea570f589416c9640dfd100a1fdaa79f8d \
|
|
|
|
|
sha256 909b647e1d2fc2b70180ac586df3933e38919c85f98ccc656a96cd3f25ef3916 \
|
|
|
|
|
size 117467
|
2018-07-14 16:36:49 -04:00
|
|
|
|
2026-03-21 06:01:17 +01:00
|
|
|
python.versions 310 311 312 313 314
|
2026-03-27 08:30:31 +01:00
|
|
|
|
|
|
|
|
foreach python_version ${python.versions} {
|
|
|
|
|
subport py${python_version}-antlr4-python3-runtime-49 {
|
|
|
|
|
version 4.9.3
|
|
|
|
|
revision 0
|
|
|
|
|
|
2026-05-28 22:32:51 -07:00
|
|
|
distname ${python.rootname}-${version}
|
|
|
|
|
|
2026-03-27 08:30:31 +01:00
|
|
|
checksums rmd160 f765325a0f017d0fc8b2287a477869a3083535e4 \
|
|
|
|
|
sha256 f224469b4168294902bb1efa80a8bf7855f24c99aef99cbefc1bcd3cce77881b \
|
|
|
|
|
size 117034
|
|
|
|
|
|
|
|
|
|
description ANTLR4 runtime for Python 3 (4.9.x series)
|
|
|
|
|
long_description {*}${description} \
|
|
|
|
|
This is the 4.9.x series required by OmegaConf.
|
|
|
|
|
|
|
|
|
|
conflicts py${python_version}-antlr4-python3-runtime
|
|
|
|
|
|
|
|
|
|
python.rootname antlr4-python3-runtime
|
2026-06-17 07:45:38 +02:00
|
|
|
|
|
|
|
|
livecheck.type none
|
2026-03-27 08:30:31 +01:00
|
|
|
}
|
|
|
|
|
}
|