black: update to 25.9.0.

This commit is contained in:
icp
2025-10-06 12:47:58 +05:30
parent 4835e55c65
commit 507a9b24ee
+4 -4
View File
@@ -1,11 +1,11 @@
# Template file for 'black'
pkgname=black
version=25.1.0
version=25.9.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-click python3-platformdirs python3-pathspec python3-packaging
python3-mypy_extensions"
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"
@@ -14,7 +14,7 @@ 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=33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666
checksum=0474bca9a0dd1b51791fcc507a4e02078a1c63f6d4e4ae5544b9848c7adfb619
post_check() {
PYTHONPATH=src python3 -m black --check src tests