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,
 dh-sequence-sphinxdoc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 furo <!nodoc>,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.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},
# not needed with python >= 3.11; remove after the 3.10 -> 3.11 transition
 python3-tomli,
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.
