diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-30 10:58:38 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-30 14:46:55 +0100 |
| commit | ee54b68fff11e1768af3d769ceb924c01c90043f (patch) | |
| tree | 7dc03eede4a0bf6fcc5938e9b4a9f0a3e732428a /gnu/packages/python-web.scm | |
| parent | e63ed50e65ad2e98cd4098c4ca0aafd4d15c742d (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.scm | 10 |
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.") | |||
| 448 | The main goal of Asyncer is to improve developer experience by providing | 448 | The main goal of Asyncer is to improve developer experience by providing |
| 449 | better support for autocompletion and inline errors in the editor, and more | 449 | better support for autocompletion and inline errors in the editor, and more |
| 450 | certainty that the code is bug-free by providing better support for type | 450 | certainty that the code is bug-free by providing better support for type |
| 451 | checking tools like mypy. | 451 | checking tools like mypy.") |
| 452 | |||
| 453 | Asyncer also tries to improve convenience and simplicity when working with | ||
| 454 | async code mixed with regular blocking code, allowing to use them together in | ||
| 455 | a 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 |
