unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jacob Hrbek <kreyren@rixotstudio.cz>
To: 58022@debbugs.gnu.org
Cc: Jacob Hrbek <kreyren@rixotstudio.cz>
Subject: [bug#58022] [PATCH] python-protontricks: New package
Date: Fri, 23 Sep 2022 11:16:45 +0000	[thread overview]
Message-ID: <20220923111638.12166-1-kreyren@rixotstudio.cz> (raw)
In-Reply-To: <Ew0jTsZZyITyb5-4FRwWuq_qRMYo5TOm7VkIXL7QSwRzx0vtEOrf6w5ws1GW3_I3hyUHz4jteoArI4xKkoVBQN5L89qhVVRh4H3WBZUzEJ4=@rixotstudio.cz>

---
 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")

base-commit: 3c4024e9f50a064d6458875623eb199a882feb53
prerequisite-patch-id: b84b5a8fd3c19853234a20743b514158fe1d2812
--
2.37.3






  reply	other threads:[~2022-09-23 11:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 11:15 [bug#58022] [PATCH 0/2] python-protontricks: New packages + python-vdf dependency Jacob Hrbek
2022-09-23 11:16 ` Jacob Hrbek [this message]
2022-09-23 12:15 ` [bug#58022] [PATCH 1/2] python-vdf: New package Jacob Hrbek
2022-09-23 12:16   ` [bug#58022] [PATCH 2/2] python-protontricks: " Jacob Hrbek
2022-09-29 20:47     ` [bug#58022] [PATCH 0/2] python-protontricks: New packages + python-vdf dependency Ludovic Courtès
2022-10-01 17:34       ` Jacob Hrbek
2022-10-04 16:46     ` [bug#58022] [PATCH 2/2] python-protontricks: New package Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220923111638.12166-1-kreyren@rixotstudio.cz \
    --to=kreyren@rixotstudio.cz \
    --cc=58022@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).