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-fedora
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>, Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-kitchen,
python3-lockfile,
python3-munch,
python3-nose,
python3-pkg-resources,
python3-requests,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fedora.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fedora
Homepage: https://github.com/fedora-infra/python-fedora
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-fedora
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-fedora-doc
Description: Python modules for interacting with Fedora Services (Python 3)
The python-fedora module provides a Python API for connecting to web
services provided by the fedora infrastructure.
.
Specifically, this package provides clients for the Fedora Account
System, for the Fedora Package Database, for the Fedora Build System
(bodhi), and for the Fedora wiki, as well as a more generic client for
the other Fedora web services.
.
This package installs the library for Python 3.
Package: python-fedora-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python modules for interacting with Fedora Services (common documentation)
The python-fedora module provides a Python API for connecting to web
services provided by the fedora infrastructure.
.
Specifically, this package provides clients for the Fedora Account
System, for the Fedora Package Database, for the Fedora Build System
(bodhi), and for the Fedora wiki, as well as a more generic client for
the other Fedora web services.
.
This is the common documentation package.
|