diff --git a/srcpkgs/black/template b/srcpkgs/black/template index cfe58d65a72..38d432dd580 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,7 +1,7 @@ # Template file for 'black' pkgname=black -version=23.9.1 -revision=2 +version=23.10.1 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" depends="python3-click python3-platformdirs python3-pathspec python3-packaging @@ -14,8 +14,8 @@ 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=24b6b3ff5c6d9ea08a8888f6977eae858e1f340d7260cf56d70a49823236b62d -make_check_pre="env PYTHONPATH=src" +checksum=1f8ce316753428ff68749c65a5f7844631aa18c8679dfd3ca9dc1a289979c258 +make_check=no # TODO: https://github.com/psf/black/pull/3984 post_check() { PYTHONPATH=src python3 -m black --check src tests