# Description: A wrapper around 'deprecation' providing support for deprecated aliases # URL: https://github.com/domdfcoding/deprecation-alias # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-deprecation python3-hatch-requirements-txt name=python3-deprecation-alias version=0.4.0 release=2 source=(https://pypi.org/packages/source/d/deprecation_alias/deprecation_alias-$version.tar.gz) build() { cd deprecation_alias-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }