me
/
guix
Archived
1
0
Fork 0

gnu: Add python-snuggs.

* gnu/packages/python-xyz.scm (python-snuggs): New variable.
master
Ricardo Wurmus 2023-06-27 17:05:51 +02:00
parent 8e1eeedff6
commit a4aadeef9c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -13712,6 +13712,24 @@ asyncio.")
;; 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")