From e748d85fc33eb133f940b6318a6662e1ebf09669 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 15 Nov 2019 15:36:01 +0100 Subject: [PATCH] New package: python3-pipx-0.14.0.0 --- srcpkgs/python3-pipx/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pipx/template diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template new file mode 100644 index 00000000000..b1cdc14a98e --- /dev/null +++ b/srcpkgs/python3-pipx/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pipx' +pkgname=python3-pipx +version=0.14.0.0 +revision=1 +archs=noarch +wrksrc="pipx-${version}" +build_style=python3-module +pycompile_module="pipx" +hostmakedepends="python3-setuptools" +depends="python3-argcomplete python3-userpath" +short_desc="Install and Run Python Applications in Isolated Environments" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://pipxproject.github.io/pipx/" +distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz" +checksum=33c6e2f48c8b5b9e79cb5d61d3887562ecdbc2bf2e63818ca419a88d94359bc8 + +post_install() { + vlicense LICENSE +}