# Description: @deprecated decorator to deprecate old python classes, functions or methods
# URL: https://github.com/tantale/deprecated
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-wrapt

name=python3-deprecated
version=1.3.1
release=1
source=(https://github.com/tantale/deprecated/archive/v$version/deprecated-$version.tar.gz)

build() {
  cd deprecated-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
