mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tornado: Switch to pypproject-build-system.
* gnu/packages/python-web.scm (python-tornado) [build-system]: Use pypproject. [native-inputs]: Add python-setuptools. Change-Id: I39e3a906f4ac66b878a4aae157cef5fbd1135074
This commit is contained in:
parent
9be6a42604
commit
7846d0c2f4
1 changed files with 4 additions and 2 deletions
|
@ -4140,6 +4140,7 @@ data.")
|
||||||
|
|
||||||
(define-public python-tornado
|
(define-public python-tornado
|
||||||
(package
|
(package
|
||||||
|
;; TODO: Try to refresh and check all dependents.
|
||||||
(name "python-tornado")
|
(name "python-tornado")
|
||||||
(version "5.1.1")
|
(version "5.1.1")
|
||||||
(source
|
(source
|
||||||
|
@ -4149,7 +4150,7 @@ data.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02clqk2116jbnq8lnaqmdw3p52nqrd9ib59r4xz2ll43fpcmhlaf"))))
|
"02clqk2116jbnq8lnaqmdw3p52nqrd9ib59r4xz2ll43fpcmhlaf"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -4179,7 +4180,8 @@ data.")
|
||||||
(invoke "python" "-m" "tornado.test.runtests"
|
(invoke "python" "-m" "tornado.test.runtests"
|
||||||
"--verbose=yes")))))))
|
"--verbose=yes")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-certifi))
|
(list python-certifi
|
||||||
|
python-setuptools))
|
||||||
(home-page "https://www.tornadoweb.org/")
|
(home-page "https://www.tornadoweb.org/")
|
||||||
(synopsis "Python web framework and asynchronous networking library")
|
(synopsis "Python web framework and asynchronous networking library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue