GNU bug report logs -
#56298
python-cmsis-pack-manager and dependencies
Previous Next
Full log
View this message in rfc822 format
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.