guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66208] [PATCH] gnu: add python-shshsh


From: Andrew Jose
Subject: [bug#66208] [PATCH] gnu: add python-shshsh
Date: Tue, 26 Sep 2023 14:59:32 +0530

Adds a new module, shshsh, from github as the pypi version does not have
a license yet. Its homepage: https://github.com/zqqqqz2000/shshsh
---
 gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bebcfb50e9..bbfd4970c3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19072,6 +19072,31 @@ (define-public python-shellingham
 running in.")
     (license license:isc)))
 
+(define-public python-shshsh
+  (package
+   (name "python-shshsh")
+   (version "1.0.5")
+   (source
+    (origin
+     (method git-fetch)
+     (uri
+      (git-reference
+       (url "https://github.com/zqqqqz2000/shshsh";)
+       (commit "d9b846782e4d5ae6d02aa3febffb11e746e34a80")))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32
+       "0l661h9nf1vlaw5242yiq0cxk44p76xl88xm4327qisf2k136m52"))))
+   (build-system pyproject-build-system)
+   (native-inputs
+    (list python-poetry-core
+         python-pytest
+          python-tox))
+   (home-page "https://github.com/zqqqqz2000/shshsh";)
+   (synopsis "bridge of python and shell")
+   (description "bridge of python and shell")
+   (license license:expat)))
+
 (define-public python-memcached
   (package
     (name "python-memcached")
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]