Commit Graph

24 Commits

Author SHA1 Message Date
Takuya Wakazono
30258de009 games-util/ProtonUp-Qt: drop 2.11.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-09-18 00:06:22 +09:00
Takuya Wakazono
9590abebbc games-util/ProtonUp-Qt: add 2.13.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-09-18 00:06:22 +09:00
Takuya Wakazono
c39f6282b9 games-util/ProtonUp-Qt: fix build and test
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-05-06 01:34:47 +09:00
Vincent Ahluwalia
d00d9f4764 games-util/ProtonUp-Qt: add 2.12.0, update to Python 3.13
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
2025-05-04 23:12:41 +02:00
Anna (cybertailor) Vyalkova
bb0aae8ad3 */*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/

Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.

We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.

Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
   PyPy 3.11.

Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-02-21 17:51:14 +05:00
Takuya Wakazono
a3e69a9fc3 */*: rename dev-python/{pyside6 → pyside}
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58e2344a965ca75077542de66f17a02089876f6

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-02-04 21:25:26 +09:00
Tobias Jakobi
4c0037b0db games-util/ProtonUp-Qt: fix dependencies of v2.11.1
Use the version information from the project's requirement.txt
This in particular means using an up-to-date version of both
the steam and the vdf library.

Without these latest libs the application is not able to
access any of the .vdf files of current stable Steam clients
any more.

While at it, at the missing gh part of the download suffix and
break the overly long line.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/280
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-18 20:20:12 +09:00
Takuya Wakazono
5c98216724 games-util/ProtonUp-Qt: drop 2.9.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-14 20:47:15 +09:00
Takuya Wakazono
164df40767 games-util/ProtonUp-Qt: add 2.11.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-14 20:47:15 +09:00
Tobias Jakobi
99ca981013 games-util/ProtonUp-Qt: fix pyside6 deps on Git/9999
Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.

Analysis of the ProtonUp-Qt sourcecode (Git tip from 2025-01-12)
shows that the following imports are required:
- PySide6.QtCore
- PySide6.QtDBus
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets

QtCore is always available in pysid6. Translating them to useflags
they become:
- dbus
- gui
- uitools
- widgets

Fix the pyside6 dependency accordingly.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/277
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-01-13 11:08:36 +01:00
Tobias Jakobi
452eb5e8e0 games-util/ProtonUp-Qt: fix pyside6 deps on v2.9.2
Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.

Analysis of the ProtonUp-Qt sourcecode shows that the following
imports are required:
- Pyside6.QtCore
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets

QtCore is always available in pysid6. Translating them to useflags
they become:
- gui
- uitools
- widgets

Fix the pyside6 dependency accordingly.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-01-13 11:08:36 +01:00
Lucio Sauer
d6ae7d0c07 games-*/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-13 18:18:20 -04:00
Gonçalo Negrier Duarte
0ec08587f1 games-util/ProtonUp-Qt: add 2.9.2, drop 2.9.1
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-04-10 13:45:24 +01:00
Gonçalo Negrier Duarte
3f5ca176cf games-util/ProtonUp-Qt: add 2.9.1, drop 2.8.2
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-02-19 12:39:20 +00:00
Gonçalo Duarte
81296165c1 games-util/ProtonUp-Qt: remove unneeded dependency dev-python/PyQt6
Signed-off-by: Gonçalo Duarte <gonegrier.duarte@gmail.com>
2023-10-20 22:10:48 +01:00
Gonçalo Duarte
638c3745bc games-util/ProtonUp-Qt: add 2.8.2, drop 2.8.1
Signed-off-by: Gonçalo Duarte <gonegrier.duarte@gmail.com>
2023-08-11 12:50:14 +01:00
Gonçalo Negrier Duarte
821c9cc76a games-util/ProtonUp-Qt: update SRC_URI
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-26 14:03:01 +01:00
Gonçalo Negrier Duarte
bbe02b7826 games-util/ProtonUp-Qt: add myself as a maintainer
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-26 14:03:00 +01:00
Gonçalo Negrier Duarte
6be088ced2 games-util/ProtonUp-Qt: fix indentation tabs instead of spaces
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-08 13:52:10 +01:00
Gonçalo Negrier Duarte
6584fa354d games-util/ProtonUp-Qt: update DESCRIPTION
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-07 23:47:13 +01:00
Gonçalo Negrier Duarte
7fb35f6405 games-util/ProtonUp-Qt: improve ebuild
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-07 23:47:13 +01:00
Gonçalo Negrier Duarte
4570068cbf games-util/ProtonUp-Qt: remake ebuilds (now use python setuptools)
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-07 23:47:12 +01:00
Gonçalo Negrier Duarte
a15c6e4236 games-util/ProtonUp-Qt: unkeyword 2.8.1 for ~x86
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-07 18:09:03 +01:00
Gonçalo Negrier Duarte
b2787cc7e2 games-util/ProtonUp-Qt: new package, add 2.8.1, 9999
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2023-07-07 18:04:42 +01:00