mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
black: update to 19.3b0
This commit is contained in:
parent
69d1ff1b82
commit
2ad0f7f029
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'black'
|
# Template file for 'black'
|
||||||
pkgname=black
|
pkgname=black
|
||||||
version=18.9b0
|
version=19.3b0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,12 +8,12 @@ pycompile_module="black.py blib2to3"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-appdirs python3-attrs python3-click
|
depends="python3-appdirs python3-attrs python3-click
|
||||||
python3-setuptools python3-toml"
|
python3-setuptools python3-toml"
|
||||||
short_desc="The uncompromising Python code formatter"
|
short_desc="Uncompromising Python code formatter"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ambv/black"
|
homepage="https://github.com/ambv/black"
|
||||||
distfiles="https://github.com/ambv/black/archive/${version}.tar.gz"
|
distfiles="https://github.com/ambv/black/archive/${version}.tar.gz"
|
||||||
checksum=08ad8f333c77ce139b3c7a388782ba72d94f7db8b284ddfcce7a51d6ced49c90
|
checksum=a888a7061534ec8061edb868ccfaf12a4d16bf1e3380a7376d5b3f428c0c97bf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue