From 8636be7e92ccc41c97b102f4a0a51a445fe2d1b8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 15 Nov 2019 15:35:57 +0100 Subject: [PATCH] New package: python3-userpath-1.3.0 --- srcpkgs/python3-userpath/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-userpath/template diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template new file mode 100644 index 00000000000..6f076b2aa1e --- /dev/null +++ b/srcpkgs/python3-userpath/template @@ -0,0 +1,20 @@ +# Template file for 'python3-userpath' +pkgname=python3-userpath +version=1.3.0 +revision=1 +archs=noarch +wrksrc="userpath-${version}" +build_style=python3-module +pycompile_module="userpath" +hostmakedepends="python3-setuptools" +depends="python3-distro" +short_desc="Cross-platform tool for adding locations to the user PATH" +maintainer="Leah Neukirchen " +license="MIT, Apache-2.0" +homepage="https://github.com/ofek/userpath" +distfiles="${PYPI_SITE}/u/userpath/userpath-${version}.tar.gz" +checksum=dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468 + +post_install() { + vlicense LICENSE-MIT +}