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
|
Source: pypi2deb
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3 (>= 3.4.2),
Standards-Version: 4.6.1.0
Homepage: https://salsa.debian.org/python-team/tools/pypi2deb
Vcs-Git: https://salsa.debian.org/python-team/tools/pypi2deb.git
Vcs-Browser: https://salsa.debian.org/python-team/tools/pypi2deb
Package: pypi2deb
Architecture: all
Depends: build-essential,
devscripts,
dh-python,
python3-aiohttp (>= 0.17),
python3-debian (>= 0.1.45),
python3-github,
python3-jinja2,
python3-redis,
${misc:Depends},
${python3:Depends},
Recommends: python3-msgpack,
Suggests: cython,
cython3,
python-all-dev,
python-pytest,
python-setuptools,
python3-all-dev,
python3-pytest,
python3-setuptools,
python3-sphinx,
Description: PyPI to Debian converter
This package provides these tools:
* py2dsp - converts PyPI/GitHub package to Debian source package
* pypi2debian - converts PyPI repository to Debian repository
.
Features:
* uses PyPI metadata
* supports Python 3.x
* guesses build dependencies
* reuses existing Debian package names if already packaged in Debian
* creates -doc package with Sphinx regenerated documentation
* generates ITP email template
* easy to customise (profiles, overrides, templates)
* uses Debian tools to generate files if possible
* integrates with dh-python's tools
* asynchronous
|