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

Package: black
Architecture: all
Description: The uncompromising code formatter
 Black is the uncompromising Python code formatter. By using it, you
 agree to cede control over minutiae of hand-formatting. In return, Black
 gives you speed, determinism, and freedom from pycodestyle nagging about
 formatting. You will save time and mental energy for more important
 matters.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-click (>= 8.0.0),
 python3-mypy-extensions (>= 0.4.3),
 python3-packaging (>= 22.0),
 python3-pathspec (>= 1.0.0),
 python3-platformdirs (>= 2),
 python3-pytokens (>= 0.4.0),
 python3-tomli (>= 1.1.0),
 python3-typing-extensions (>= 4.0.1),
Provides:
 python3-black,
