GNU bug report logs -
#63139
[PATCH python 00/20] Updates for pyproject-build-system, poetry, python-yubikey-manager
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-makefun): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e468844ff6..94c0e1ab81 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24905,6 +24905,24 @@ (define-public python-construct
make your work easier.")
(license license:expat)))
+(define-public python-makefun
+ (package
+ (name "python-makefun")
+ (version "1.15.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "makefun" version))
+ (sha256
+ (base32
+ "19a8dga8rnmjn5gy1cy1wdi28swbkdkypwbqikbxil6ynqcg3c20"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools-scm python-pytest))
+ (home-page "https://smarie.github.io/python-makefun")
+ (synopsis "Small library to dynamically create Python functions.")
+ (description "A library to dynamically create Python functions with a
+proper signature.")
+ (license license:bsd-3)))
+
(define-public python-outcome
(package
(name "python-outcome")
--
2.39.2
This bug report was last modified 1 year and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.