unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66208] [PATCH] gnu: add python-shshsh
@ 2023-09-26  9:29 Andrew Jose
  2024-03-20 22:11 ` Marco Rimoldi via Guix-patches via
  2024-04-04 21:44 ` [bug#66208] [PATCH v2 0/1] Review python-shshsh Steve George
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Jose @ 2023-09-26  9:29 UTC (permalink / raw)
  To: 66208; +Cc: Andrew Jose

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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-07 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26  9:29 [bug#66208] [PATCH] gnu: add python-shshsh Andrew Jose
2024-03-20 22:11 ` Marco Rimoldi via Guix-patches via
2024-04-04 21:44 ` [bug#66208] [PATCH v2 0/1] Review python-shshsh Steve George
2024-04-04 21:46   ` [bug#66208] [PATCH v2 1/1] gnu: Add python-shshsh Steve George
2024-04-07 19:31     ` bug#66208: " Christopher Baines

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