# Description: Zope Deprecation Infrastructure # URL: https://github.com/zopefoundation/zope.deprecation # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-zope-deprecation version=6.0 release=1 source=(https://pypi.org/packages/source/z/zope_deprecation/zope_deprecation-$version.tar.gz) build() { cd zope_deprecation-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }