[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/222: gnu: Add python-fqdn.
From: |
guix-commits |
Subject: |
70/222: gnu: Add python-fqdn. |
Date: |
Fri, 1 Nov 2024 10:56:26 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4c7eb890692076dd49d2e8fc0cdada4cfb2588b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 21:26:39 2024 +0200
gnu: Add python-fqdn.
* gnu/packages/python-xyz.scm (python-fqdn): New variable.
Change-Id: If0355f15374ee7db23bfb54eb682575e59708d05
---
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 76b50b33ac..bc951b24ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -916,6 +916,27 @@ documentation of programming languages.")
@code{docspec} data from Python source code.")
(license license:expat)))
+(define-public python-fqdn
+ (package
+ (name "python-fqdn")
+ (version "1.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fqdn" version))
+ (sha256
+ (base32 "17yqckhymnamszhg06751c83rg3fnr5iy33a135bazvngrkx6phh"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #false)) ;there are none
+ (propagated-inputs (list python-cached-property))
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://github.com/ypcrts/fqdn")
+ (synopsis "Validate domain names against RFC 1123")
+ (description
+ "This package validates fully-qualified domain names against RFC 1123, so
+that they are acceptable to modern bowsers")
+ (license license:mpl2.0)))
+
(define-public python-fire
(package
(name "python-fire")
- 154/222: gnu: python-alembic: Move to pyproject-build-system., (continued)
- 154/222: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/01
- 176/222: gnu: abjad: Update to 3.19., guix-commits, 2024/11/01
- 179/222: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/01
- 182/222: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/01
- 188/222: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/01
- 191/222: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/01
- 172/222: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/01
- 49/222: gnu: python-box: Add missing input., guix-commits, 2024/11/01
- 64/222: gnu: Add python-pep440., guix-commits, 2024/11/01
- 65/222: gnu: Add python-referencing., guix-commits, 2024/11/01
- 70/222: gnu: Add python-fqdn.,
guix-commits <=
- 74/222: gnu: Add python-notebook-shim., guix-commits, 2024/11/01
- 104/222: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/01
- 112/222: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/01
- 115/222: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/01
- 107/222: gnu: Add python-jsonschema-path., guix-commits, 2024/11/01
- 116/222: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/01
- 118/222: gnu: Add python-pytoolconfig., guix-commits, 2024/11/01
- 124/222: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/01
- 136/222: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/01
- 140/222: gnu: python-codespell: Improve package style., guix-commits, 2024/11/01