py-sphinx-gallery: updated to 0.15.0

v0.15.0
-------

Support for Python 3.7 dropped in this release. Requirement is now Python >=3.8.
Pillow added as a dependency.

**Implemented enhancements:**

-  ENH: Improve logging visibility of errors and filenames
-  ENH: Improve API usage graph
-  ENH: Always write sg_execution_times and make DataTable
-  ENH: Write all computation times
-  ENH: Support source files in any language
-  FEA Add examples recommender system

**Fixed bugs:**

-  FIX Copy JupyterLite contents early so it runs before jupyterlite_sphinx build-finished
-  BUG: Fix bug with orphan sg_api_usage
-  MAINT Fix check for mismatched “ignore” blocks
-  Avoid importing new modules in backrefs

**Documentation**

-  DOC Put configuration list under headings
-  DOC: contributing guide
-  DOC Note support for python 3.7 dropped in release notes
This commit is contained in:
adam 2024-02-04 19:35:31 +00:00
parent 2534794dff
commit df382a57a9
3 changed files with 39 additions and 30 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2023/11/07 22:38:06 wiz Exp $
# $NetBSD: Makefile,v 1.3 2024/02/04 19:35:31 adam Exp $
DISTNAME= sphinx-gallery-0.10.1
DISTNAME= sphinx-gallery-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-gallery/}
@ -10,12 +10,17 @@ HOMEPAGE= https://sphinx-gallery.github.io/
COMMENT= Sphinx extension that builds an HTML version of any Python script
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-sphinx>=4:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,16 +1,17 @@
@comment $NetBSD: PLIST,v 1.1 2022/01/17 09:29:16 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2024/02/04 19:35:31 adam Exp $
bin/copy_sphinxgallery.sh
bin/sphx_glr_python_to_jupyter.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/sphinx_gallery/__init__.py
${PYSITELIB}/sphinx_gallery/__init__.pyc
${PYSITELIB}/sphinx_gallery/__init__.pyo
${PYSITELIB}/sphinx_gallery/_static/binder_badge_logo.svg
${PYSITELIB}/sphinx_gallery/_static/broken_example.png
${PYSITELIB}/sphinx_gallery/_static/jupyterlite_badge_logo.svg
${PYSITELIB}/sphinx_gallery/_static/no_image.png
${PYSITELIB}/sphinx_gallery/_static/sg_gallery-binder.css
${PYSITELIB}/sphinx_gallery/_static/sg_gallery-dataframe.css
@ -19,9 +20,9 @@ ${PYSITELIB}/sphinx_gallery/_static/sg_gallery.css
${PYSITELIB}/sphinx_gallery/backreferences.py
${PYSITELIB}/sphinx_gallery/backreferences.pyc
${PYSITELIB}/sphinx_gallery/backreferences.pyo
${PYSITELIB}/sphinx_gallery/binder.py
${PYSITELIB}/sphinx_gallery/binder.pyc
${PYSITELIB}/sphinx_gallery/binder.pyo
${PYSITELIB}/sphinx_gallery/block_parser.py
${PYSITELIB}/sphinx_gallery/block_parser.pyc
${PYSITELIB}/sphinx_gallery/block_parser.pyo
${PYSITELIB}/sphinx_gallery/directives.py
${PYSITELIB}/sphinx_gallery/directives.pyc
${PYSITELIB}/sphinx_gallery/directives.pyo
@ -37,6 +38,9 @@ ${PYSITELIB}/sphinx_gallery/gen_gallery.pyo
${PYSITELIB}/sphinx_gallery/gen_rst.py
${PYSITELIB}/sphinx_gallery/gen_rst.pyc
${PYSITELIB}/sphinx_gallery/gen_rst.pyo
${PYSITELIB}/sphinx_gallery/interactive_example.py
${PYSITELIB}/sphinx_gallery/interactive_example.pyc
${PYSITELIB}/sphinx_gallery/interactive_example.pyo
${PYSITELIB}/sphinx_gallery/load_style.py
${PYSITELIB}/sphinx_gallery/load_style.pyc
${PYSITELIB}/sphinx_gallery/load_style.pyo
@ -46,15 +50,15 @@ ${PYSITELIB}/sphinx_gallery/notebook.pyo
${PYSITELIB}/sphinx_gallery/py_source_parser.py
${PYSITELIB}/sphinx_gallery/py_source_parser.pyc
${PYSITELIB}/sphinx_gallery/py_source_parser.pyo
${PYSITELIB}/sphinx_gallery/recommender.py
${PYSITELIB}/sphinx_gallery/recommender.pyc
${PYSITELIB}/sphinx_gallery/recommender.pyo
${PYSITELIB}/sphinx_gallery/scrapers.py
${PYSITELIB}/sphinx_gallery/scrapers.pyc
${PYSITELIB}/sphinx_gallery/scrapers.pyo
${PYSITELIB}/sphinx_gallery/sorting.py
${PYSITELIB}/sphinx_gallery/sorting.pyc
${PYSITELIB}/sphinx_gallery/sorting.pyo
${PYSITELIB}/sphinx_gallery/sphinx_compatibility.py
${PYSITELIB}/sphinx_gallery/sphinx_compatibility.pyc
${PYSITELIB}/sphinx_gallery/sphinx_compatibility.pyo
${PYSITELIB}/sphinx_gallery/tests/__init__.py
${PYSITELIB}/sphinx_gallery/tests/__init__.pyc
${PYSITELIB}/sphinx_gallery/tests/__init__.pyo
@ -64,9 +68,9 @@ ${PYSITELIB}/sphinx_gallery/tests/conftest.pyo
${PYSITELIB}/sphinx_gallery/tests/test_backreferences.py
${PYSITELIB}/sphinx_gallery/tests/test_backreferences.pyc
${PYSITELIB}/sphinx_gallery/tests/test_backreferences.pyo
${PYSITELIB}/sphinx_gallery/tests/test_binder.py
${PYSITELIB}/sphinx_gallery/tests/test_binder.pyc
${PYSITELIB}/sphinx_gallery/tests/test_binder.pyo
${PYSITELIB}/sphinx_gallery/tests/test_block_parser.py
${PYSITELIB}/sphinx_gallery/tests/test_block_parser.pyc
${PYSITELIB}/sphinx_gallery/tests/test_block_parser.pyo
${PYSITELIB}/sphinx_gallery/tests/test_docs_resolv.py
${PYSITELIB}/sphinx_gallery/tests/test_docs_resolv.pyc
${PYSITELIB}/sphinx_gallery/tests/test_docs_resolv.pyo
@ -82,6 +86,9 @@ ${PYSITELIB}/sphinx_gallery/tests/test_gen_gallery.pyo
${PYSITELIB}/sphinx_gallery/tests/test_gen_rst.py
${PYSITELIB}/sphinx_gallery/tests/test_gen_rst.pyc
${PYSITELIB}/sphinx_gallery/tests/test_gen_rst.pyo
${PYSITELIB}/sphinx_gallery/tests/test_interactive_example.py
${PYSITELIB}/sphinx_gallery/tests/test_interactive_example.pyc
${PYSITELIB}/sphinx_gallery/tests/test_interactive_example.pyo
${PYSITELIB}/sphinx_gallery/tests/test_load_style.py
${PYSITELIB}/sphinx_gallery/tests/test_load_style.pyc
${PYSITELIB}/sphinx_gallery/tests/test_load_style.pyo
@ -91,18 +98,15 @@ ${PYSITELIB}/sphinx_gallery/tests/test_notebook.pyo
${PYSITELIB}/sphinx_gallery/tests/test_py_source_parser.py
${PYSITELIB}/sphinx_gallery/tests/test_py_source_parser.pyc
${PYSITELIB}/sphinx_gallery/tests/test_py_source_parser.pyo
${PYSITELIB}/sphinx_gallery/tests/test_recommender.py
${PYSITELIB}/sphinx_gallery/tests/test_recommender.pyc
${PYSITELIB}/sphinx_gallery/tests/test_recommender.pyo
${PYSITELIB}/sphinx_gallery/tests/test_scrapers.py
${PYSITELIB}/sphinx_gallery/tests/test_scrapers.pyc
${PYSITELIB}/sphinx_gallery/tests/test_scrapers.pyo
${PYSITELIB}/sphinx_gallery/tests/test_sorting.py
${PYSITELIB}/sphinx_gallery/tests/test_sorting.pyc
${PYSITELIB}/sphinx_gallery/tests/test_sorting.pyo
${PYSITELIB}/sphinx_gallery/tests/test_sphinx_compatibility.py
${PYSITELIB}/sphinx_gallery/tests/test_sphinx_compatibility.pyc
${PYSITELIB}/sphinx_gallery/tests/test_sphinx_compatibility.pyo
${PYSITELIB}/sphinx_gallery/tests/test_utils.py
${PYSITELIB}/sphinx_gallery/tests/test_utils.pyc
${PYSITELIB}/sphinx_gallery/tests/test_utils.pyo
${PYSITELIB}/sphinx_gallery/utils.py
${PYSITELIB}/sphinx_gallery/utils.pyc
${PYSITELIB}/sphinx_gallery/utils.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/01/17 09:29:16 wiz Exp $
$NetBSD: distinfo,v 1.2 2024/02/04 19:35:31 adam Exp $
BLAKE2s (sphinx-gallery-0.10.1.tar.gz) = 3f99c95bcc88d948d0d5986db9050f7c10baf30c9cab9c3fa1a96c8ca224dbbe
SHA512 (sphinx-gallery-0.10.1.tar.gz) = da3b35907782846a58402fddf2a7f507eba76cd708725ff0ba097ec7bda6e9029252c9fb4df6d192aa7f64c6873465d4ff5e634b5c4cc6c4294e0d38c6db2f02
Size (sphinx-gallery-0.10.1.tar.gz) = 6546135 bytes
BLAKE2s (sphinx-gallery-0.15.0.tar.gz) = d301bb0cd79212d92c35d7d4579d46589c71f9b5a2be58b89506b3b7d67c4e86
SHA512 (sphinx-gallery-0.15.0.tar.gz) = b6b0d5022da9de27417f8cc72ba24f0d51e57f83c68b17a296269b074888a711d61fcf933fbbfaf4d6977702b3f020d4b0eaa89e78e51185ee2dd26e911fe8be
Size (sphinx-gallery-0.15.0.tar.gz) = 422363 bytes