vp-build/srcpkgs/python3-zipp/template

22 lines
660 B
Bash

# Template file for 'python3-zipp'
pkgname=python3-zipp
version=3.6.0
revision=1
wrksrc="zipp-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
maintainer="Lorem <notloremipsum@protonmail.com>"
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=71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832
# Needs unpackaged "jaraco.itertools"
make_check=no
post_install() {
vlicense LICENSE
}