File: control

package info (click to toggle)
python-jira 3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 700 kB
  • sloc: python: 5,763; makefile: 242; sh: 25; xml: 4
file content (54 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download
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
Source: python-jira
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Sophie Brun <sophie@freexian.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-flaky,
 python3-pbr,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-runner,
 python3-setuptools,
 python3-setuptools-scm,
 python3-setuptools-scm-git-archive,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-tenacity,
 subunit,
 testrepository,
Standards-Version: 4.5.0
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-python

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},
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.