# Contributor: dai9ah # Maintainer: dai9ah pkgname=nicotine-plus pkgver=3.2.9 pkgrel=1 pkgdesc="Graphical client for the SoulSeek peer-to-peer system" url="https://nicotine-plus.github.io/nicotine-plus" arch="noarch" license="GPL-3.0-or-later" depends="gtk+3.0 py3-gobject3 python3 python3-gdbm" makedepends="py3-gpep517 py3-setuptools py3-wheel gettext" checkdepends="py3-pytest" subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc" source="nicotine-plus-$pkgver.tar.gz::https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz" build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m pytest test/unit } package() { python3 -m installer -d "$pkgdir" \ .dist/*.whl } sha512sums=" bc828bf8e6b194b23df8c7cce900704b918b71669ff9e0cf17b2c954838e265cc074dcb54e0abbcf563b19f10cf3199cc1980771b57e0af613ef2eed2ee4a3a8 nicotine-plus-3.2.9.tar.gz "