pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-nbconvert



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 09:14:45 UTC 2023

Modified Files:
        pkgsrc/www/py-nbconvert: Makefile PLIST distinfo

Log Message:
py-nbconvert: updated to 7.3.1

7.3.1

Bugs fixed

- Remove overwriting of default KernelManager

Maintenance and upkeep improvements

7.3.0

Enhancements made

- Allow pattern in output_base
- Make date configurable in latex/PDF
- Update jupyterlab CSS

Maintenance and upkeep improvements

- Update ci badge
- More detailed release instructions

7.2.10

Enhancements made

- Add cell-id anchor for cell identification

Bugs fixed

- Do not import pyppeteer for installation check

Maintenance and upkeep improvements

- Clean up license
- Add more linting

7.2.9

Bugs fixed

- Fix handling of css sanitizer

7.2.8

Bugs fixed

- always pass relax_add_props=True when validating

Maintenance and upkeep improvements

- Update codecov link
- Fix types and add lint to automerge
- Add type checking
- Add spelling and docstring enforcement
- Add scheduled ci run

7.2.7

Bugs fixed

- Fix Hanging Tests on Linux

Maintenance and upkeep improvements

- Adopt ruff and handle lint

7.2.6

Maintenance and upkeep improvements

- Include all templates in sdist
- clean up workflows
- CI Cleanup

Documentation improvements

- Fix docs build and switch to PyData Sphinx Theme

7.2.5

Bugs fixed

- Fix for webpdf print margins

Maintenance and upkeep improvements

- Bump actions/upload-artifact from 2 to 3
- Bump actions/checkout from 2 to 3

7.2.4

Maintenance and upkeep improvements

- Handle jupyter core warning
- Add dependabot
- Add Py-typed marker.

7.2.3

Bugs fixed

- clean_html: allow SVG tags and SVG attributes

Maintenance and upkeep improvements

7.2.2

Bugs fixed

- Fix default config test

Maintenance and upkeep improvements

- Add ensure label workflow
- Add release workflows
- Maintenance cleanup

7.2.1

Bugs fixed

- Fix version handling

7.2.0

Maintenance and upkeep improvements

- Prep for jupyter releaser
- Add support for jupyter_client 8


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-nbconvert/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-nbconvert/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-nbconvert/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.19 pkgsrc/www/py-nbconvert/Makefile:1.20
--- pkgsrc/www/py-nbconvert/Makefile:1.19       Tue May 17 12:57:06 2022
+++ pkgsrc/www/py-nbconvert/Makefile    Fri May  5 09:14:44 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/05/17 12:57:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2023/05/05 09:14:44 adam Exp $
 
-DISTNAME=      nbconvert-6.5.0
+DISTNAME=      nbconvert-7.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbconvert/}
 
@@ -11,21 +10,22 @@ HOMEPAGE=   https://jupyter.org/
 COMMENT=       Converting Jupyter Notebooks
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>0:../../www/py-beautifulsoup4
-DEPENDS+=      ${PYPKGPREFIX}-bleach>0:../../www/py-bleach
-DEPENDS+=      ${PYPKGPREFIX}-defusedxml>0:../../textproc/py-defusedxml
-DEPENDS+=      ${PYPKGPREFIX}-entrypoints>=0.2.2:../../devel/py-entrypoints
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach
+DEPENDS+=      ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.7:../../devel/py-jupyter_core
-DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-pygments>0:../../textproc/py-jupyterlab-pygments
+DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-pygments-[0-9]*:../../textproc/py-jupyterlab-pygments
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe
-DEPENDS+=      ${PYPKGPREFIX}-mistune>=0.8.1:../../textproc/py-mistune
+DEPENDS+=      ${PYPKGPREFIX}-mistune>=2.0.3:../../textproc/py-mistune
 DEPENDS+=      ${PYPKGPREFIX}-nbclient>=0.5.0:../../www/py-nbclient
 DEPENDS+=      ${PYPKGPREFIX}-nbformat>=5.1:../../www/py-nbformat
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.4.1:../../textproc/py-pygments
-DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.0:../../devel/py-traitlets
 DEPENDS+=      ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.0:../../devel/py-traitlets
 # marked as extra, but required
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
 TEST_DEPENDS+= ${PYPKGPREFIX}-pebble-[0-9]*:../../devel/py-pebble
@@ -35,8 +35,14 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-cov-[
 USE_LANGUAGES= # none
 
 PYTHON_SELF_CONFLICT=  yes
+REPLACE_PYTHON+=       nbconvert/nbconvertapp.py
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
+.endif
 
 post-install:
 .for bin in jupyter-dejavu jupyter-nbconvert
@@ -47,5 +53,6 @@ post-install:
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-nbconvert/PLIST
diff -u pkgsrc/www/py-nbconvert/PLIST:1.12 pkgsrc/www/py-nbconvert/PLIST:1.13
--- pkgsrc/www/py-nbconvert/PLIST:1.12  Tue Apr 19 11:45:05 2022
+++ pkgsrc/www/py-nbconvert/PLIST       Fri May  5 09:14:44 2023
@@ -1,420 +1,163 @@
-@comment $NetBSD: PLIST,v 1.12 2022/04/19 11:45:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/05/05 09:14:44 adam Exp $
 bin/jupyter-dejavu-${PYVERSSUFFIX}
 bin/jupyter-nbconvert-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/nbconvert/__init__.py
 ${PYSITELIB}/nbconvert/__init__.pyc
-${PYSITELIB}/nbconvert/__init__.pyo
 ${PYSITELIB}/nbconvert/__main__.py
 ${PYSITELIB}/nbconvert/__main__.pyc
-${PYSITELIB}/nbconvert/__main__.pyo
 ${PYSITELIB}/nbconvert/_version.py
 ${PYSITELIB}/nbconvert/_version.pyc
-${PYSITELIB}/nbconvert/_version.pyo
 ${PYSITELIB}/nbconvert/conftest.py
 ${PYSITELIB}/nbconvert/conftest.pyc
-${PYSITELIB}/nbconvert/conftest.pyo
 ${PYSITELIB}/nbconvert/exporters/__init__.py
 ${PYSITELIB}/nbconvert/exporters/__init__.pyc
-${PYSITELIB}/nbconvert/exporters/__init__.pyo
 ${PYSITELIB}/nbconvert/exporters/asciidoc.py
 ${PYSITELIB}/nbconvert/exporters/asciidoc.pyc
-${PYSITELIB}/nbconvert/exporters/asciidoc.pyo
 ${PYSITELIB}/nbconvert/exporters/base.py
 ${PYSITELIB}/nbconvert/exporters/base.pyc
-${PYSITELIB}/nbconvert/exporters/base.pyo
 ${PYSITELIB}/nbconvert/exporters/exporter.py
 ${PYSITELIB}/nbconvert/exporters/exporter.pyc
-${PYSITELIB}/nbconvert/exporters/exporter.pyo
 ${PYSITELIB}/nbconvert/exporters/html.py
 ${PYSITELIB}/nbconvert/exporters/html.pyc
-${PYSITELIB}/nbconvert/exporters/html.pyo
 ${PYSITELIB}/nbconvert/exporters/latex.py
 ${PYSITELIB}/nbconvert/exporters/latex.pyc
-${PYSITELIB}/nbconvert/exporters/latex.pyo
 ${PYSITELIB}/nbconvert/exporters/markdown.py
 ${PYSITELIB}/nbconvert/exporters/markdown.pyc
-${PYSITELIB}/nbconvert/exporters/markdown.pyo
 ${PYSITELIB}/nbconvert/exporters/notebook.py
 ${PYSITELIB}/nbconvert/exporters/notebook.pyc
-${PYSITELIB}/nbconvert/exporters/notebook.pyo
 ${PYSITELIB}/nbconvert/exporters/pdf.py
 ${PYSITELIB}/nbconvert/exporters/pdf.pyc
-${PYSITELIB}/nbconvert/exporters/pdf.pyo
 ${PYSITELIB}/nbconvert/exporters/python.py
 ${PYSITELIB}/nbconvert/exporters/python.pyc
-${PYSITELIB}/nbconvert/exporters/python.pyo
+${PYSITELIB}/nbconvert/exporters/qt_exporter.py
+${PYSITELIB}/nbconvert/exporters/qt_exporter.pyc
+${PYSITELIB}/nbconvert/exporters/qt_screenshot.py
+${PYSITELIB}/nbconvert/exporters/qt_screenshot.pyc
+${PYSITELIB}/nbconvert/exporters/qtpdf.py
+${PYSITELIB}/nbconvert/exporters/qtpdf.pyc
+${PYSITELIB}/nbconvert/exporters/qtpng.py
+${PYSITELIB}/nbconvert/exporters/qtpng.pyc
 ${PYSITELIB}/nbconvert/exporters/rst.py
 ${PYSITELIB}/nbconvert/exporters/rst.pyc
-${PYSITELIB}/nbconvert/exporters/rst.pyo
 ${PYSITELIB}/nbconvert/exporters/script.py
 ${PYSITELIB}/nbconvert/exporters/script.pyc
-${PYSITELIB}/nbconvert/exporters/script.pyo
 ${PYSITELIB}/nbconvert/exporters/slides.py
 ${PYSITELIB}/nbconvert/exporters/slides.pyc
-${PYSITELIB}/nbconvert/exporters/slides.pyo
 ${PYSITELIB}/nbconvert/exporters/templateexporter.py
 ${PYSITELIB}/nbconvert/exporters/templateexporter.pyc
-${PYSITELIB}/nbconvert/exporters/templateexporter.pyo
-${PYSITELIB}/nbconvert/exporters/tests/__init__.py
-${PYSITELIB}/nbconvert/exporters/tests/__init__.pyc
-${PYSITELIB}/nbconvert/exporters/tests/__init__.pyo
-${PYSITELIB}/nbconvert/exporters/tests/base.py
-${PYSITELIB}/nbconvert/exporters/tests/base.pyc
-${PYSITELIB}/nbconvert/exporters/tests/base.pyo
-${PYSITELIB}/nbconvert/exporters/tests/cheese.py
-${PYSITELIB}/nbconvert/exporters/tests/cheese.pyc
-${PYSITELIB}/nbconvert/exporters/tests/cheese.pyo
-${PYSITELIB}/nbconvert/exporters/tests/files/attachment.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/files/lablike.html.j2
-${PYSITELIB}/nbconvert/exporters/tests/files/notebook2.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/files/notebook3.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/files/pngmetadata.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/files/prompt_numbers.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/files/rawtest.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/files/svg.ipynb
-${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.py
-${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_export.py
-${PYSITELIB}/nbconvert/exporters/tests/test_export.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_export.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_exporter.py
-${PYSITELIB}/nbconvert/exporters/tests/test_exporter.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_exporter.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_html.py
-${PYSITELIB}/nbconvert/exporters/tests/test_html.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_html.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_latex.py
-${PYSITELIB}/nbconvert/exporters/tests/test_latex.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_latex.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_markdown.py
-${PYSITELIB}/nbconvert/exporters/tests/test_markdown.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_markdown.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_notebook.py
-${PYSITELIB}/nbconvert/exporters/tests/test_notebook.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_notebook.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_pdf.py
-${PYSITELIB}/nbconvert/exporters/tests/test_pdf.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_pdf.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_python.py
-${PYSITELIB}/nbconvert/exporters/tests/test_python.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_python.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_rst.py
-${PYSITELIB}/nbconvert/exporters/tests/test_rst.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_rst.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_script.py
-${PYSITELIB}/nbconvert/exporters/tests/test_script.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_script.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_slides.py
-${PYSITELIB}/nbconvert/exporters/tests/test_slides.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_slides.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_templateexporter.py
-${PYSITELIB}/nbconvert/exporters/tests/test_templateexporter.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_templateexporter.pyo
-${PYSITELIB}/nbconvert/exporters/tests/test_webpdf.py
-${PYSITELIB}/nbconvert/exporters/tests/test_webpdf.pyc
-${PYSITELIB}/nbconvert/exporters/tests/test_webpdf.pyo
 ${PYSITELIB}/nbconvert/exporters/webpdf.py
 ${PYSITELIB}/nbconvert/exporters/webpdf.pyc
-${PYSITELIB}/nbconvert/exporters/webpdf.pyo
 ${PYSITELIB}/nbconvert/filters/__init__.py
 ${PYSITELIB}/nbconvert/filters/__init__.pyc
-${PYSITELIB}/nbconvert/filters/__init__.pyo
 ${PYSITELIB}/nbconvert/filters/ansi.py
 ${PYSITELIB}/nbconvert/filters/ansi.pyc
-${PYSITELIB}/nbconvert/filters/ansi.pyo
 ${PYSITELIB}/nbconvert/filters/citation.py
 ${PYSITELIB}/nbconvert/filters/citation.pyc
-${PYSITELIB}/nbconvert/filters/citation.pyo
 ${PYSITELIB}/nbconvert/filters/datatypefilter.py
 ${PYSITELIB}/nbconvert/filters/datatypefilter.pyc
-${PYSITELIB}/nbconvert/filters/datatypefilter.pyo
 ${PYSITELIB}/nbconvert/filters/filter_links.py
 ${PYSITELIB}/nbconvert/filters/filter_links.pyc
-${PYSITELIB}/nbconvert/filters/filter_links.pyo
 ${PYSITELIB}/nbconvert/filters/highlight.py
 ${PYSITELIB}/nbconvert/filters/highlight.pyc
-${PYSITELIB}/nbconvert/filters/highlight.pyo
 ${PYSITELIB}/nbconvert/filters/latex.py
 ${PYSITELIB}/nbconvert/filters/latex.pyc
-${PYSITELIB}/nbconvert/filters/latex.pyo
 ${PYSITELIB}/nbconvert/filters/markdown.py
 ${PYSITELIB}/nbconvert/filters/markdown.pyc
-${PYSITELIB}/nbconvert/filters/markdown.pyo
 ${PYSITELIB}/nbconvert/filters/markdown_mistune.py
 ${PYSITELIB}/nbconvert/filters/markdown_mistune.pyc
-${PYSITELIB}/nbconvert/filters/markdown_mistune.pyo
 ${PYSITELIB}/nbconvert/filters/metadata.py
 ${PYSITELIB}/nbconvert/filters/metadata.pyc
-${PYSITELIB}/nbconvert/filters/metadata.pyo
 ${PYSITELIB}/nbconvert/filters/pandoc.py
 ${PYSITELIB}/nbconvert/filters/pandoc.pyc
-${PYSITELIB}/nbconvert/filters/pandoc.pyo
 ${PYSITELIB}/nbconvert/filters/strings.py
 ${PYSITELIB}/nbconvert/filters/strings.pyc
-${PYSITELIB}/nbconvert/filters/strings.pyo
-${PYSITELIB}/nbconvert/filters/tests/__init__.py
-${PYSITELIB}/nbconvert/filters/tests/__init__.pyc
-${PYSITELIB}/nbconvert/filters/tests/__init__.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_ansi.py
-${PYSITELIB}/nbconvert/filters/tests/test_ansi.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_ansi.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_citation.py
-${PYSITELIB}/nbconvert/filters/tests/test_citation.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_citation.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_datatypefilter.py
-${PYSITELIB}/nbconvert/filters/tests/test_datatypefilter.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_datatypefilter.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_highlight.py
-${PYSITELIB}/nbconvert/filters/tests/test_highlight.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_highlight.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_latex.py
-${PYSITELIB}/nbconvert/filters/tests/test_latex.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_latex.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_markdown.py
-${PYSITELIB}/nbconvert/filters/tests/test_markdown.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_markdown.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_metadata.py
-${PYSITELIB}/nbconvert/filters/tests/test_metadata.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_metadata.pyo
-${PYSITELIB}/nbconvert/filters/tests/test_strings.py
-${PYSITELIB}/nbconvert/filters/tests/test_strings.pyc
-${PYSITELIB}/nbconvert/filters/tests/test_strings.pyo
+${PYSITELIB}/nbconvert/filters/svg_constants.py
+${PYSITELIB}/nbconvert/filters/svg_constants.pyc
 ${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.py
 ${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.pyc
-${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.pyo
 ${PYSITELIB}/nbconvert/nbconvertapp.py
 ${PYSITELIB}/nbconvert/nbconvertapp.pyc
-${PYSITELIB}/nbconvert/nbconvertapp.pyo
 ${PYSITELIB}/nbconvert/postprocessors/__init__.py
 ${PYSITELIB}/nbconvert/postprocessors/__init__.pyc
-${PYSITELIB}/nbconvert/postprocessors/__init__.pyo
 ${PYSITELIB}/nbconvert/postprocessors/base.py
 ${PYSITELIB}/nbconvert/postprocessors/base.pyc
-${PYSITELIB}/nbconvert/postprocessors/base.pyo
 ${PYSITELIB}/nbconvert/postprocessors/serve.py
 ${PYSITELIB}/nbconvert/postprocessors/serve.pyc
-${PYSITELIB}/nbconvert/postprocessors/serve.pyo
-${PYSITELIB}/nbconvert/postprocessors/tests/__init__.py
-${PYSITELIB}/nbconvert/postprocessors/tests/__init__.pyc
-${PYSITELIB}/nbconvert/postprocessors/tests/__init__.pyo
-${PYSITELIB}/nbconvert/postprocessors/tests/test_serve.py
-${PYSITELIB}/nbconvert/postprocessors/tests/test_serve.pyc
-${PYSITELIB}/nbconvert/postprocessors/tests/test_serve.pyo
 ${PYSITELIB}/nbconvert/preprocessors/__init__.py
 ${PYSITELIB}/nbconvert/preprocessors/__init__.pyc
-${PYSITELIB}/nbconvert/preprocessors/__init__.pyo
 ${PYSITELIB}/nbconvert/preprocessors/base.py
 ${PYSITELIB}/nbconvert/preprocessors/base.pyc
-${PYSITELIB}/nbconvert/preprocessors/base.pyo
 ${PYSITELIB}/nbconvert/preprocessors/clearmetadata.py
 ${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyc
-${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyo
 ${PYSITELIB}/nbconvert/preprocessors/clearoutput.py
 ${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyc
-${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyo
 ${PYSITELIB}/nbconvert/preprocessors/coalescestreams.py
 ${PYSITELIB}/nbconvert/preprocessors/coalescestreams.pyc
-${PYSITELIB}/nbconvert/preprocessors/coalescestreams.pyo
 ${PYSITELIB}/nbconvert/preprocessors/convertfigures.py
 ${PYSITELIB}/nbconvert/preprocessors/convertfigures.pyc
-${PYSITELIB}/nbconvert/preprocessors/convertfigures.pyo
 ${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.py
 ${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.pyc
-${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.pyo
 ${PYSITELIB}/nbconvert/preprocessors/execute.py
 ${PYSITELIB}/nbconvert/preprocessors/execute.pyc
-${PYSITELIB}/nbconvert/preprocessors/execute.pyo
 ${PYSITELIB}/nbconvert/preprocessors/extractoutput.py
 ${PYSITELIB}/nbconvert/preprocessors/extractoutput.pyc
-${PYSITELIB}/nbconvert/preprocessors/extractoutput.pyo
 ${PYSITELIB}/nbconvert/preprocessors/highlightmagics.py
 ${PYSITELIB}/nbconvert/preprocessors/highlightmagics.pyc
-${PYSITELIB}/nbconvert/preprocessors/highlightmagics.pyo
 ${PYSITELIB}/nbconvert/preprocessors/latex.py
 ${PYSITELIB}/nbconvert/preprocessors/latex.pyc
-${PYSITELIB}/nbconvert/preprocessors/latex.pyo
 ${PYSITELIB}/nbconvert/preprocessors/regexremove.py
 ${PYSITELIB}/nbconvert/preprocessors/regexremove.pyc
-${PYSITELIB}/nbconvert/preprocessors/regexremove.pyo
 ${PYSITELIB}/nbconvert/preprocessors/sanitize.py
 ${PYSITELIB}/nbconvert/preprocessors/sanitize.pyc
-${PYSITELIB}/nbconvert/preprocessors/sanitize.pyo
 ${PYSITELIB}/nbconvert/preprocessors/svg2pdf.py
 ${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyc
-${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyo
 ${PYSITELIB}/nbconvert/preprocessors/tagremove.py
 ${PYSITELIB}/nbconvert/preprocessors/tagremove.pyc
-${PYSITELIB}/nbconvert/preprocessors/tagremove.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/__init__.py
-${PYSITELIB}/nbconvert/preprocessors/tests/__init__.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/__init__.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/base.py
-${PYSITELIB}/nbconvert/preprocessors/tests/base.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/base.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/fake_kernelmanager.py
-${PYSITELIB}/nbconvert/preprocessors/tests/fake_kernelmanager.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/fake_kernelmanager.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/files/HelloWorld.ipynb
-${PYSITELIB}/nbconvert/preprocessors/tests/files/MixedMarkdown.ipynb
-${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_coalescestreams.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_coalescestreams.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_coalescestreams.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_csshtmlheader.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_csshtmlheader.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_csshtmlheader.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_execute.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_execute.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_execute.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_extractoutput.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_extractoutput.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_extractoutput.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_highlightmagics.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_highlightmagics.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_highlightmagics.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.pyo
-${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.py
-${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.pyc
-${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.pyo
+${PYSITELIB}/nbconvert/py.typed
 ${PYSITELIB}/nbconvert/resources/__init__.py
 ${PYSITELIB}/nbconvert/resources/__init__.pyc
-${PYSITELIB}/nbconvert/resources/__init__.pyo
 ${PYSITELIB}/nbconvert/templates/README.md
+${PYSITELIB}/nbconvert/templates/skeleton/Makefile
 ${PYSITELIB}/nbconvert/templates/skeleton/README.md
-${PYSITELIB}/nbconvert/tests/__init__.py
-${PYSITELIB}/nbconvert/tests/__init__.pyc
-${PYSITELIB}/nbconvert/tests/__init__.pyo
-${PYSITELIB}/nbconvert/tests/base.py
-${PYSITELIB}/nbconvert/tests/base.pyc
-${PYSITELIB}/nbconvert/tests/base.pyo
-${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt
-${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest.py
-${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest.pyc
-${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest.pyo
-${PYSITELIB}/nbconvert/tests/fake_exporters.py
-${PYSITELIB}/nbconvert/tests/fake_exporters.pyc
-${PYSITELIB}/nbconvert/tests/fake_exporters.pyo
-${PYSITELIB}/nbconvert/tests/files/Unexecuted_widget.ipynb
-${PYSITELIB}/nbconvert/tests/files/Unexecuted_widget_2.ipynb
-${PYSITELIB}/nbconvert/tests/files/Widget_List.ipynb
-${PYSITELIB}/nbconvert/tests/files/containerized_deployments.jpeg
-${PYSITELIB}/nbconvert/tests/files/hello.py
-${PYSITELIB}/nbconvert/tests/files/hello.pyc
-${PYSITELIB}/nbconvert/tests/files/hello.pyo
-${PYSITELIB}/nbconvert/tests/files/jupyter_nbconvert_config.py
-${PYSITELIB}/nbconvert/tests/files/jupyter_nbconvert_config.pyc
-${PYSITELIB}/nbconvert/tests/files/jupyter_nbconvert_config.pyo
-${PYSITELIB}/nbconvert/tests/files/latex-linked-image.ipynb
-${PYSITELIB}/nbconvert/tests/files/markdown_display_priority.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook1.html
-${PYSITELIB}/nbconvert/tests/files/notebook1.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook2.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook3_with_errors.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook4_jpeg.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook5_embed_images.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook_jl.ipynb
-${PYSITELIB}/nbconvert/tests/files/notebook_tags.ipynb
-${PYSITELIB}/nbconvert/tests/files/override.py
-${PYSITELIB}/nbconvert/tests/files/override.pyc
-${PYSITELIB}/nbconvert/tests/files/override.pyo
-${PYSITELIB}/nbconvert/tests/files/testimage.png
-${PYSITELIB}/nbconvert/tests/test_nbconvertapp.py
-${PYSITELIB}/nbconvert/tests/test_nbconvertapp.pyc
-${PYSITELIB}/nbconvert/tests/test_nbconvertapp.pyo
-${PYSITELIB}/nbconvert/tests/utils.py
-${PYSITELIB}/nbconvert/tests/utils.pyc
-${PYSITELIB}/nbconvert/tests/utils.pyo
 ${PYSITELIB}/nbconvert/utils/__init__.py
 ${PYSITELIB}/nbconvert/utils/__init__.pyc
-${PYSITELIB}/nbconvert/utils/__init__.pyo
 ${PYSITELIB}/nbconvert/utils/_contextlib_chdir.py
 ${PYSITELIB}/nbconvert/utils/_contextlib_chdir.pyc
-${PYSITELIB}/nbconvert/utils/_contextlib_chdir.pyo
 ${PYSITELIB}/nbconvert/utils/base.py
 ${PYSITELIB}/nbconvert/utils/base.pyc
-${PYSITELIB}/nbconvert/utils/base.pyo
 ${PYSITELIB}/nbconvert/utils/exceptions.py
 ${PYSITELIB}/nbconvert/utils/exceptions.pyc
-${PYSITELIB}/nbconvert/utils/exceptions.pyo
 ${PYSITELIB}/nbconvert/utils/io.py
 ${PYSITELIB}/nbconvert/utils/io.pyc
-${PYSITELIB}/nbconvert/utils/io.pyo
 ${PYSITELIB}/nbconvert/utils/lexers.py
 ${PYSITELIB}/nbconvert/utils/lexers.pyc
-${PYSITELIB}/nbconvert/utils/lexers.pyo
 ${PYSITELIB}/nbconvert/utils/pandoc.py
 ${PYSITELIB}/nbconvert/utils/pandoc.pyc
-${PYSITELIB}/nbconvert/utils/pandoc.pyo
-${PYSITELIB}/nbconvert/utils/tests/__init__.py
-${PYSITELIB}/nbconvert/utils/tests/__init__.pyc
-${PYSITELIB}/nbconvert/utils/tests/__init__.pyo
-${PYSITELIB}/nbconvert/utils/tests/test_io.py
-${PYSITELIB}/nbconvert/utils/tests/test_io.pyc
-${PYSITELIB}/nbconvert/utils/tests/test_io.pyo
-${PYSITELIB}/nbconvert/utils/tests/test_pandoc.py
-${PYSITELIB}/nbconvert/utils/tests/test_pandoc.pyc
-${PYSITELIB}/nbconvert/utils/tests/test_pandoc.pyo
-${PYSITELIB}/nbconvert/utils/tests/test_version.py
-${PYSITELIB}/nbconvert/utils/tests/test_version.pyc
-${PYSITELIB}/nbconvert/utils/tests/test_version.pyo
 ${PYSITELIB}/nbconvert/utils/text.py
 ${PYSITELIB}/nbconvert/utils/text.pyc
-${PYSITELIB}/nbconvert/utils/text.pyo
 ${PYSITELIB}/nbconvert/utils/version.py
 ${PYSITELIB}/nbconvert/utils/version.pyc
-${PYSITELIB}/nbconvert/utils/version.pyo
 ${PYSITELIB}/nbconvert/writers/__init__.py
 ${PYSITELIB}/nbconvert/writers/__init__.pyc
-${PYSITELIB}/nbconvert/writers/__init__.pyo
 ${PYSITELIB}/nbconvert/writers/base.py
 ${PYSITELIB}/nbconvert/writers/base.pyc
-${PYSITELIB}/nbconvert/writers/base.pyo
 ${PYSITELIB}/nbconvert/writers/debug.py
 ${PYSITELIB}/nbconvert/writers/debug.pyc
-${PYSITELIB}/nbconvert/writers/debug.pyo
 ${PYSITELIB}/nbconvert/writers/files.py
 ${PYSITELIB}/nbconvert/writers/files.pyc
-${PYSITELIB}/nbconvert/writers/files.pyo
 ${PYSITELIB}/nbconvert/writers/stdout.py
 ${PYSITELIB}/nbconvert/writers/stdout.pyc
-${PYSITELIB}/nbconvert/writers/stdout.pyo
-${PYSITELIB}/nbconvert/writers/tests/__init__.py
-${PYSITELIB}/nbconvert/writers/tests/__init__.pyc
-${PYSITELIB}/nbconvert/writers/tests/__init__.pyo
-${PYSITELIB}/nbconvert/writers/tests/test_debug.py
-${PYSITELIB}/nbconvert/writers/tests/test_debug.pyc
-${PYSITELIB}/nbconvert/writers/tests/test_debug.pyo
-${PYSITELIB}/nbconvert/writers/tests/test_files.py
-${PYSITELIB}/nbconvert/writers/tests/test_files.pyc
-${PYSITELIB}/nbconvert/writers/tests/test_files.pyo
-${PYSITELIB}/nbconvert/writers/tests/test_stdout.py
-${PYSITELIB}/nbconvert/writers/tests/test_stdout.pyc
-${PYSITELIB}/nbconvert/writers/tests/test_stdout.pyo
 share/jupyter/nbconvert/templates/asciidoc/conf.json
 share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2
+share/jupyter/nbconvert/templates/base/cell_id_anchor.j2
 share/jupyter/nbconvert/templates/base/celltags.j2
 share/jupyter/nbconvert/templates/base/display_priority.j2
 share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2
@@ -451,6 +194,7 @@ share/jupyter/nbconvert/templates/markdo
 share/jupyter/nbconvert/templates/python/conf.json
 share/jupyter/nbconvert/templates/python/index.py.j2
 share/jupyter/nbconvert/templates/reveal/base.html.j2
+share/jupyter/nbconvert/templates/reveal/cellslidedata.j2
 share/jupyter/nbconvert/templates/reveal/conf.json
 share/jupyter/nbconvert/templates/reveal/index.html.j2
 share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css

Index: pkgsrc/www/py-nbconvert/distinfo
diff -u pkgsrc/www/py-nbconvert/distinfo:1.14 pkgsrc/www/py-nbconvert/distinfo:1.15
--- pkgsrc/www/py-nbconvert/distinfo:1.14       Tue Apr 19 11:45:05 2022
+++ pkgsrc/www/py-nbconvert/distinfo    Fri May  5 09:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/04/19 11:45:05 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/05/05 09:14:44 adam Exp $
 
-BLAKE2s (nbconvert-6.5.0.tar.gz) = b8e8c3af86b7157a7d300847ef6d101efec6dc1ea2dc42378843e7ac94d291cf
-SHA512 (nbconvert-6.5.0.tar.gz) = 4e0d26d581435525f819c05207890cc7cbeaff786a16c354f0356c9bc50111a724a92b7e15445a0cf0ebf1e1c2f0ff064a2c8722267f66dd8677ad82b5e61714
-Size (nbconvert-6.5.0.tar.gz) = 908377 bytes
+BLAKE2s (nbconvert-7.3.1.tar.gz) = dfc923e4605b91f3d0d085513f52429788d69e0363e334502f750d8eded3031d
+SHA512 (nbconvert-7.3.1.tar.gz) = 24d8d0ff35cf09d095d01122386439cf0c40eb9af7c88604f3108e5831a270509e1302370dc40eabc8bcb28fb86603d9d7a4a104346122deb8471aab7471e62d
+Size (nbconvert-7.3.1.tar.gz) = 880064 bytes



Home | Main Index | Thread Index | Old Index