* update python-black to 23.7.0-1

This commit is contained in:
Alexander Baldeck 2023-07-28 14:47:38 +02:00
parent 5955a4bc11
commit 1d382db1f8

View File

@ -4,14 +4,14 @@
# Contributor: James Zhu <jameszhu@berkeley.edu>
pkgname=python-black
pkgver=23.3.0
pkgrel=3
pkgver=23.7.0
pkgrel=1
pkgdesc='Uncompromising Python code formatter'
arch=(any)
url=https://github.com/psf/black
license=('MIT')
depends=('python' 'python-click' 'python-mypy_extensions' 'python-packaging'
'python-pathspec' 'python-platformdirs' 'python-tomli')
'python-pathspec' 'python-platformdirs')
makedepends=('python-build' 'python-hatch-fancy-pypi-readme' 'python-hatch-vcs'
'python-hatchling' 'python-installer')
checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
@ -21,8 +21,8 @@ optdepends=('ipython: for Jupyter notebook support'
'python-aiohttp: for the blackd HTTP server'
'python-colorama: for colored diffs')
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
sha256sums=('1c7b8d606e728a41ea1ccbd7264677e494e87cf630e399262ced92d4a8dac940')
b2sums=('01ed5443e1bb251d46618a5b61bbfcc2dc0b41c0bef7d4315fb704a2ac0fd51eb4fe268838b8be6195630f21e6f7b3a5bfca124a7bd60dbef95a02714924327b')
sha256sums=('022a582720b0d9480ed82576c920a8c1dde97cc38ff11d8d8859b3bd6ca9eedb')
b2sums=('4bb50b6c7409a97aa277f1048c17101a1c91368b9269cf4c08d3052c036887d2ed6e5f1f2e044c14f41bf2d969d65183413c2a9810f12d96cbf09778c9b1310e')
build() {
cd "black-$pkgver"