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

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

bug#65369: closed ([PATCH 2/5] gnu: Add python-pymarshal.)


From: GNU bug Tracking System
Subject: bug#65369: closed ([PATCH 2/5] gnu: Add python-pymarshal.)
Date: Thu, 13 Jun 2024 09:37:03 +0000

Your message dated Thu, 13 Jun 2024 11:36:30 +0200
with message-id <871q51jiap.fsf@gnu.org>
and subject line Re: [bug#65367] [PATCH v4 0/4] gnu: Add stargate.
has caused the debbugs.gnu.org bug report #65367,
regarding [PATCH 2/5] gnu: Add python-pymarshal.
to be marked as done.

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


-- 
65367: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65367
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/5] gnu: Add python-pymarshal. Date: Fri, 18 Aug 2023 17:35:39 +0200
* gnu/packages/python-xyz.scm (python-pymarshal): New variable.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7f8c976753..67721666ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30686,6 +30686,28 @@ (define-public python-peachpy
 supports x86_64 instructions up to AVX-512 and SHA.")
       (license license:bsd-2))))
 
+(define-public python-pymarshal
+  (package
+    (name "python-pymarshal")
+    (version "2.2.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pymarshal" version))
+              (sha256
+               (base32
+                "1lhb7yim60pvclbd440zd4n50xs1d2rvmnrhhvib3hyv0dxil5j3"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ;fails due to unrecognized arguments
+    (native-inputs
+     (list python-pytest))
+    (propagated-inputs (list python-bson python-pyyaml))
+    (home-page "https://gitlab.com/d3v-t00lz/pymarshal";)
+    (synopsis "Pythonic implementation of Golang struct (un)marshalling")
+    (description "PyMarshal replicates the feature of (un)marshalling structs
+in Golang.")
+    (license license:bsd-2)))
+
 (define-public python-sgmllib3k
   (let ((commit "799964676f35349ca2dd04503e34c2b3ad522c0d")
         (revision "1"))
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#65367] [PATCH v4 0/4] gnu: Add stargate. Date: Thu, 13 Jun 2024 11:36:30 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Sughosha <sughosha@disroot.org> skribis:

>   gnu: Add python-pymarshal.
>   gnu: Add python-mido.
>   gnu: Add python-wavefile.
>   gnu: Add stargate.

I applied the whole series and followed up with a patch that moves
‘stargate-sbsms’ and ‘stargate-soundtouch’ to audio.scm.

Thanks!

Ludo’.


--- End Message ---

reply via email to

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