# Template file for 'black' pkgname=black version=25.12.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme" depends="python3-click python3-mypy_extensions python3-packaging python3-pathspec python3-platformdirs python3-pytokens" checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-ipython python3-tokenize-rt" short_desc="Uncompromising Python code formatter" maintainer="icp " license="MIT" homepage="https://black.readthedocs.io/en/stable/" changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md" distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz" checksum=8d3dd9cea14bff7ddc0eb243c811cdb1a011ebb4800a5f0335a01a68654796a7 post_check() { PYTHONPATH=src python3 -m black --check src tests } post_install() { vlicense LICENSE }