20 lines
599 B
Bash
20 lines
599 B
Bash
# Template file for 'black'
|
|
pkgname=black
|
|
version=19.3b0
|
|
revision=1
|
|
archs=noarch
|
|
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="Uncompromising Python code formatter"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ambv/black"
|
|
distfiles="https://github.com/ambv/black/archive/${version}.tar.gz"
|
|
checksum=a888a7061534ec8061edb868ccfaf12a4d16bf1e3380a7376d5b3f428c0c97bf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|