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
|
Source: flit-scm
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Agathe Porte <gagath@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools-scm,
python3-tomli,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/packages/flit-scm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flit-scm
Homepage: https://gitlab.com/WillDaSilva/flit_scm
Rules-Requires-Root: no
Package: python3-flit-scm
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: PEP 518 build backend that uses setuptools_scm and flit
A PEP 518 build backend that uses setuptools_scm to generate a version file
from your version control system, then flit_core to build the package.
|