mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
30 lines
900 B
Text
30 lines
900 B
Text
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
|
|
pkgname=py3-mopidy-tidal
|
|
_pyname=Mopidy-Tidal
|
|
pkgver=0.3.2
|
|
pkgrel=2
|
|
pkgdesc="Mopidy extension for Tidal music service integration"
|
|
url="https://github.com/tehkillerbee/mopidy-tidal"
|
|
arch="noarch"
|
|
license="Apache-2.0"
|
|
depends="python3 mopidy gst-plugins-bad py3-tidalapi py3-requests py3-pykka"
|
|
makedepends="py3-setuptools py3-wheel"
|
|
checkdepends="py3-pytest py3-pytest-mock py3-dateutil"
|
|
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pyname-$pkgver"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
check() {
|
|
pytest tests
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
8ef77615cb33889c3743ef024a383466c64e7e8e88924c5a31e93918e1fe599e72bb409e6c1aa4a1f8b35342e3ca7a73aab32deb8a25a0ec8790348ccc7ccb23 Mopidy-Tidal-0.3.2.tar.gz
|
|
"
|