[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/361: gnu: Add python-fqdn.
From: |
guix-commits |
Subject: |
70/361: gnu: Add python-fqdn. |
Date: |
Fri, 22 Nov 2024 06:00:14 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 2fab2a8c8d66bfbe3c693433dce20330ad6e3810
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 6419295948..d805e80e79 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -919,6 +919,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")
- 115/361: gnu: python-myst-parser: Update to 3.0.1., (continued)
- 115/361: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/22
- 133/361: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/22
- 148/361: gnu: Add xcffibgen., guix-commits, 2024/11/22
- 149/361: gnu: Add ghc-language-python., guix-commits, 2024/11/22
- 132/361: gnu: Add python-comm., guix-commits, 2024/11/22
- 152/361: gnu: qtile: Improve package style., guix-commits, 2024/11/22
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/22
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/22
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/22
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 70/361: gnu: Add python-fqdn.,
guix-commits <=
- 71/361: gnu: Add python-overrides., guix-commits, 2024/11/22
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 82/361: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/22
- 95/361: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/22
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/22
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/22
- 120/361: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/22
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22