# Description: Module for decorators, wrappers and monkey patching # URL: https://github.com/GrahamDumpleton/wrapt # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-wrapt version=2.0.1 release=1 source=(https://pypi.org/packages/source/w/wrapt/wrapt-$version.tar.gz) build() { cd wrapt-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }