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
This commit is contained in:
Sharlatan Hellseher 2025-08-04 21:42:21 +01:00
parent d5fee3edc7
commit a22e75ea4a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27357,12 +27357,14 @@ input.")
(version "1.3") (version "1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "validate_email" version)) (uri (pypi-uri "validate_email" version))
(sha256 (sha256
(base32 (base32 "1bxffaf5yz2cph8ki55vdvdypbwkvn2xr1firlcy62vqbzf1jivq"))))
"1bxffaf5yz2cph8ki55vdvdypbwkvn2xr1firlcy62vqbzf1jivq")))) (build-system pyproject-build-system)
(build-system python-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") (home-page "https://github.com/syrusakbary/validate_email")
(synopsis "Verifies if an email address is valid and really exists") (synopsis "Verifies if an email address is valid and really exists")
(description "@code{validate_email} can be used to verify if an email (description "@code{validate_email} can be used to verify if an email