mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
black: update to 24.10.0.
This commit is contained in:
parent
5902992894
commit
e61cdcf972
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'black'
|
# Template file for 'black'
|
||||||
pkgname=black
|
pkgname=black
|
||||||
version=24.8.0
|
version=24.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
|
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
|
||||||
|
@ -14,7 +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=2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f
|
checksum=846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875
|
||||||
|
|
||||||
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