[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: Add python-snuggs.
From: |
guix-commits |
Subject: |
04/07: gnu: Add python-snuggs. |
Date: |
Thu, 29 Jun 2023 06:05:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a4aadeef9ce1cdfc7baf057454255b47a54d67b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 27 17:05:51 2023 +0200
gnu: Add python-snuggs.
* gnu/packages/python-xyz.scm (python-snuggs): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 55531b2785..4a8a3acf10 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")
- branch master updated (b24a05830d -> 10ff8ff4b5), guix-commits, 2023/06/29
- 03/07: gnu: openjdk19: Update to 19.0.2., guix-commits, 2023/06/29
- 05/07: gnu: Add python-affine., guix-commits, 2023/06/29
- 01/07: gnu: python-threadpoolctl: Update to 3.1.0., guix-commits, 2023/06/29
- 07/07: gnu: r-pando: Update to 1.0.5., guix-commits, 2023/06/29
- 06/07: gnu: Add python-rasterio., guix-commits, 2023/06/29
- 04/07: gnu: Add python-snuggs.,
guix-commits <=
- 02/07: gnu: python-distributed: Disable timeout test., guix-commits, 2023/06/29