# Contributor: Iztok Fister, Jr. # Maintainer: Iztok Fister, Jr. pkgname=sport-activities-features-gui pkgver=0.2.2 pkgrel=0 pkgdesc="GUI for sport-activities-features package" url="https://github.com/firefly-cpp/sport-activities-features-gui" arch="noarch !s390x !riscv64 !ppc64le" # py3-sport-activities-features license="MIT" depends="py3-sport-activities-features py3-qtawesome py3-qt6" makedepends="py3-poetry-core py3-gpep517" checkdepends="py3-pytest" subpackages="$pkgname-pyc" source="https://github.com/firefly-cpp/sport-activities-features-gui/archive/$pkgver/sport-activities-features-gui-$pkgver.tar.gz" options="!check" # upstream provides no tests for now (only version check) build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m pytest } package() { python3 -m installer -d "$pkgdir" \ .dist/*.whl install -Dm644 AppData/io.github.firefly-cpp.sport_activities_features_gui.desktop "$pkgdir"/usr/share/applications/sport_activities_features_gui.desktop install -Dm644 AppData/icon1.png "$pkgdir"/usr/share/icons/hicolor/256x256/apps/sport-activities-features-gui.png } sha512sums=" 82ad6cd302c2290ec31b0f4206ef3ebbac9601d2d438d335066e1cf57c34b0199c377a89b7238983dc5787f4e89d27ecb898002ee4189a0bcfa142df52119151 sport-activities-features-gui-0.2.2.tar.gz "