[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/32: gnu: Add python-makefun.
From: |
guix-commits |
Subject: |
07/32: gnu: Add python-makefun. |
Date: |
Wed, 16 Feb 2022 11:39:32 -0500 (EST) |
nckx pushed a commit to branch wip-python-mne
in repository guix.
commit 5e9d1dcaca6e8e948d99c11d3bfa22d78285e157
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Jan 20 21:17:39 2022 +0100
gnu: Add python-makefun.
* gnu/packages/python-xyz.scm (python-makefun): 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 d05a633973..64617e6966 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25524,6 +25524,28 @@ for working with video files.")
array-like variables.")
(license license:bsd-3)))
+(define-public python-makefun
+ (package
+ (name "python-makefun")
+ (version "1.13.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "makefun" version))
+ (sha256
+ (base32
+ "1gqnqvwzig9ym4nyzwy6dzra7sg6339rdaca59fvkfzzf2vbhnwq"))))
+ (build-system python-build-system)
+ (native-inputs (list python-pytest python-pytest-runner
+ python-setuptools-scm))
+ (home-page "https://github.com/smarie/python-makefun")
+ (synopsis "Small library to dynamically create python functions")
+ (description
+ "@samp{makefun} helps you create functions dynamically, with the
+signature of your choice. It was largely inspired by @samp{decorator} and
+@samp{functools}, and created mainly to cover some of their limitations.")
+ (license license:bsd-3)))
+
(define-public python-frozendict
(package
(name "python-frozendict")
- branch wip-python-mne created (now 904999e683), guix-commits, 2022/02/16
- 02/32: gnu: Add python-edflib., guix-commits, 2022/02/16
- 08/32: gnu: Add python-pytest-logging., guix-commits, 2022/02/16
- 09/32: gnu: Add a test-less python-decopatch., guix-commits, 2022/02/16
- 18/32: gnu: Add python-h5io., guix-commits, 2022/02/16
- 13/32: gnu: Add python-decopatch., guix-commits, 2022/02/16
- 07/32: gnu: Add python-makefun.,
guix-commits <=
- 14/32: gnu: Add python-pytest-cases., guix-commits, 2022/02/16
- 27/32: gnu: vtk: Also install a .egg-info., guix-commits, 2022/02/16
- 24/32: gnu: Add python-pyvips., guix-commits, 2022/02/16
- 21/32: gnu: Add python-dipy., guix-commits, 2022/02/16
- 20/32: gnu: Add python-picard., guix-commits, 2022/02/16
- 03/32: gnu: Add python-eeglabio., guix-commits, 2022/02/16
- 16/32: gnu: Add python-pytest-steps., guix-commits, 2022/02/16
- 32/32: gnu: Add python-mne., guix-commits, 2022/02/16
- 12/32: gnu: Add a test-less python-pytest-cases., guix-commits, 2022/02/16
- 04/32: gnu: Add python-nibabel., guix-commits, 2022/02/16