mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flufl-bounce: Switch to pyproject, fix build.
* gnu/packages/python-xyz.scm (python-flufl-bounce): [build-system]: Switch to pyporject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I4d057a611bbad330ec4e0a94693acee6da1684a7
This commit is contained in:
parent
414cdf08b8
commit
2135ac63e1
1 changed files with 4 additions and 2 deletions
|
@ -34102,6 +34102,8 @@ to minimize duplication of information across files. The format supports schema
|
||||||
validation.")
|
validation.")
|
||||||
(license license:lgpl3)))
|
(license license:lgpl3)))
|
||||||
|
|
||||||
|
;; XXX: Not maintained since 2021, there is no git available as seen in
|
||||||
|
;; <https://pypi.org/project/flufl.bounce>.
|
||||||
(define-public python-flufl-bounce
|
(define-public python-flufl-bounce
|
||||||
(package
|
(package
|
||||||
(name "python-flufl-bounce")
|
(name "python-flufl-bounce")
|
||||||
|
@ -34113,7 +34115,7 @@ validation.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c9qc2l47lyqnpwskp6vvi7m3jqh6hx42v6d35dgxh3fjzmlll15"))))
|
"0c9qc2l47lyqnpwskp6vvi7m3jqh6hx42v6d35dgxh3fjzmlll15"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
@ -34126,7 +34128,7 @@ validation.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-atpublic python-zope-interface))
|
(list python-atpublic python-zope-interface))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flufl-testing python-nose2))
|
(list python-flufl-testing python-nose2 python-setuptools))
|
||||||
(home-page "https://fluflbounce.readthedocs.io/en/latest/")
|
(home-page "https://fluflbounce.readthedocs.io/en/latest/")
|
||||||
(synopsis "Email bounce detectors")
|
(synopsis "Email bounce detectors")
|
||||||
(description "The @code{flufl.bounce} library provides a set of heuristics
|
(description "The @code{flufl.bounce} library provides a set of heuristics
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue