From 20a5d70b438eb5dc32eff314761a6ca5ea989202 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..52b797747ba --- /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=8571f2f9657e00dc22549d9e92db3fdec5674bf509fe60c5c9b4081fd8f6ab92 + +post_install() { + vlicense LICENSE +}