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-flexparser): New variable.
Change-Id: I93a33886285a736fa50c6e8ee66b7d34e61ced5c
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a38332021..2ec476ba12 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2122,6 +2122,30 @@ (define-public python-flexcache
expensive calculations.")
(license license:bsd-3)))
+(define-public python-flexparser
+ (package
+ (name "python-flexparser")
+ (version "0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flexparser" version))
+ (sha256
+ (base32 "1cpn5scxnxbd2jrnany4znzzn9im5h5gwr59bp62rglman89hv96"))))
+ (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/flexparser")
+ (synopsis "Parsing made fun ... using typing.")
+ (description "A typed parser.")
+ (license license:bsd-3)))
+
(define-public python-pint
(package
(name "python-pint")
--
2.46.1
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.