GNU bug report logs -
#77006
[PATCH 0/3] Update python-pint to 0.24.4
Previous Next
Reported by: Lars Bilke <lars.bilke <at> ufz.de>
Date: Fri, 14 Mar 2025 07:52:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-flexcache): New variable.
Change-Id: Ib583c2a7fcdfde7f06307f91ecd0e500426d3a7d
---
gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cf1b5e22ae..6a38332021 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2095,6 +2095,33 @@ (define-public python-pymdown-extensions
Markdown. All extensions are found under the module namespace of pymdownx.")
(license license:expat)))
+(define-public python-flexcache
+ (package
+ (name "python-flexcache")
+ (version "0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flexcache" version))
+ (sha256
+ (base32 "0mh6c3s0ykmnnhzys72xq5ls4myzpz1y86fmz0ngw6v2l3aknx0q"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-typing-extensions))
+ (native-inputs (list python-pytest
+ python-pytest-cov
+ python-pytest-mpl
+ python-pytest-subtests
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (home-page "https://github.com/hgrecco/flexcache")
+ (synopsis
+ "Caching transformed versions of a source object")
+ (description
+ "A robust and extensible package to cache on disk the result of
+expensive calculations.")
+ (license license:bsd-3)))
+
(define-public python-pint
(package
(name "python-pint")
--
2.46.1
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.