# Description: Lightweight, extensible data validation library for Python # URL: https://github.com/pyeve/cerberus # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-cerberus version=1.3.7 release=2 source=(https://github.com/pyeve/cerberus/archive/$version/$name-$version.tar.gz) build() { cd cerberus-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }