From 73cc21b321fc11d91d94f2a88b8877909a7a7765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Priner?= Date: Fri, 9 Oct 2020 18:18:57 +0200 Subject: [PATCH] black: update to 20.8b1 --- srcpkgs/black/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index ab7bf23c85e..bf5c921c8b9 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,19 +1,18 @@ # Template file for 'black' pkgname=black -version=19.10b0 +version=20.8b1 revision=2 -archs=noarch build_style=python3-module -pycompile_module="black.py blib2to3 _black_version.py" hostmakedepends="git python3-setuptools" -depends="python3-appdirs python3-attrs python3-click - python3-pathspec python3-toml python3-regex python3-typed-ast" +depends="python3-appdirs python3-click python3-mypy_extensions + python3-pathspec python3-toml python3-regex python3-typed-ast + python3-typing_extensions" short_desc="Uncompromising Python code formatter" maintainer="Orphaned " license="MIT" homepage="https://github.com/psf/black" distfiles="https://github.com/psf/black/archive/${version}.tar.gz" -checksum=b9cee80c9682be0cddfe7eff1934ed12948b33768c876868ef6bc40d2f2c3bfb +checksum=ea03d357159ee5fa42d5d17043b9ff91c4bb0fd568d2cb0c4e34cb10cd35a9dc pre_build() { # Black requires a .git directory