[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69736] [PATCH 4/7] gnu: Add python-prefixed.
From: |
Arun Isaac |
Subject: |
[bug#69736] [PATCH 4/7] gnu: Add python-prefixed. |
Date: |
Mon, 11 Mar 2024 18:22:39 +0000 |
* gnu/packages/python-xyz.scm (python-prefixed): New variable.
Change-Id: I1398953059feb740dfdd9abe12bd0aa7abe3714e
---
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 34b894a351..87204b392f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32516,6 +32516,24 @@ (define-public python-quicktions
is the cythonized version of @code{fractions.Fraction}.")
(license license:psfl)))
+(define-public python-prefixed
+ (package
+ (name "python-prefixed")
+ (version "0.7.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "prefixed" version))
+ (sha256
+ (base32
+ "1sdvxwy4kvcxvnq1nx70j1ccx5ga6wdb478vqd5azf1fc1gd2m0b"))))
+ (build-system pyproject-build-system)
+ (home-page "https://github.com/Rockhopper-Technologies/prefixed")
+ (synopsis "Prefixed alternative numeric library")
+ (description "@code{python-prefixed} provides an alternative
+implementation of the built-in float which supports formatted output with
+SI (decimal) and IEC (binary) prefixes.")
+ (license license:mpl2.0)))
+
(define-public python-pathvalidate
(package
(name "python-pathvalidate")
--
2.41.0
- [bug#69736] [PATCH 0/7] Add toil, Arun Isaac, 2024/03/11
- [bug#69736] [PATCH 5/7] gnu: Add python-enlighten., Arun Isaac, 2024/03/11
- [bug#69736] [PATCH 6/7] gnu: Add python-cwltool., Arun Isaac, 2024/03/11
- [bug#69736] [PATCH 3/7] gnu: Add python-addict., Arun Isaac, 2024/03/11
- [bug#69736] [PATCH 4/7] gnu: Add python-prefixed.,
Arun Isaac <=
- [bug#69736] [PATCH 2/7] gnu: Add python-pypubsub., Arun Isaac, 2024/03/11
- [bug#69736] [PATCH 1/7] gnu: Add python-typing-extensions-4.10., Arun Isaac, 2024/03/11
- [bug#69736] [PATCH 7/7] gnu: Add python-toil., Arun Isaac, 2024/03/11