summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/protontricks: drop 1.5.1Marek Szuba2021-06-252-58/+0
| | | | | | | Not many differences with respect to 1.5.0, and 1.5.2 fixes several crashes which could still occur with its predecessor. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: add 1.5.2Marek Szuba2021-06-132-0/+58
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: drop 1.4.3Marek Szuba2021-05-263-90/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: Stabilize 1.5.0 ALLARCHES, #791931Sam James2021-05-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/protontricks: add 1.5.1Marek Szuba2021-05-252-0/+58
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: support python3_10Marek Szuba2021-05-131-1/+1
| | | | | | Builds and installs fine, all tests pass. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: drop 1.4.4Marek Szuba2021-04-272-58/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: add 1.5.0Marek Szuba2021-04-223-0/+94
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: tag as ALLARCH in metadataMarek Szuba2021-03-151-0/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: bump to 1.4.4Marek Szuba2021-03-152-0/+58
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: remove oldMarek Szuba2021-03-152-56/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: Stabilize 1.4.3 amd64, #775446Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/protontricks: remove oldMarek Szuba2021-02-153-95/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/protontricks-1.4.3: fix copyright noticeMarek Szuba2021-01-191-1/+1
| | | | | | ...any day now... Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: bump to 1.4.3Marek Szuba2021-01-193-0/+90
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: bump to 1.4.2Marek Szuba2020-09-212-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: support pypy3Marek Szuba2020-07-111-1/+1
| | | | | | Builds and tests fine. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks-1.4.1-r1: support python3_9Marek Szuba2020-07-011-1/+1
| | | | | | Builds and tests fine. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: re-enable testsMarek Szuba2020-04-233-0/+95
| | | | | | | | | Instead of having to jump through hoops to satisfy setuptools-scm, remove references to that package and seed the version file manually, using the value of ${PV}. Presto, can use GitHub release archives - and by extension run tests - again! Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: fix setuptools_scm dependencyMarek Szuba2020-04-221-2/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: amd64 stable wrt bug #717402Agostino Sarubbo2020-04-141-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/protontricks: remove oldMarek Szuba2020-03-182-49/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: set DISTUTILS_USE_SETUPTOOLS=rdependMarek Szuba2020-02-281-0/+1
| | | | | | | Protontricks setup.py uses entry_points so we should have setuptools in RDEPEND as well. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: bump to 1.4.1Marek Szuba2020-02-282-0/+53
| | | | | | | | | | | | | | | protontricks now have a setup-time dependency on dev-python/setuptools_scm, which means we have to use use release tarballs from PyPI rather than from GitHub - the latter cause builds to fail with LookupError: setuptools-scm was unable to detect version for '/.../app-emulation/protontricks-1.4.1/work/protontricks-1.4.1'. Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work. The upshot of the above is that we can no longer run tests because the necessary files are not included in PyPI tarballs. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/protontricks: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-091-1/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/protontricks: Remove local USE="gui"David Seifert2020-01-121-3/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/protontricks: new packageMarek Szuba2020-01-083-0/+68
Allows one to use winetricks on Proton (Steam Play) games without having to manually mess with prefix and Proton configuration. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>