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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: python-jira
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
furo,
pybuild-plugin-pyproject,
python3-all:any,
python3-flaky,
python3-pbr,
python3-pytest,
python3-pytest-cov,
python3-pytest-runner,
python3-keyring,
python3-oauthlib,
python3-requests-oauthlib,
python3-requests-toolbelt,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinx-copybutton,
python3-tenacity,
python3-typing-extensions,
subunit,
testrepository,
python3-doc <!nodoc>,
python-requests-doc <!nodoc>,
python-requests-oauthlib-doc <!nodoc>,
python-ipython-doc <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/pycontribs/jira
Vcs-Git: https://salsa.debian.org/python-team/packages/python-jira.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jira
Testsuite: autopkgtest-pkg-pybuild
Package: python3-jira
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-jira-doc,
Description: JIRA Python library (Python 3)
This package contains a library that eases the use of the JIRA REST API
from Python.
.
This package installs the library for Python 3.
Package: python-jira-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: JIRA Python library (common documentation)
This package contains a library that eases the use of the JIRA REST API
from Python.
.
This is the common documentation package.
|