# 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=1
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 --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
