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 26 27 28 29 30 31 32
|
Source: python-rfc8785
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Priority: optional
Standards-Version: 4.7.0
Section: python
Homepage: https://github.com/trailofbits/rfc8785.py
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-setuptools,
python3-wheel,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rfc8785.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rfc8785
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-rfc8785
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Pure-Python JSON Canonicalization Scheme (Python library)
A pure-Python, no-dependency implementation of [RFC 8785],
a.k.a. JSON Canonicalization Scheme or JCS.
.
This package contains the Python library.
|