black: update to 23.12.0.

This commit is contained in:
icp 2023-12-18 11:52:36 +05:30 committed by Duncan Overbruck
parent 4691112206
commit bebc19d06c

View file

@ -1,6 +1,6 @@
# Template file for 'black'
pkgname=black
version=23.11.0
version=23.12.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
@ -14,8 +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=4c68855825ff432d197229846f971bc4d6666ce90492e5b02013bcaca4d9ab05
make_check=no # TODO: https://github.com/psf/black/pull/3984
checksum=330a327b422aca0634ecd115985c1c7fd7bdb5b5a2ef8aa9888a82e2ebe9437a
post_check() {
PYTHONPATH=src python3 -m black --check src tests