[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/166: gnu: Add python-rfc3339-validator.
From: |
guix-commits |
Subject: |
129/166: gnu: Add python-rfc3339-validator. |
Date: |
Tue, 19 Apr 2022 09:18:08 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython+polyglossia
in repository guix.
commit 0457c826fdeca0864efe6c62e4d979cce7e9bfcd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 17 09:00:45 2022 -0400
gnu: Add python-rfc3339-validator.
* gnu/packages/python-xyz.scm (python-rfc3339-validator): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 387060e0a7..a9a479696f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29451,6 +29451,27 @@ from multiple sources. Online trading accounts also
often provide account
statements in OFX files.")
(license license:expat)))
+(define-public python-rfc3339-validator
+ (package
+ (name "python-rfc3339-validator")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rfc3339_validator" version))
+ (sha256
+ (base32 "0srg0b89aikzinw72s433994k5gv5lfyarq1adhas11kz6yjm2hk"))))
+ (build-system python-build-system)
+ (native-inputs (list python-hypothesis
+ python-pytest
+ python-pytest-runner
+ python-strict-rfc3339))
+ (propagated-inputs (list python-six))
+ (home-page "https://github.com/naimetti/rfc3339-validator")
+ (synopsis "Python RFC3339 validator")
+ (description "This package provides a pure Python RFC3339 validator.")
+ (license license:expat)))
+
(define-public python-strict-rfc3339
(package
(name "python-strict-rfc3339")
- 114/166: gnu: Add python-jupyter-server-mathjax., (continued)
- 114/166: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/19
- 116/166: gnu: python-send2trash: Update to 1.8.0 and update home page., guix-commits, 2022/04/19
- 118/166: gnu: Add python-nbdime., guix-commits, 2022/04/19
- 117/166: gnu: python-notebook: Update to 6.4.10., guix-commits, 2022/04/19
- 121/166: gnu: Add python-pep621., guix-commits, 2022/04/19
- 122/166: gnu: Add python-sphinx-theme-builder., guix-commits, 2022/04/19
- 123/166: gnu: Add python-sphinx-sitemap., guix-commits, 2022/04/19
- 124/166: gnu: texlive-fontspec: Add missing propagated inputs., guix-commits, 2022/04/19
- 125/166: gnu: texlive-polyglossia: Rename and fix package., guix-commits, 2022/04/19
- 126/166: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/04/19
- 129/166: gnu: Add python-rfc3339-validator.,
guix-commits <=
- 134/166: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/19
- 133/166: gnu: python-httpcore: Update to 0.14.7 and enable tests., guix-commits, 2022/04/19
- 136/166: gnu: python-httpx: Update to 0.22.0., guix-commits, 2022/04/19
- 137/166: gnu: python-uvicorn: Update to 0.17.6., guix-commits, 2022/04/19
- 138/166: gnu: Add python-socksio., guix-commits, 2022/04/19
- 140/166: gnu: python-sqlalchemy: Update to 1.4.35., guix-commits, 2022/04/19
- 141/166: gnu: Add python-pecan., guix-commits, 2022/04/19
- 142/166: gnu: Add python-aioredis., guix-commits, 2022/04/19
- 143/166: gnu: python-fakeredis: Update to 1.7.1., guix-commits, 2022/04/19
- 144/166: gnu: python-falcon: Update to 3.1.0., guix-commits, 2022/04/19