[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/46: gnu: Add python-fqdn.
From: |
guix-commits |
Subject: |
08/46: gnu: Add python-fqdn. |
Date: |
Tue, 7 May 2024 18:33:59 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 2c4dab8e597d2ae81fe3c1842071915edaa22383
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 e8d884fb96..63a3ec4f95 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -831,6 +831,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")
- 13/46: gnu: Add python-nbclassic., (continued)
- 13/46: gnu: Add python-nbclassic., guix-commits, 2024/05/07
- 02/46: gnu: Add python-pep440., guix-commits, 2024/05/07
- 03/46: gnu: Add python-referencing., guix-commits, 2024/05/07
- 06/46: gnu: Add python-isoduration., guix-commits, 2024/05/07
- 29/46: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/05/07
- 30/46: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/05/07
- 35/46: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/05/07
- 33/46: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/05/07
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/05/07
- 15/46: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/05/07
- 08/46: gnu: Add python-fqdn.,
guix-commits <=
- 11/46: gnu: Add python-pytest-jupyter., guix-commits, 2024/05/07
- 14/46: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/05/07
- 16/46: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/05/07
- 17/46: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/05/07
- 18/46: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/05/07
- 19/46: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/05/07
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/05/07
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/05/07
- 23/46: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/05/07
- 24/46: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/05/07