21 lines
672 B
Bash
21 lines
672 B
Bash
# Template file for 'python3-zipp'
|
|
pkgname=python3-zipp
|
|
version=3.5.0
|
|
revision=2
|
|
wrksrc="zipp-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
checkdepends="python3-jaraco"
|
|
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=f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4
|
|
# Needs unpackaged "jaraco.itertools"
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|