69bda7d443
Closes: #25461 [via git-merge-pr]
19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'black'
|
|
pkgname=black
|
|
version=20.8b1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
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 <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/psf/black"
|
|
distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz"
|
|
checksum=1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|