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

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

bug#55896: closed ([PATCH] gnu: Add python-pybare.)


From: GNU bug Tracking System
Subject: bug#55896: closed ([PATCH] gnu: Add python-pybare.)
Date: Tue, 18 Jun 2024 06:08:02 +0000

Your message dated Tue, 18 Jun 2024 06:07:33 +0000
with message-id <603d418a50c0c19990b3fb39b0b9af58c2522ab3@dismail.de>
and subject line 
has caused the debbugs.gnu.org bug report #55896,
regarding [PATCH] gnu: Add python-pybare.
to be marked as done.

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


-- 
55896: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55896
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-pybare. Date: Fri, 10 Jun 2022 23:27:37 -0500
* gnu/packages/python-xyz.scm (python-pybare): New variable.
---
 gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4104472848..ceedacd714 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29418,6 +29418,38 @@ (define-public python-gatt
 Currently, Linux is the only platform supported by this library.")
     (license license:expat)))
 
+(define-public python-pybare
+  (package
+    (name "python-pybare")
+    (version "0.1.1")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+         (git-reference
+          (url "https://git.sr.ht/~chiefnoah/pybare";)
+          (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "1ibmwwf1rdxlwyxlzhv3v1i0ybsqg0kppim90sm8rsbns86yy4by"))))
+    (build-system python-build-system)
+    (native-inputs
+      (list python-pytest))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (chdir "bare")
+             (invoke "pytest" "."))))))
+    (home-page "https://sr.ht/~chiefnoah/PyBARE/";)
+    (synopsis "Declarative implementation of BARE for Python")
+    (description
+"@code{python-pybare} is a general purpose library for strongly
+typed primitives in Python that supports serializing to and from BARE
+messages.")
+    (license license:expat)))
+
 (define-public python-musical-scales
   (package
     (name "python-musical-scales")
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Date: Tue, 18 Jun 2024 06:07:33 +0000
I'm closing for now.

Feel free to reopen if anyone wants to work on this.


--- End Message ---

reply via email to

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