# Description: Python binding of MusicBrainz libdiscid # URL: https://github.com/JonnyJD/python-discid # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: libdiscid python3-wheel name=python3-discid version=1.3.0 release=1 source=(https://github.com/JonnyJD/python-discid/archive/v$version/$name-$version.tar.gz) build() { cd python-discid-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }