black: update to 22.8.0.

This commit is contained in:
icp 2022-09-01 15:58:54 +05:30 committed by classabbyamp
parent 268ff37494
commit 18727c4b4f

View file

@ -1,9 +1,9 @@
# Template file for 'black' # Template file for 'black'
pkgname=black pkgname=black
version=22.6.0 version=22.8.0
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-click python3-platformdirs python3-tomli python3-pathspec python3-mypy_extensions" depends="python3-click python3-platformdirs python3-tomli python3-pathspec python3-mypy_extensions"
checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-colorama python3-uvloop checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-colorama python3-uvloop
python3-ipython python3-tokenize-rt" python3-ipython python3-tokenize-rt"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/psf/black" homepage="https://github.com/psf/black"
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=6c6d39e28aed379aec40da1c65434c77d75e65bb59a1e1c283de545fb4e7c6c9 checksum=792f7eb540ba9a17e8656538701d3eb1afcb134e3b45b71f20b25c77a8db7e6e
do_check() { do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest --run-optional jupyter -m jupyter PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest --run-optional jupyter -m jupyter