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
  
     | 
    
      Source: pyproject-api
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Faidon Liambotis <paravoid@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-hatch-vcs,
 python3-packaging <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-setuptools <!nocheck>,
 python3-virtualenv <!nocheck>,
 python3-wheel <!nocheck>,
 dh-sequence-sphinxdoc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 furo <!nodoc>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/tox-dev/pyproject-api
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyproject-api
Vcs-Git: https://salsa.debian.org/python-team/packages/pyproject-api.git
Package: python3-pyproject-api
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: API to interact with Python pyproject.toml-based projects
 pyproject-api aims to abstract away interaction with pyproject.toml style
 projects in a flexible way.
 
     |