1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: rnc2rng
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-setuptools,
python3-all,
python3-rply
Standards-Version: 4.5.0
Homepage: https://github.com/djc/rnc2rng
Vcs-Browser: https://salsa.debian.org/python-team/packages/rnc2rng
Vcs-Git: https://salsa.debian.org/python-team/packages/rnc2rng.git
Testsuite: autopkgtest-pkg-python
Package: python3-rnc2rng
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: RELAX NG Compact to regular syntax conversion library
Converts RELAX NG schemata in Compact syntax (rnc) to the
equivalent schema in the XML-based default RELAX NG syntax.
.
This package installs the library for Python 3.
|