20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'black'
|
|
pkgname=black
|
|
version=18.9b0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="black.py blib2to3"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-appdirs python3-attrs python3-click
|
|
python3-setuptools python3-toml"
|
|
short_desc="The uncompromising Python code formatter"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/ambv/black"
|
|
distfiles="https://github.com/ambv/black/archive/${version}.tar.gz"
|
|
checksum=08ad8f333c77ce139b3c7a388782ba72d94f7db8b284ddfcce7a51d6ced49c90
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|