diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:11 +0000 |
commit | 3eda4e08d7de7923b6f4faf3cabd4eaeaebdf0d3 (patch) | |
tree | 58db4e5b1587dfa44ff3f19fa188964f4512b078 /debian/control | |
parent | Adding upstream version 0.6.0+dfsg1. (diff) | |
download | python-installer-3eda4e08d7de7923b6f4faf3cabd4eaeaebdf0d3.tar.xz python-installer-3eda4e08d7de7923b6f4faf3cabd4eaeaebdf0d3.zip |
Adding debian version 0.6.0+dfsg1-1.debian/0.6.0+dfsg1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6257ea5 --- /dev/null +++ b/debian/control @@ -0,0 +1,62 @@ +Source: python-installer +Section: python +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: + Stuart Prescott <stuart@debian.org>, + Stefano Rivera <stefanor@debian.org>, +Homepage: https://github.com/pypa/installer/ +Vcs-Git: https://salsa.debian.org/python-team/packages/python-installer.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-installer/ +Build-Depends: + debhelper-compat (= 13), + dh-python (>> 5.20211016~), + dh-sequence-python3, + dh-sequence-sphinxdoc <!nodoc>, + flit, + pybuild-plugin-pyproject, + python3-all, + python3-mock <!nocheck>, + python3-myst-parser <!nodoc>, + python3-pytest <!nocheck>, + python3-setuptools, + python3-sphinx <!nodoc>, + python3-sphinx-argparse <!nodoc>, +Standards-Version: 4.6.1 +Rules-Requires-Root: no + +Package: python3-installer +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Suggests: + python-installer-doc, +Description: Python library for unpacking and installing wheels + "installer" is a low-level library for installing a Python package from a + wheel distribution; the wheel is the basic unit of Python module + distribution to end users. It provides basic functionality and abstractions + for handling wheels and installing packages from wheels, including: + . + * Logic for "unpacking" a wheel (i.e. installation). + * Abstractions for various parts of the unpacking process. + * Extensible simple implementations of the abstractions. + * Platform-independent Python script wrapper generation. + +Package: python-installer-doc +Architecture: all +Section: doc +Depends: + ${sphinxdoc:Depends}, + ${misc:Depends}, +Multi-Arch: foreign +Description: Python library for unpacking and installing wheels (documentation) + "installer" is a low-level library for installing a Python package from a + wheel distribution; the wheel is the basic unit of Python module + distribution to end users. It provides basic functionality and abstractions + for handling wheels and installing packages from wheels, including: + . + * Logic for "unpacking" a wheel (i.e. installation). + * Abstractions for various parts of the unpacking process. + * Extensible simple implementations of the abstractions. + * Platform-independent Python script wrapper generation. |