summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-04 21:42:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-23 16:58:38 +0100
commit2fd3e902a0d5c1d53330a237a3c6f036cf9eaefc (patch)
treed86409ae7ac61266318fbd6f6ee75f666b927e39
parent6bb77ef0167aa4270f3ba532d02329e473fcba61 (diff)
gnu: python-validate-email: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-validate-email): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I2b33349f1e940353a1bbda564cf07b6c9438b33f
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 03558f5e09..929208c03d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27324,12 +27324,14 @@ input.")
(version "1.3")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "validate_email" version))
- (sha256
- (base32
- "1bxffaf5yz2cph8ki55vdvdypbwkvn2xr1firlcy62vqbzf1jivq"))))
- (build-system python-build-system)
+ (method url-fetch)
+ (uri (pypi-uri "validate_email" version))
+ (sha256
+ (base32 "1bxffaf5yz2cph8ki55vdvdypbwkvn2xr1firlcy62vqbzf1jivq"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;no tests in PyPI or Git
+ (native-inputs
+ (list python-setuptools))
(home-page "https://github.com/syrusakbary/validate_email")
(synopsis "Verifies if an email address is valid and really exists")
(description "@code{validate_email} can be used to verify if an email