Package: src:skimage
Version: 0.22.0-2
Severity: serious
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

skimage tries to access the net during the build, only seen when the binary-indep packages are also built.

[...]
   debian/rules override_dh_installdocs-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# hotfix SPHINXBUILD -- remove in next release
\
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build:$(python3 -c 'import sys;print(":".join(sys.path))') \
        PYTHON=python3.11 \
        SPHINXBUILD="python3.11 -m sphinx" \
        SPHINXOPTS="-D mathjax_path=MathJax.js" \
        /usr/bin/make -C doc html
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
python3.11 tools/build_modref_templates.py
outdir:
19 files written
Build API docs...done.
python3.11 -m sphinx -b html -d build/doctrees -D mathjax_path=MathJax.js source build/html
Running Sphinx v7.2.6
/usr/lib/python3/dist-packages/sphinx_gallery/sphinx_compatibility.py:71: RemovedInSphinx80Warning:

The alias 'sphinx.util.status_iterator' is deprecated, use 'sphinx.util.display.status_iterator' instead. Check CHANGES for Sphinx API modifications.

making output directory... done
[autosummary] generating autosummary for: about/code_of_conduct.md, about/index.rst, about/report_handling_manual.rst, about/values.md, api/api.rst, api/skimage.color.rst, api/skimage.data.rst, api/skimage.draw.rst, api/skimage.exposure.rst, api/skimage.feature.rst, ..., user_guide/index.rst, user_guide/install.rst, user_guide/numpy_images.rst, user_guide/plugins.rst, user_guide/transforming_image_data.rst, user_guide/tutorial_parallelization.rst, user_guide/tutorial_segmentation.rst, user_guide/tutorials.rst, user_guide/video.rst, user_guide/visualization.rst loading intersphinx inventory from /usr/share/doc/python3.9/html/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory '/usr/share/doc/python3.9/html/objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/usr/share/doc/python3.9/html/objects.inv'
loading intersphinx inventory from ./_intersphinx/numpy-objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory './_intersphinx/numpy-objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/doc/source/./_intersphinx/numpy-objects.inv'
loading intersphinx inventory from ./_intersphinx/scipy-objects.inv...
loading intersphinx inventory from ./_intersphinx/sklearn-objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory './_intersphinx/scipy-objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/doc/source/./_intersphinx/scipy-objects.inv'
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory './_intersphinx/sklearn-objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/doc/source/./_intersphinx/sklearn-objects.inv'
loading intersphinx inventory from https://matplotlib.org/objects.inv...
loading intersphinx inventory from ./_intersphinx/matplotlib-objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://matplotlib.org/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPSConnectionPool(host='matplotlib.org', port=443): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f41b7cc5e90>: Failed to establish a new connection: [Errno -2] Name or service not known')) intersphinx inventory './_intersphinx/matplotlib-objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/doc/source/./_intersphinx/matplotlib-objects.inv'
generating gallery...
Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files.
generating gallery for auto_examples...

Reply via email to