gnu: python-wsproto: Update to 1.2.0.

* gnu/packages/python-web.scm (python-wsproto): Update to 1.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove.
This commit is contained in:
Ricardo Wurmus 2023-04-27 06:34:57 +02:00
parent bb385f2472
commit e1ca411852
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2131,21 +2131,14 @@ set out in RFC 7540 Section 5.3 (Stream Priority).")
(define-public python-wsproto
(package
(name "python-wsproto")
(version "0.15.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "wsproto" version))
(sha256
(base32 "17gsxlli4w8am1wwwl3k90hpdfa213ax40ycbbvb7hjx1v1rhiv1"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(invoke "pytest" "-vv" "test"))))))
(base32 "0rahm1j9danv1l6i6as80acwv16ycihxkhrvwjiqh9drxhk5ymmd"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest))
(propagated-inputs