[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/474: gnu: Add python-rfc3986-validator.
From: |
guix-commits |
Subject: |
67/474: gnu: Add python-rfc3986-validator. |
Date: |
Sat, 30 Nov 2024 18:19:51 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f2084a93d00acac159bff1886e727a17d6ed415f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 15:42:10 2024 +0200
gnu: Add python-rfc3986-validator.
* gnu/packages/python-xyz.scm (python-rfc3986-validator): New variable.
Change-Id: If63c2d8798bc8efd021e6ab008cd5017b3dc7fd1
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d03a920faa..0303b597e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25456,6 +25456,30 @@ manipulation, or @code{stdout}.")
which adds support for zone identifiers to IPv6 addresses.")
(license license:asl2.0)))
+(define-public python-rfc3986-validator
+ (package
+ (name "python-rfc3986-validator")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rfc3986_validator" version))
+ (sha256
+ (base32 "0mfh82r37ma5n54n8ibnqvmwr3j3f2ixqfjfmv1rwfqvjbkvsi1x"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pip
+ python-pytest
+ python-pytest-runner
+ python-rfc3987
+ python-setuptools
+ python-wheel))
+ (home-page "https://github.com/naimetti/rfc3986-validator")
+ (synopsis "Pure python rfc3986 validator")
+ (description "This package implements a URI validator according to RFC3986
+in pure Python.")
+ (license license:expat)))
+
(define-public python-rfc3987
(package
(name "python-rfc3987")
- 68/474: gnu: Add python-isoduration., (continued)
- 68/474: gnu: Add python-isoduration., guix-commits, 2024/11/30
- 43/474: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/30
- 47/474: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/30
- 49/474: gnu: python-box: Add missing input., guix-commits, 2024/11/30
- 51/474: gnu: python-partd: Add missing input., guix-commits, 2024/11/30
- 56/474: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/30
- 62/474: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/30
- 63/474: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/30
- 64/474: gnu: Add python-pep440., guix-commits, 2024/11/30
- 66/474: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/30
- 67/474: gnu: Add python-rfc3986-validator.,
guix-commits <=
- 70/474: gnu: Add python-fqdn., guix-commits, 2024/11/30
- 77/474: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/30
- 69/474: gnu: Add python-uri-template., guix-commits, 2024/11/30
- 78/474: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/30
- 81/474: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/30
- 79/474: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/30
- 93/474: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/30
- 98/474: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/30
- 100/474: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/30
- 116/474: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/30