From d7f1e97be3fa930706451d70922da96688222631 Mon Sep 17 00:00:00 2001 From: juantascon Date: Tue, 17 Mar 2020 13:07:25 +0100 Subject: [PATCH] New package: python3-plumbum-1.6.9 --- srcpkgs/python3-plumbum/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-plumbum/template diff --git a/srcpkgs/python3-plumbum/template b/srcpkgs/python3-plumbum/template new file mode 100644 index 00000000000..e402afae085 --- /dev/null +++ b/srcpkgs/python3-plumbum/template @@ -0,0 +1,20 @@ +# Template file for 'python3-plumbum' +pkgname=python3-plumbum +_pkgname=plumbum +version=1.6.9 +revision=1 +archs=noarch +wrksrc="${_pkgname}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Shell combinators" +maintainer="Juan Tascon " +license="MIT" +homepage="https://plumbum.readthedocs.io" +distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz" +checksum=16b9e19d96c80f2e9d051ef5f04927b834a6ac0ce5d2768eb8662b5cd53e43df + +post_install() { + vlicense LICENSE +}