mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-flexparser.
* gnu/packages/python-xyz.scm (python-flexparser): New variable. Change-Id: I93a33886285a736fa50c6e8ee66b7d34e61ced5c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f2717fd4bb
commit
d4bbd1a80a
1 changed files with 28 additions and 0 deletions
|
@ -613,6 +613,34 @@ expensive calculations. It was started as part of
|
||||||
@url{https://github.com/hgrecco/pint, Pint}, the Python units package.")
|
@url{https://github.com/hgrecco/pint, Pint}, the Python units package.")
|
||||||
(license license:bsd-3)))
|
(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)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-pytest-cov
|
||||||
|
python-pytest-mpl
|
||||||
|
python-pytest-subtests
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-typing-extensions))
|
||||||
|
(home-page "https://github.com/hgrecco/flexparser")
|
||||||
|
(synopsis "Parsing made fun ... using typing")
|
||||||
|
(description "This project provides a typed parser. It was started as
|
||||||
|
part of @url{https://github.com/hgrecco/pint, Pint}, the Python units
|
||||||
|
package. ")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-jsonpath-ng
|
(define-public python-jsonpath-ng
|
||||||
(package
|
(package
|
||||||
(name "python-jsonpath-ng")
|
(name "python-jsonpath-ng")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue