void-packages/srcpkgs/python3-zipp/template
2019-09-17 22:39:03 +02:00

21 lines
630 B
Bash

# Template file for 'python3-zipp'
pkgname=python3-zipp
version=0.6.0
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 <chocimier@tlen.pl>"
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=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
post_install() {
vlicense LICENSE
}