GNU bug report logs - #58022
[PATCH 0/2] python-protontricks: New packages + python-vdf dependency

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Fri, 23 Sep 2022 11:16:02 UTC

Severity: normal

Tags: notabug, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: 58022 <at> debbugs.gnu.org
Cc: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Subject: [bug#58022] [PATCH 2/2] python-protontricks: New package
Date: Fri, 23 Sep 2022 12:16:07 +0000
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 473c3df26b..dc0bd0d931 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6408,6 +6408,27 @@ (define-public python-proto-matcher
 @end table")
     (license license:asl2.0)))

+(define-public python-protontricks
+  (package
+    (name "python-protontricks")
+    (version "1.9.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "protontricks" version))
+              (sha256
+               (base32
+                "0kbq52p51k9j98kr23ljzhzmpnxnl9g6x3dxj27gqkshvnsinmjg"))))
+    (build-system python-build-system)
+    (inputs (list python-setuptools python-vdf python-wheel
+                  python-setuptools-scm))
+    (home-page "https://github.com/Matoking/protontricks")
+    (synopsis
+     "A simple wrapper for running Winetricks commands for Proton-enabled games.")
+    (description
+     "This package provides a simple wrapper for running Winetricks commands for
+Proton-enabled games.")
+    (license license:gpl3)))
+
 (define-public python-matplotlib
   (package
     (name "python-matplotlib")
--
2.37.3






This bug report was last modified 2 years and 323 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.