mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
games-util/minigalaxy: add 1.3.2, drop 1.2.6
Adds support for py3.13, bumps webkit-gtk dependency as webkit-gtk:4 was dropped in ::gentoo. Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST minigalaxy-1.2.6.tar.gz 457267 BLAKE2B 005150b631643b20ef0a8a2e7b0f1ee74cc4a82d3d42e5836457016451c2446a658ddd017c68f26960b5f8e56fea6edef62df442192ea1dd8d0f811131504ac8 SHA512 99e14c92394cc32fbfcc88fa59c9a9ce2a0f17000edf0c86be0906a3a66104129666e682c3f47fcf2001f93bcee18c1f3d07472eac9c660e978c73cffe3a0943
|
||||
DIST minigalaxy-1.3.2.tar.gz 454224 BLAKE2B ef34dbcccec29e802332f33226877b8db50d7d1a676aad0377a570604442cf3e37d1143ad2da6bdd91010f2583c2fad8888ba7f96561b000252cca6c36b1c43d SHA512 61a3046ff2baf075f115110b6e516c399eed6772697f5715ee8fbc032fb8ddbec7b7fddbbbe4b39cfb212acbcf4e7431dd86eec5871bf957b467f65cd26fb4ef
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
# Fails to compile with PEP517
|
||||
# DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
@@ -23,7 +23,7 @@ RDEPEND="
|
||||
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
')
|
||||
>=net-libs/webkit-gtk-2.6:4
|
||||
>=net-libs/webkit-gtk-2.6:4.1
|
||||
>=x11-libs/gtk+-3
|
||||
"
|
||||
BDEPEND="
|
||||
Reference in New Issue
Block a user