black: update to 22.12.0.

This commit is contained in:
icp 2022-12-10 19:18:30 +05:30 committed by classabbyamp
parent 0af42a8122
commit 8c10535d22

View file

@ -1,19 +1,19 @@
# Template file for 'black'
pkgname=black
version=22.10.0
revision=2
version=22.12.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-click python3-platformdirs python3-tomli python3-pathspec python3-mypy_extensions"
depends="python3-click python3-platformdirs python3-pathspec python3-mypy_extensions"
checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-colorama python3-uvloop
python3-ipython python3-tokenize-rt"
short_desc="Uncompromising Python code formatter"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/psf/black"
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=f513588da599943e0cde4e32cc9879e825d58720d6557062d1098c5ad80080e1
checksum=229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f
make_check_pre="env PYTHONPATH=src"
post_check() {