From f55bca7d4a134c5518d7130f47d2a5c567d1baaa Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 3 Aug 2018 06:39:15 +0200 Subject: [PATCH] New package: black-18.6b4 (#1425) --- srcpkgs/black/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/black/template diff --git a/srcpkgs/black/template b/srcpkgs/black/template new file mode 100644 index 00000000000..4a88006506c --- /dev/null +++ b/srcpkgs/black/template @@ -0,0 +1,20 @@ +# Template file for 'black' +pkgname=black +version=18.6b4 +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 " +license="MIT" +homepage="https://github.com/ambv/black" +distfiles="https://github.com/ambv/black/archive/${version}.tar.gz" +checksum=74598bf4aa800b50a93c822b584a50fe8efff256fdf5b8c2dceaa1518763db82 + +post_install() { + vlicense LICENSE +}