43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
Source: python3-antlr4
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: Debian Python Team <team+python@tracker.debian.org>
|
|
Uploaders: Michael R. Crusoe <crusoe@debian.org>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-dbus,
|
|
python3-debian,
|
|
python3-distro,
|
|
python3-gnupg,
|
|
python3-lazr.restfulclient,
|
|
python3-launchpadlib,
|
|
python3-setuptools,
|
|
python3-pytest,
|
|
python3-installer,
|
|
python3-wheel,
|
|
python3-build,
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.antlr.org
|
|
Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-antlr4
|
|
Vcs-Git: https://salsa.debian.org/python-team/packages/python3-antlr4.git
|
|
Rules-Requires-Root: no
|
|
|
|
Package: python3-antlr4
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
Recommends:
|
|
${python3:Recommends}
|
|
Suggests:
|
|
${python3:Suggests}
|
|
Provides:
|
|
antlr4-python3-runtime (= ${binary:Version})
|
|
Description:
|
|
ANTLR 4.13.2 runtime for Python 3
|
|
Provides the Python3 runtime for parsers/lexers generated by ANTLR 4.
|
|
.
|
|
Also known as "antlr4-python3-runtime".
|