# Description: Backport of pathlib-compatible object wrapper for zip files # URL: https://pypi.org/project/zipp/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python3-setuptools-scm name=python3-zipp version=3.23.0 release=1 source=(https://pypi.python.org/packages/source/z/zipp/zipp-$version.tar.gz) build() { cd zipp-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }