[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/361: gnu: Add python-rfc3986-validator.
From: |
guix-commits |
Subject: |
67/361: gnu: Add python-rfc3986-validator. |
Date: |
Fri, 22 Nov 2024 06:00:13 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 45231926744aa0ccfcfc406f69eb89c9774e3c8f
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 ff64b3504e..6f155e5458 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25433,6 +25433,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")
- 192/361: gnu: python-pint: Disable benchmark tests., (continued)
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/22
- 200/361: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/22
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/22
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/22
- 237/361: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/22
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/22
- 30/361: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/22
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/22
- 72/361: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/22
- 76/361: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/22
- 67/361: gnu: Add python-rfc3986-validator.,
guix-commits <=
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/22
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/22
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/22
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/22
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/22
- 20/361: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/22
- 34/361: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/22
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/22
- 31/361: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/22
- 37/361: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/22