[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/107: gnu: Add python-strictyaml.
From: |
guix-commits |
Subject: |
16/107: gnu: Add python-strictyaml. |
Date: |
Wed, 1 Jan 2025 12:48:55 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8d96dd8bfb080567c0691215a0f0d61f977f5a64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 17:03:54 2024 +0100
gnu: Add python-strictyaml.
* gnu/packages/serialization.scm (python-strictyaml): New variable.
Change-Id: I41beff94cca813469c6362285973455ed8e8bd67
---
gnu/packages/serialization.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 526e9316ad..18032b2f86 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -68,7 +68,8 @@
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-check)
#:use-module (gnu packages python-science)
- #:use-module (gnu packages python-xyz))
+ #:use-module (gnu packages python-xyz)
+ #:use-module (gnu packages time))
(define-public avro-cpp-1.9
(package
@@ -847,6 +848,25 @@ style and key ordering are kept, so you can diff the
source.")
@code{ruamel.yaml} derived from libyaml.")
(license license:expat)))
+(define-public python-strictyaml
+ (package
+ (name "python-strictyaml")
+ (version "1.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "strictyaml" version))
+ (sha256
+ (base32 "01y4hrakk1psdj6ir5k70apqkjjipvja0c40pbfvahmbzjjm9y12"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-dateutil python-ruamel.yaml))
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://pypi.org/project/strictyaml/")
+ (synopsis "Strict, typed YAML parser")
+ (description "StrictYAML is a type-safe YAML parser that parses and
+validates a restricted subset of the YAML specification.")
+ (license license:expat)))
+
(define-public python-cbor
(package
(name "python-cbor")
- 55/107: gnu: python-pythran: Update to 0.17.0., (continued)
- 55/107: gnu: python-pythran: Update to 0.17.0., guix-commits, 2025/01/01
- 57/107: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2025/01/01
- 58/107: gnu: python-gevent: Update to 24.11.1., guix-commits, 2025/01/01
- 61/107: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2025/01/01
- 69/107: gnu: Add rust-jiter-0.2., guix-commits, 2025/01/01
- 60/107: gnu: python-gevent: Propagate greenlet., guix-commits, 2025/01/01
- 67/107: gnu: macs-3: Add missing input., guix-commits, 2025/01/01
- 70/107: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2025/01/01
- 73/107: gnu: python-babel: Update to 2.16.0., guix-commits, 2025/01/01
- 90/107: gnu: cwltool: Patch tox.ini., guix-commits, 2025/01/01
- 16/107: gnu: Add python-strictyaml.,
guix-commits <=
- 18/107: gnu: Add python-repoze-lru., guix-commits, 2025/01/01
- 35/107: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2025/01/01
- 38/107: gnu: python-devtools: Simplify., guix-commits, 2025/01/01
- 102/107: gnu: python-openapi-schema-validator: Relax requirements., guix-commits, 2025/01/01
- 39/107: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/01
- 44/107: gnu: python-tox: Simplify., guix-commits, 2025/01/01
- 43/107: gnu: python-a2wsgi: Disable one test., guix-commits, 2025/01/01
- 52/107: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/01
- 53/107: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/01
- 56/107: gnu: python-pandas-2: Remove X., guix-commits, 2025/01/01