# Description: Python library which provides a client interface for the Music Player Daemon # URL: https://github.com/Mic92/python-mpd2 # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-mpd2 version=3.1.2 release=1 source=(https://github.com/Mic92/python-mpd2/archive/v$version/$name-$version.tar.gz) build() { cd python-mpd2-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }