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 33 34 35
|
Source: python-rt
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Birger Schacht <birger@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
furo,
pybuild-plugin-pyproject,
python3-all,
python3-httpx,
python3-pytest,
python3-pytest-asyncio,
python3-requests,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-copybutton,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rt
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rt.git
Homepage: https://github.com/CZ-NIC/python-rt
Rules-Requires-Root: no
Package: python3-rt
Architecture: all
Depends: python3-requests,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
Description: Python interface to Request Tracker API
Python implementation of the Request Tracker REST API
See also http://requesttracker.wikia.com/wiki/REST
|