Source: python-pyproject-hooks
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pypa/pyproject-hooks/tags
Vcs-Browser: https://github.com/alvistack/pypa-pyproject-hooks
Vcs-Git: https://github.com/alvistack/pypa-pyproject-hooks.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-pyproject-hooks
Architecture: all
Description: Wrappers to call pyproject.toml-based build backend hooks
 This is a low-level library for calling build-backends in
 pyproject.toml-based project. It provides the basic functionality to
 help write tooling that generates distribution files from Python
 projects.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-importlib-metadata,
 python3-tomli (>= 1.1.0),
 python3-zipp,
