emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#66208: closed ([PATCH] gnu: add python-shshsh)
Date: Sun, 07 Apr 2024 19:32:03 +0000

Your message dated Sun, 07 Apr 2024 20:31:24 +0100
with message-id <87h6gdezqr.fsf@cbaines.net>
and subject line Re: [bug#66208] [PATCH v2 1/1] gnu: Add python-shshsh.
has caused the debbugs.gnu.org bug report #66208,
regarding [PATCH] gnu: add python-shshsh
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66208: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66208
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66208] [PATCH v2 1/1] gnu: Add python-shshsh. Date: Sun, 07 Apr 2024 20:31:24 +0100 User-agent: mu4e 1.12.2; emacs 29.3
Steve George <steve@futurile.net> writes:

> From: Andrew Jose <arnav.jose@gmail.com>
>
> * gnu/packages/python-xyz.scm (python-shshsh): New variable.
>
> Reviewed-by: Steve George <steve@futurile.net>
> Change-Id: Iadd75c769a4391195b32789590f94fd8afbe21b6
> ---
>  gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)

Thanks both, I tweaked the indentation and pushed this to master as
1977fa35c553f4ba9427876f065f5816f7b70b5b.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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