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
|
Source: python-shippinglabel
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-apeye,
python3-betamax,
python3-coincidence,
python3-consolekit,
python3-coverage,
python3-dist-meta,
python3-dom-toml,
python3-domdf-python-tools,
python3-hatchling,
python3-hatch-requirements-txt,
python3-packaging,
python3-pip,
python3-platformdirs,
python3-pytest,
python3-pytest-cov,
python3-pytest-regressions,
python3-pytest-rerunfailures,
python3-pytest-timeout,
python3-requests,
python3-setuptools,
python3-trove-classifiers,
python3-typing-extensions
Standards-Version: 4.7.2
Homepage: https://github.com/domdfcoding/shippinglabel
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-shippinglabel
Vcs-Git: https://salsa.debian.org/python-team/packages/python-shippinglabel.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-shippinglabel
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Utilities for handling packages
Module developed with the aim of assisting the developer in managing
packages with the following functions:
- Returns the web links for the given project.
- Useful for creating and verifying sha256 checksums of files.
- Useful for working with trove classifiers.
- Useful for working with the Python Package Index (PyPI).
- Useful for working with PEP 508 requirements.
- Useful for working with source distributions.
- Serves to assist in building conda packages.
- Returns the subset of versions that do not end with -dev.
- Returns the subset of versions that are not pre-releases
(alpha, beta, dev, rc etc.).
packages.
- Reads the pyvenv.cfg for the given virtualenv and returns a key:
value mapping of your content.
- among other features.
|