summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-30 10:58:38 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-30 14:46:55 +0100
commitee54b68fff11e1768af3d769ceb924c01c90043f (patch)
tree7dc03eede4a0bf6fcc5938e9b4a9f0a3e732428a /gnu/packages/python-web.scm
parente63ed50e65ad2e98cd4098c4ca0aafd4d15c742d (diff)
gnu: python-asyncer: Clean up description.
* gnu/packages/python-web.scm (python-asyncer): [native-inputs]: Sort a->z. [description]: Drop a first person paragraph from description.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cff0139727f..46055c3b737 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -433,8 +433,8 @@ SNS, Gotify, etc.")
433 (base32 "1f4ids6sxwmz89yj98z0qc4qvfkklh0psbxv5px39k807g9aq7p2")))) 433 (base32 "1f4ids6sxwmz89yj98z0qc4qvfkklh0psbxv5px39k807g9aq7p2"))))
434 (build-system pyproject-build-system) 434 (build-system pyproject-build-system)
435 (native-inputs 435 (native-inputs
436 (list python-pytest 436 (list python-pdm-backend
437 python-pdm-backend)) 437 python-pytest))
438 (propagated-inputs 438 (propagated-inputs
439 (list python-anyio 439 (list python-anyio
440 python-sniffio 440 python-sniffio
@@ -448,11 +448,7 @@ SNS, Gotify, etc.")
448The main goal of Asyncer is to improve developer experience by providing 448The main goal of Asyncer is to improve developer experience by providing
449better support for autocompletion and inline errors in the editor, and more 449better support for autocompletion and inline errors in the editor, and more
450certainty that the code is bug-free by providing better support for type 450certainty that the code is bug-free by providing better support for type
451checking tools like mypy. 451checking tools like mypy.")
452
453Asyncer also tries to improve convenience and simplicity when working with
454async code mixed with regular blocking code, allowing to use them together in
455a simpler way... again, under my very subjective point of view.")
456 (license license:expat))) 452 (license license:expat)))
457 453
458(define-public python-asyncudp 454(define-public python-asyncudp