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
|
Source: pyproject-metadata
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/pyproject-metadata.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyproject-metadata
Homepage: https://github.com/pypa/python-pyproject-metadata
Rules-Requires-Root: no
Description: Dataclass for PEP 621 metadata with support for [core metadata] generation
This project does not implement the parsing of `pyproject.toml`
containing PEP 621 metadata.
.
Instead, given a Python data structure representing PEP 621 metadata (already
parsed), it will validate this input and generate a PEP 643-compliant metadata
file (e.g. `PKG-INFO`).
Package: python3-pyproject-metadata
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: ${source:Synopsis}
${source:Extended-Description}
|