mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
black: update to 24.1.1.
This commit is contained in:
parent
8a1bef11a4
commit
09c74b7f9e
2 changed files with 5 additions and 5 deletions
|
@ -4,12 +4,12 @@
|
||||||
# NOTE: You don't need this in your own Black configuration.
|
# NOTE: You don't need this in your own Black configuration.
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
-requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
|
-requires = ["hatchling>=1.20.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
|
||||||
+requires = ["hatchling>=1.8.0", "hatch-vcs"]
|
+requires = ["hatchling>=1.20.0", "hatch-vcs"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@@ -92,13 +92,6 @@ blackd = "blackd:patched_main [d]"
|
@@ -96,13 +96,6 @@ blackd = "blackd:patched_main [d]"
|
||||||
Changelog = "https://github.com/psf/black/blob/main/CHANGES.md"
|
Changelog = "https://github.com/psf/black/blob/main/CHANGES.md"
|
||||||
Homepage = "https://github.com/psf/black"
|
Homepage = "https://github.com/psf/black"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'black'
|
# Template file for 'black'
|
||||||
pkgname=black
|
pkgname=black
|
||||||
version=23.12.0
|
version=24.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
|
@ -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=330a327b422aca0634ecd115985c1c7fd7bdb5b5a2ef8aa9888a82e2ebe9437a
|
checksum=48b5760dcbfe5cf97fd4fba23946681f3a81514c6ab8a45b50da67ac8fbc6c7b
|
||||||
|
|
||||||
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