mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/minigalaxy: upgrade to 1.4.0
Improvements to downloads, installations, and running
This commit is contained in:
parent
181a7f6869
commit
35d558acfb
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
||||
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
||||
pkgname=minigalaxy
|
||||
pkgver=1.3.2
|
||||
pkgver=1.4.0
|
||||
pkgrel=0
|
||||
pkgdesc="A simple GOG client for Linux"
|
||||
url="https://sharkwouter.github.io/minigalaxy/"
|
||||
|
@ -10,7 +10,7 @@ license="GPL-3.0-only"
|
|||
subpackages="$pkgname-pyc"
|
||||
makedepends="bash gettext py3-gpep517 py3-setuptools"
|
||||
checkdepends="py3-pytest py3-requests py3-simplejson"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkwouter/minigalaxy/archive/refs/tags/1.3.2.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkwouter/minigalaxy/archive/refs/tags/$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
|
||||
|
@ -21,10 +21,10 @@ check() {
|
|||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 tests/test_api.py
|
||||
.testenv/bin/python3 tests/test_config.py
|
||||
.testenv/bin/python3 tests/test_download.py
|
||||
.testenv/bin/python3 tests/test_download_manager.py
|
||||
.testenv/bin/python3 tests/test_game.py
|
||||
.testenv/bin/python3 tests/test_installer.py
|
||||
.testenv/bin/python3 tests/test_installer_queue.py
|
||||
.testenv/bin/python3 tests/test_launcher.py
|
||||
.testenv/bin/python3 tests/test_ui_library.py
|
||||
# .testenv/bin/python3 tests/test_ui_window.py # needs Gtk.Dialog
|
||||
|
@ -35,5 +35,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
61a3046ff2baf075f115110b6e516c399eed6772697f5715ee8fbc032fb8ddbec7b7fddbbbe4b39cfb212acbcf4e7431dd86eec5871bf957b467f65cd26fb4ef minigalaxy-1.3.2.tar.gz
|
||||
2650e6b5662b3104129f45c6415a32e9369f31b1b3bc6d0ace1441dc1e88e8dce6f4d1e68e9f8b5048922e517c964b5a9612dca309b4e46e12e6816403ddc9c4 minigalaxy-1.4.0.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue