From 8548cf3c26ad586435e25b5fd3486aedc22abc57 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 24 Sep 2018 18:00:31 -0500 Subject: [PATCH] New package: python3-aniso8601-3.0.2 --- srcpkgs/python3-aniso8601/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-aniso8601/template diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template new file mode 100644 index 00000000000..07ebc1edfee --- /dev/null +++ b/srcpkgs/python3-aniso8601/template @@ -0,0 +1,21 @@ +# Template file for 'python3-aniso8601' +pkgname=python3-aniso8601 +version=3.0.2 +revision=1 +noarch=yes +_gitver=d21525fd4579 +wrksrc="nielsenb-aniso8601-${_gitver}" +build_style=python3-module +pycompile_module="aniso8601" +hostmakedepends="python3-setuptools" +depends="python3-dateutil" +short_desc="Library for parsing ISO 8601 strings" +maintainer="Andrew Benson " +license="MIT" +homepage="https://bitbucket.org/nielsenb/aniso8601" +distfiles="${homepage}/get/v${version}.tar.gz" +checksum=8104cd739e07dc62e165cd4804c3825b12e524e9019c97a28f57679e53b4085f + +post_install() { + vlicense LICENSE +}