diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template new file mode 100644 index 00000000000..ad4e3a01713 --- /dev/null +++ b/srcpkgs/python3-zipp/template @@ -0,0 +1,21 @@ +# Template file for 'python3-zipp' +pkgname=python3-zipp +version=0.5.2 +revision=1 +archs=noarch +wrksrc="zipp-${version}" +build_style=python3-module +pycompile_module="zipp.py" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Pathlib-compatible Zipfile object wrapper" +maintainer="Piotr Wójcik " +license="MIT" +homepage="https://github.com/jaraco/zipp" +changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst" +distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz" +checksum=4970c3758f4e89a7857a973b1e2a5d75bcdc47794442f2e2dd4fe8e0466e809a + +post_install() { + vlicense LICENSE +}