GNU bug report logs - #65806
[PATCH 0/4 pdf-crop-margins python package]

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 7 Sep 2023 15:20:02 UTC

Owned by: Steve George <steve <at> futurile.net>

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 65806 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr, Lars-Dominik Braun <lars <at> 6xq.net>, jgart <jgart <at> dismail.de>
Subject: [bug#65806] [PATCH 2/4] gnu: Add python-pysimplegui.
Date: Fri,  8 Sep 2023 01:32:11 +0200
* gnu/packages/python-xyz.scm (python-pysimplegui): New variable.
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c0e4b62418..61a8c57f1e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5531,6 +5531,25 @@ (define-public python-pysdl2
 common SDL2 functionality.")
     (license license:cc0)))
 
+(define-public python-pysimplegui
+  (package
+    (name "python-pysimplegui")
+    (version "4.60.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "PySimpleGUI" version))
+              (sha256
+               (base32
+                "1fi39fmh2iw88h2jh5ifd2vdrc6fpihc0pb0pqsyl6m5071q537q"))))
+    (build-system pyproject-build-system)
+    (inputs (list `(,python "tk")))
+    (home-page "https://github.com/PySimpleGUI/PySimpleGUI")
+    (synopsis "Python GUI library")
+    (description
+     "This package provides a simple Graphical User Interface library for
+Python.")
+    (license license:lgpl3)))
+
 (define-public python-pystache
   (package
     (name "python-pystache")
-- 
2.41.0





This bug report was last modified 1 year and 43 days ago.

Previous Next


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