New package: python-zipp-0.5.2

This commit is contained in:
Piotr Wójcik 2019-07-15 18:54:22 +02:00 committed by Enno Boland
parent 82c4382aab
commit 5e259f8b0a

View file

@ -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 <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=4970c3758f4e89a7857a973b1e2a5d75bcdc47794442f2e2dd4fe8e0466e809a
post_install() {
vlicense LICENSE
}