20 lines
637 B
Bash
20 lines
637 B
Bash
# Template file for 'python3-zipp'
|
|
pkgname=python3-zipp
|
|
version=3.19.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3"
|
|
short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/zipp/"
|
|
changelog="https://raw.githubusercontent.com/jaraco/zipp/main/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
|
|
checksum=bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19
|
|
make_check=no # unpackaged: jaraco.itertools big-O
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|