27 lines
839 B
Bash
27 lines
839 B
Bash
# Template file for 'black'
|
|
pkgname=black
|
|
version=23.3.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3-click python3-platformdirs python3-pathspec python3-packaging
|
|
python3-mypy_extensions"
|
|
checkdepends="${depends} python3-pytest-xdist python3-aiohttp
|
|
python3-ipython python3-tokenize-rt"
|
|
short_desc="Uncompromising Python code formatter"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
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=1c7b8d606e728a41ea1ccbd7264677e494e87cf630e399262ced92d4a8dac940
|
|
make_check_pre="env PYTHONPATH=src"
|
|
|
|
post_check() {
|
|
PYTHONPATH=src python3 -m black --check src tests
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|