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:   markd
Date:           Sun Apr 23 05:18:01 UTC 2017

Added Files:
        pkgsrc/www/py-nbconvert: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
Add py-nbconvert 5.1.1

Converting Jupyter Notebooks


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-nbconvert/ALTERNATIVES \
    pkgsrc/www/py-nbconvert/DESCR pkgsrc/www/py-nbconvert/Makefile \
    pkgsrc/www/py-nbconvert/PLIST pkgsrc/www/py-nbconvert/distinfo

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

Added files:

Index: pkgsrc/www/py-nbconvert/ALTERNATIVES
diff -u /dev/null pkgsrc/www/py-nbconvert/ALTERNATIVES:1.1
--- /dev/null   Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/ALTERNATIVES        Sun Apr 23 05:18:01 2017
@@ -0,0 +1 @@
+bin/jupyter-nbconvert @PREFIX@/bin/jupyter-nbconvert@PYVERSSUFFIX@
Index: pkgsrc/www/py-nbconvert/DESCR
diff -u /dev/null pkgsrc/www/py-nbconvert/DESCR:1.1
--- /dev/null   Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/DESCR       Sun Apr 23 05:18:01 2017
@@ -0,0 +1 @@
+Converting Jupyter Notebooks
Index: pkgsrc/www/py-nbconvert/Makefile
diff -u /dev/null pkgsrc/www/py-nbconvert/Makefile:1.1
--- /dev/null   Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/Makefile    Sun Apr 23 05:18:01 2017
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 05:18:01 markd Exp $
+
+DISTNAME=      nbconvert-5.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbconvert/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://jupyter.org
+COMMENT=       Converting Jupyter Notebooks
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-tornado>=4.0:../../www/py-tornado
+DEPENDS+=      ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters
+DEPENDS+=      ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
+DEPENDS+=      ${PYPKGPREFIX}-mistune-[0-9]*:../../textproc/py-mistune
+DEPENDS+=      ${PYPKGPREFIX}-entrypoints>=0.2.2:../../devel/py-entrypoints
+DEPENDS+=      ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach
+
+USE_LANGUAGES= # none
+
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-nbconvert ${DESTDIR}${PREFIX}/bin/jupyter-nbconvert${PYVERSSUFFIX}
+
+.include "../../lang/python/distutils.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-nbconvert/PLIST
diff -u /dev/null pkgsrc/www/py-nbconvert/PLIST:1.1
--- /dev/null   Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/PLIST       Sun Apr 23 05:18:01 2017
@@ -0,0 +1,399 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:18:01 markd Exp $
+bin/jupyter-nbconvert${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/entry_points.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${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/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/export.py
+${PYSITELIB}/nbconvert/exporters/export.pyc
+${PYSITELIB}/nbconvert/exporters/export.pyo
+${PYSITELIB}/nbconvert/exporters/exporter.py
+${PYSITELIB}/nbconvert/exporters/exporter.pyc
+${PYSITELIB}/nbconvert/exporters/exporter.pyo
+${PYSITELIB}/nbconvert/exporters/exporter_locator.py
+${PYSITELIB}/nbconvert/exporters/exporter_locator.pyc
+${PYSITELIB}/nbconvert/exporters/exporter_locator.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/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/notebook2.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/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/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/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/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/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/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/Clear Output.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/Disable Stdin.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/Factorials.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/HelloWorld.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/Inline Image.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/Interrupt.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/SVG.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/Unicode.ipynb
+${PYSITELIB}/nbconvert/preprocessors/tests/files/python.png
+${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_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/resources/__init__.py
+${PYSITELIB}/nbconvert/resources/__init__.pyc
+${PYSITELIB}/nbconvert/resources/__init__.pyo
+${PYSITELIB}/nbconvert/resources/style.min.css
+${PYSITELIB}/nbconvert/templates/README.md
+${PYSITELIB}/nbconvert/templates/asciidoc.tpl
+${PYSITELIB}/nbconvert/templates/html/basic.tpl
+${PYSITELIB}/nbconvert/templates/html/full.tpl
+${PYSITELIB}/nbconvert/templates/html/mathjax.tpl
+${PYSITELIB}/nbconvert/templates/html/slides_reveal.tpl
+${PYSITELIB}/nbconvert/templates/latex/article.tplx
+${PYSITELIB}/nbconvert/templates/latex/base.tplx
+${PYSITELIB}/nbconvert/templates/latex/document_contents.tplx
+${PYSITELIB}/nbconvert/templates/latex/report.tplx
+${PYSITELIB}/nbconvert/templates/latex/skeleton/display_priority.tplx
+${PYSITELIB}/nbconvert/templates/latex/skeleton/null.tplx
+${PYSITELIB}/nbconvert/templates/latex/style_bw_ipython.tplx
+${PYSITELIB}/nbconvert/templates/latex/style_bw_python.tplx
+${PYSITELIB}/nbconvert/templates/latex/style_ipython.tplx
+${PYSITELIB}/nbconvert/templates/latex/style_python.tplx
+${PYSITELIB}/nbconvert/templates/markdown.tpl
+${PYSITELIB}/nbconvert/templates/python.tpl
+${PYSITELIB}/nbconvert/templates/rst.tpl
+${PYSITELIB}/nbconvert/templates/script.tpl
+${PYSITELIB}/nbconvert/templates/skeleton/README.md
+${PYSITELIB}/nbconvert/templates/skeleton/display_priority.tpl
+${PYSITELIB}/nbconvert/templates/skeleton/null.tpl
+${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/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.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/notebook_jl.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/utils/__init__.py
+${PYSITELIB}/nbconvert/utils/__init__.pyc
+${PYSITELIB}/nbconvert/utils/__init__.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/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
Index: pkgsrc/www/py-nbconvert/distinfo
diff -u /dev/null pkgsrc/www/py-nbconvert/distinfo:1.1
--- /dev/null   Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/distinfo    Sun Apr 23 05:18:01 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 05:18:01 markd Exp $
+
+SHA1 (nbconvert-5.1.1.tar.gz) = 43914301766bd545778bfef4ab3bab753171408d
+RMD160 (nbconvert-5.1.1.tar.gz) = d3356341dbb7d00ca4a664fadc5acdd8b1970145
+SHA512 (nbconvert-5.1.1.tar.gz) = 7db7e4db28a56d5ee61883aa272e9e7302b1d070024e02a981c3a9f4fda01ac130af22b36bb4a3c8f6376579f6713dfe9432222a57f87ccd0889d192743dd668
+Size (nbconvert-5.1.1.tar.gz) = 395032 bytes



Home | Main Index | Thread Index | Old Index