mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
black: update to 23.12.0.
This commit is contained in:
parent
4691112206
commit
bebc19d06c
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'black'
|
# Template file for 'black'
|
||||||
pkgname=black
|
pkgname=black
|
||||||
version=23.11.0
|
version=23.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
|
@ -14,8 +14,7 @@ license="MIT"
|
||||||
homepage="https://black.readthedocs.io/en/stable/"
|
homepage="https://black.readthedocs.io/en/stable/"
|
||||||
changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md"
|
||||||
distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz"
|
||||||
checksum=4c68855825ff432d197229846f971bc4d6666ce90492e5b02013bcaca4d9ab05
|
checksum=330a327b422aca0634ecd115985c1c7fd7bdb5b5a2ef8aa9888a82e2ebe9437a
|
||||||
make_check=no # TODO: https://github.com/psf/black/pull/3984
|
|
||||||
|
|
||||||
post_check() {
|
post_check() {
|
||||||
PYTHONPATH=src python3 -m black --check src tests
|
PYTHONPATH=src python3 -m black --check src tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue