mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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 @@ (define-public python-sniffio
|
|||
;; Either license applies.
|
||||
(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
|
||||
(package
|
||||
(name "python-pytest-black")
|
||||
|
|
Loading…
Reference in a new issue