black: update to 23.1.0.
This commit is contained in:
parent
87b9fb02f3
commit
815e35ed45
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'black'
|
# Template file for 'black'
|
||||||
pkgname=black
|
pkgname=black
|
||||||
version=22.12.0
|
version=23.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3-click python3-platformdirs python3-pathspec python3-mypy_extensions"
|
depends="python3-click python3-platformdirs python3-pathspec python3-packaging
|
||||||
checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-colorama python3-uvloop
|
python3-mypy_extensions"
|
||||||
|
checkdepends="${depends} python3-pytest-xdist python3-aiohttp
|
||||||
python3-ipython python3-tokenize-rt"
|
python3-ipython python3-tokenize-rt"
|
||||||
short_desc="Uncompromising Python code formatter"
|
short_desc="Uncompromising Python code formatter"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -13,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=229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f
|
checksum=b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
post_check() {
|
post_check() {
|
||||||
|
|
Loading…
Reference in New Issue