guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 9d3936074bf0ba49fa4c4fbe1d01f0686ba8dd02 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Mon Aug 4 21:42:21 2025 +0100
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 --- gnu/packages/python-xyz.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fc7f64cf93..d260e6404d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27303,12 +27303,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