From fdbae62781b7a3a00b0bef5af91fcbadb70e7822 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 2 Feb 2023 00:57:37 +0530 Subject: [PATCH] black: update to 23.1.0. --- srcpkgs/black/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index 88846fc3ac43..0b1553e3b528 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,11 +1,12 @@ # Template file for 'black' pkgname=black -version=22.12.0 +version=23.1.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" -depends="python3-click python3-platformdirs python3-pathspec python3-mypy_extensions" -checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-colorama python3-uvloop +depends="python3-click python3-platformdirs python3-pathspec python3-packaging + python3-mypy_extensions" +checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-ipython python3-tokenize-rt" short_desc="Uncompromising Python code formatter" maintainer="icp " @@ -13,7 +14,7 @@ license="MIT" 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=229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f +checksum=b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac make_check_pre="env PYTHONPATH=src" post_check() {