GNU bug report logs - #56298
python-cmsis-pack-manager and dependencies

Previous Next

Package: guix-patches;

Reported by: Peter Polidoro <peter <at> polidoro.io>

Date: Wed, 29 Jun 2022 14:45:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: peter <at> polidoro.io
To: 56298 <at> debbugs.gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [bug#56298] [PATCH 1/7] gnu: Add python-milksnake.
Date: Wed, 29 Jun 2022 10:46:27 -0400
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/python-xyz.scm (python-milksnake): New variable.
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1d43049776..dbe8dff142 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3060,6 +3060,27 @@ (define-public python-mimeparse
 matching them against a list of media-ranges.")
     (license license:expat)))
 
+(define-public python-milksnake
+  (package
+    (name "python-milksnake")
+    (version "0.1.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "milksnake" version ".zip"))
+              (sha256
+               (base32
+                "120nprd8lqis7x7zy72536gk2j68f7gxm8gffmx8k4ygifvl7kfz"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-cffi))
+    (native-inputs (list unzip))
+    (home-page "https://github.com/getsentry/milksnake")
+    (synopsis
+     "A python library that extends setuptools for binary extensions.")
+    (description
+     "This package provides a python library that extends setuptools for binary
+extensions.")
+    (license license:asl2.0)))
+
 (define-public python-miniboa
   (package
     (name "python-miniboa")
-- 
2.36.1





This bug report was last modified 2 years and 321 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.