diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-13 11:11:59 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:48 +0100 |
| commit | ec564c80786b32b0bffeddfa3e36dae14a6a58e9 (patch) | |
| tree | 600b8d9bc89e0b66c66add87d672638afdf0b24b /gnu/packages | |
| parent | b6b7b024674502a13159c92ba98aa689dcdabea7 (diff) | |
gnu: python-asgiref: Update to 3.8.1.
* gnu/packages/python-web.scm (python-asgiref): Update to 3.8.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.
[propagated-inputs]: Remove python-typing-extensions.
Change-Id: Id59954de4540071ba97daca37c463e724f3a3de5
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 9e9f634be32..379aa788f21 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -956,24 +956,16 @@ stream is an enhanced asynchronous iterable.") | |||
| 956 | (define-public python-asgiref | 956 | (define-public python-asgiref |
| 957 | (package | 957 | (package |
| 958 | (name "python-asgiref") | 958 | (name "python-asgiref") |
| 959 | (version "3.7.2") | 959 | (version "3.8.1") |
| 960 | (source (origin | 960 | (source (origin |
| 961 | (method url-fetch) | 961 | (method url-fetch) |
| 962 | (uri (pypi-uri "asgiref" version)) | 962 | (uri (pypi-uri "asgiref" version)) |
| 963 | (sha256 | 963 | (sha256 |
| 964 | (base32 "1vdgj8mikd2j6ijlhf7b4n2nxkvq72r1c0hj8mdvl6d8jfmf634y")))) | 964 | (base32 "146mhkn3zp2bqf7j6r3chdlvfzgs5x1lrnqahsllgjdyl20bshy3")))) |
| 965 | (build-system python-build-system) | 965 | (build-system pyproject-build-system) |
| 966 | (arguments | ||
| 967 | '(#:phases | ||
| 968 | (modify-phases %standard-phases | ||
| 969 | (replace 'check | ||
| 970 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 971 | (when tests? | ||
| 972 | (invoke "pytest" "-vv"))))))) | ||
| 973 | (native-inputs | 966 | (native-inputs |
| 974 | (list python-mypy python-pytest python-pytest-asyncio)) | 967 | (list python-mypy python-pytest python-pytest-asyncio python-setuptools |
| 975 | (propagated-inputs | 968 | python-wheel)) |
| 976 | (list python-typing-extensions)) | ||
| 977 | (home-page "https://github.com/django/asgiref/") | 969 | (home-page "https://github.com/django/asgiref/") |
| 978 | (synopsis "ASGI specs, helper code, and adapters") | 970 | (synopsis "ASGI specs, helper code, and adapters") |
| 979 | (description | 971 | (description |
