# Description: Python Decorator module
# URL: https://pypi.python.org/pypi/decorator
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer python3-wheel

name=python3-decorator
_name=decorator
version=5.2.1
release=1
source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/$_name-$version.tar.gz)

build() {
  cd $_name-$version

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