pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-nbconvert Add py-nbconvert 5.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ce8a35c4efa
branches:  trunk
changeset: 361624:1ce8a35c4efa
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 23 05:18:01 2017 +0000

description:
Add py-nbconvert 5.1.1

Converting Jupyter Notebooks

diffstat:

 www/py-nbconvert/ALTERNATIVES |    1 +
 www/py-nbconvert/DESCR        |    1 +
 www/py-nbconvert/Makefile     |   33 +++
 www/py-nbconvert/PLIST        |  399 ++++++++++++++++++++++++++++++++++++++++++
 www/py-nbconvert/distinfo     |    6 +
 5 files changed, 440 insertions(+), 0 deletions(-)

diffs (truncated from 460 to 300 lines):

diff -r d1af941ea3ef -r 1ce8a35c4efa www/py-nbconvert/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-nbconvert/ALTERNATIVES     Sun Apr 23 05:18:01 2017 +0000
@@ -0,0 +1,1 @@
+bin/jupyter-nbconvert @PREFIX@/bin/jupyter-nbconvert@PYVERSSUFFIX@
diff -r d1af941ea3ef -r 1ce8a35c4efa www/py-nbconvert/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-nbconvert/DESCR    Sun Apr 23 05:18:01 2017 +0000
@@ -0,0 +1,1 @@
+Converting Jupyter Notebooks
diff -r d1af941ea3ef -r 1ce8a35c4efa www/py-nbconvert/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-nbconvert/Makefile Sun Apr 23 05:18:01 2017 +0000
@@ -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"
diff -r d1af941ea3ef -r 1ce8a35c4efa www/py-nbconvert/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-nbconvert/PLIST    Sun Apr 23 05:18:01 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index