mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d5fee3edc7
commit
a22e75ea4a
1 changed files with 8 additions and 6 deletions
|
@ -27357,12 +27357,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue