diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-09 20:01:38 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-09 20:01:47 +0000 |
| commit | 79335ff39d34d6081da3089475ef0e00b052ce7b (patch) | |
| tree | 45558cdce28a339013790dcc74d5601c317378d5 /gnu/packages/databases.scm | |
| parent | 45eadd2acf157e33795e7878565d80fe16ad5fb3 (diff) | |
gnu: Remove python-sphinxcontrib-asyncio.
Not compatible with Sphinx 6, where we have 7 as default, fails to build
and it's a leaf package.
See: <https://github.com/aio-libs/sphinxcontrib-asyncio/issues/15>.
* gnu/packages/databases.scm (python-sphinxcontrib-asyncio): Delete variable.
Fixes: guix/guix#3377
Change-Id: Ic77a45783a5e16842b0a3ff7cef59458f3d77cf7
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 870b565ff9b..12af3b10dce 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3743,25 +3743,6 @@ streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.") (license license:asl2.0))) -(define-public python-sphinxcontrib-asyncio - (package - (name "python-sphinxcontrib-asyncio") - (version "0.3.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "sphinxcontrib-asyncio" version)) - (sha256 - (base32 "0bkj010ygsr7m769llf2aq4bbjfhdwqrrabi98j8gpvyzvh2dzcr")))) - (build-system python-build-system) - (arguments '(#:tests? #f)) ;no test suite - (propagated-inputs (list python-sphinx)) - (home-page "https://github.com/aio-libs/sphinxcontrib-asyncio") - (synopsis "Sphinx extension to support coroutines in markup") - (description "This package is a Sphinx extension providing additional -coroutine-specific markup.") - (license license:asl2.0))) - (define-public python-asyncpg (package (name "python-asyncpg") |
