mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-snuggs.
* gnu/packages/python-xyz.scm (python-snuggs): New variable.
This commit is contained in:
parent
8e1eeedff6
commit
a4aadeef9c
1 changed files with 18 additions and 0 deletions
|
@ -13712,6 +13712,24 @@ asyncio.")
|
||||||
;; Either license applies.
|
;; Either license applies.
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public python-snuggs
|
||||||
|
(package
|
||||||
|
(name "python-snuggs")
|
||||||
|
(version "1.4.7")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "snuggs" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0yv1wayrw9g6k0c2f721kha7wsv0s1fdlxpf5x7f34iqzq9z272h"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-numpy python-pyparsing))
|
||||||
|
(native-inputs (list python-hypothesis python-pytest))
|
||||||
|
(home-page "https://github.com/mapbox/snuggs")
|
||||||
|
(synopsis "Snuggs are S-expressions for Numpy")
|
||||||
|
(description "Snuggs are S-expressions for Numpy.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytest-black
|
(define-public python-pytest-black
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-black")
|
(name "python-pytest-black")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue