GNU bug report logs -
#47593
[PATCH 0/6] *** Add Python Abjad v3.3 ***
Previous Next
Reported by: BonfaceKilz <me <at> bonfacemunyoki.com>
Date: Sun, 4 Apr 2021 12:17:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 47593 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-quicktions): New variable.
Co-authored-by: jgart <jgart <at> dismail.de>
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ecf5dadc2..e87ba6b6b6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24336,3 +24336,23 @@ iGoogle subscription lists.")
(description
"File support for setuptools declarative setup.cfg")
(license license:asl2.0)))
+
+(define-public python-quicktions
+ (package
+ (name "python-quicktions")
+ (version "1.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "quicktions" version))
+ (sha256
+ (base32
+ "1px21a6x527i1bsr2p6bbf3jziqpvd1vjkvvzh13gsy4iip0yvzn"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/scoder/quicktions")
+ (synopsis
+ "Fast fractions data type for rational numbers. Cythonized version of 'fractions.Fraction'.")
+ (description
+ "Fast fractions data type for rational numbers. Cythonized version of 'fractions.Fraction'.")
+ (license license:psfl)))
--
2.31.0
This bug report was last modified 4 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.