summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormarkd <markd>2017-04-23 05:00:06 +0000
committermarkd <markd>2017-04-23 05:00:06 +0000
commitf62900506e5a6762970c98ee29cced65953b765d (patch)
tree4553bc16756b01bba4251fac3f1ab6cf4b91618b /www
parent331879e4599e6197129baf24c3bab52b7f743b55 (diff)
downloadpkgsrc-f62900506e5a6762970c98ee29cced65953b765d.tar.gz
Add py-nbformat 4.3.0
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
Diffstat (limited to 'www')
-rw-r--r--www/py-nbformat/ALTERNATIVES1
-rw-r--r--www/py-nbformat/DESCR2
-rw-r--r--www/py-nbformat/Makefile25
-rw-r--r--www/py-nbformat/PLIST198
-rw-r--r--www/py-nbformat/distinfo6
5 files changed, 232 insertions, 0 deletions
diff --git a/www/py-nbformat/ALTERNATIVES b/www/py-nbformat/ALTERNATIVES
new file mode 100644
index 00000000000..1329da2d30b
--- /dev/null
+++ b/www/py-nbformat/ALTERNATIVES
@@ -0,0 +1 @@
+bin/jupyter-trust @PREFIX@/bin/jupyter-trust@PYVERSSUFFIX@
diff --git a/www/py-nbformat/DESCR b/www/py-nbformat/DESCR
new file mode 100644
index 00000000000..f8a02540f76
--- /dev/null
+++ b/www/py-nbformat/DESCR
@@ -0,0 +1,2 @@
+This package contains the base implementation of the Jupyter Notebook format,
+and Python APIs for working with notebooks.
diff --git a/www/py-nbformat/Makefile b/www/py-nbformat/Makefile
new file mode 100644
index 00000000000..2df765d0fd3
--- /dev/null
+++ b/www/py-nbformat/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 05:00:06 markd Exp $
+
+DISTNAME= nbformat-4.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbformat/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://jupyter.org
+COMMENT= Jupyter Notebook format
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
+
+USE_LANGUAGES= # none
+
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-trust ${DESTDIR}${PREFIX}/bin/jupyter-trust${PYVERSSUFFIX}
+
+.include "../../lang/python/distutils.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-nbformat/PLIST b/www/py-nbformat/PLIST
new file mode 100644
index 00000000000..fe4e3b62213
--- /dev/null
+++ b/www/py-nbformat/PLIST
@@ -0,0 +1,198 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:00:06 markd Exp $
+bin/jupyter-trust${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/nbformat/__init__.py
+${PYSITELIB}/nbformat/__init__.pyc
+${PYSITELIB}/nbformat/__init__.pyo
+${PYSITELIB}/nbformat/_version.py
+${PYSITELIB}/nbformat/_version.pyc
+${PYSITELIB}/nbformat/_version.pyo
+${PYSITELIB}/nbformat/converter.py
+${PYSITELIB}/nbformat/converter.pyc
+${PYSITELIB}/nbformat/converter.pyo
+${PYSITELIB}/nbformat/current.py
+${PYSITELIB}/nbformat/current.pyc
+${PYSITELIB}/nbformat/current.pyo
+${PYSITELIB}/nbformat/notebooknode.py
+${PYSITELIB}/nbformat/notebooknode.pyc
+${PYSITELIB}/nbformat/notebooknode.pyo
+${PYSITELIB}/nbformat/reader.py
+${PYSITELIB}/nbformat/reader.pyc
+${PYSITELIB}/nbformat/reader.pyo
+${PYSITELIB}/nbformat/sentinel.py
+${PYSITELIB}/nbformat/sentinel.pyc
+${PYSITELIB}/nbformat/sentinel.pyo
+${PYSITELIB}/nbformat/sign.py
+${PYSITELIB}/nbformat/sign.pyc
+${PYSITELIB}/nbformat/sign.pyo
+${PYSITELIB}/nbformat/tests/__init__.py
+${PYSITELIB}/nbformat/tests/__init__.pyc
+${PYSITELIB}/nbformat/tests/__init__.pyo
+${PYSITELIB}/nbformat/tests/base.py
+${PYSITELIB}/nbformat/tests/base.pyc
+${PYSITELIB}/nbformat/tests/base.pyo
+${PYSITELIB}/nbformat/tests/invalid.ipynb
+${PYSITELIB}/nbformat/tests/test2.ipynb
+${PYSITELIB}/nbformat/tests/test3.ipynb
+${PYSITELIB}/nbformat/tests/test4.ipynb
+${PYSITELIB}/nbformat/tests/test4custom.ipynb
+${PYSITELIB}/nbformat/tests/test4docinfo.ipynb
+${PYSITELIB}/nbformat/tests/test4plus.ipynb
+${PYSITELIB}/nbformat/tests/test_api.py
+${PYSITELIB}/nbformat/tests/test_api.pyc
+${PYSITELIB}/nbformat/tests/test_api.pyo
+${PYSITELIB}/nbformat/tests/test_convert.py
+${PYSITELIB}/nbformat/tests/test_convert.pyc
+${PYSITELIB}/nbformat/tests/test_convert.pyo
+${PYSITELIB}/nbformat/tests/test_reader.py
+${PYSITELIB}/nbformat/tests/test_reader.pyc
+${PYSITELIB}/nbformat/tests/test_reader.pyo
+${PYSITELIB}/nbformat/tests/test_sign.py
+${PYSITELIB}/nbformat/tests/test_sign.pyc
+${PYSITELIB}/nbformat/tests/test_sign.pyo
+${PYSITELIB}/nbformat/tests/test_validator.py
+${PYSITELIB}/nbformat/tests/test_validator.pyc
+${PYSITELIB}/nbformat/tests/test_validator.pyo
+${PYSITELIB}/nbformat/v1/__init__.py
+${PYSITELIB}/nbformat/v1/__init__.pyc
+${PYSITELIB}/nbformat/v1/__init__.pyo
+${PYSITELIB}/nbformat/v1/convert.py
+${PYSITELIB}/nbformat/v1/convert.pyc
+${PYSITELIB}/nbformat/v1/convert.pyo
+${PYSITELIB}/nbformat/v1/nbbase.py
+${PYSITELIB}/nbformat/v1/nbbase.pyc
+${PYSITELIB}/nbformat/v1/nbbase.pyo
+${PYSITELIB}/nbformat/v1/nbjson.py
+${PYSITELIB}/nbformat/v1/nbjson.pyc
+${PYSITELIB}/nbformat/v1/nbjson.pyo
+${PYSITELIB}/nbformat/v1/rwbase.py
+${PYSITELIB}/nbformat/v1/rwbase.pyc
+${PYSITELIB}/nbformat/v1/rwbase.pyo
+${PYSITELIB}/nbformat/v1/tests/__init__.py
+${PYSITELIB}/nbformat/v1/tests/__init__.pyc
+${PYSITELIB}/nbformat/v1/tests/__init__.pyo
+${PYSITELIB}/nbformat/v1/tests/nbexamples.py
+${PYSITELIB}/nbformat/v1/tests/nbexamples.pyc
+${PYSITELIB}/nbformat/v1/tests/nbexamples.pyo
+${PYSITELIB}/nbformat/v1/tests/test_json.py
+${PYSITELIB}/nbformat/v1/tests/test_json.pyc
+${PYSITELIB}/nbformat/v1/tests/test_json.pyo
+${PYSITELIB}/nbformat/v1/tests/test_nbbase.py
+${PYSITELIB}/nbformat/v1/tests/test_nbbase.pyc
+${PYSITELIB}/nbformat/v1/tests/test_nbbase.pyo
+${PYSITELIB}/nbformat/v2/__init__.py
+${PYSITELIB}/nbformat/v2/__init__.pyc
+${PYSITELIB}/nbformat/v2/__init__.pyo
+${PYSITELIB}/nbformat/v2/convert.py
+${PYSITELIB}/nbformat/v2/convert.pyc
+${PYSITELIB}/nbformat/v2/convert.pyo
+${PYSITELIB}/nbformat/v2/nbbase.py
+${PYSITELIB}/nbformat/v2/nbbase.pyc
+${PYSITELIB}/nbformat/v2/nbbase.pyo
+${PYSITELIB}/nbformat/v2/nbjson.py
+${PYSITELIB}/nbformat/v2/nbjson.pyc
+${PYSITELIB}/nbformat/v2/nbjson.pyo
+${PYSITELIB}/nbformat/v2/nbpy.py
+${PYSITELIB}/nbformat/v2/nbpy.pyc
+${PYSITELIB}/nbformat/v2/nbpy.pyo
+${PYSITELIB}/nbformat/v2/nbxml.py
+${PYSITELIB}/nbformat/v2/nbxml.pyc
+${PYSITELIB}/nbformat/v2/nbxml.pyo
+${PYSITELIB}/nbformat/v2/rwbase.py
+${PYSITELIB}/nbformat/v2/rwbase.pyc
+${PYSITELIB}/nbformat/v2/rwbase.pyo
+${PYSITELIB}/nbformat/v2/tests/__init__.py
+${PYSITELIB}/nbformat/v2/tests/__init__.pyc
+${PYSITELIB}/nbformat/v2/tests/__init__.pyo
+${PYSITELIB}/nbformat/v2/tests/nbexamples.py
+${PYSITELIB}/nbformat/v2/tests/nbexamples.pyc
+${PYSITELIB}/nbformat/v2/tests/nbexamples.pyo
+${PYSITELIB}/nbformat/v2/tests/test_json.py
+${PYSITELIB}/nbformat/v2/tests/test_json.pyc
+${PYSITELIB}/nbformat/v2/tests/test_json.pyo
+${PYSITELIB}/nbformat/v2/tests/test_nbbase.py
+${PYSITELIB}/nbformat/v2/tests/test_nbbase.pyc
+${PYSITELIB}/nbformat/v2/tests/test_nbbase.pyo
+${PYSITELIB}/nbformat/v2/tests/test_nbpy.py
+${PYSITELIB}/nbformat/v2/tests/test_nbpy.pyc
+${PYSITELIB}/nbformat/v2/tests/test_nbpy.pyo
+${PYSITELIB}/nbformat/v3/__init__.py
+${PYSITELIB}/nbformat/v3/__init__.pyc
+${PYSITELIB}/nbformat/v3/__init__.pyo
+${PYSITELIB}/nbformat/v3/convert.py
+${PYSITELIB}/nbformat/v3/convert.pyc
+${PYSITELIB}/nbformat/v3/convert.pyo
+${PYSITELIB}/nbformat/v3/nbbase.py
+${PYSITELIB}/nbformat/v3/nbbase.pyc
+${PYSITELIB}/nbformat/v3/nbbase.pyo
+${PYSITELIB}/nbformat/v3/nbformat.v3.schema.json
+${PYSITELIB}/nbformat/v3/nbjson.py
+${PYSITELIB}/nbformat/v3/nbjson.pyc
+${PYSITELIB}/nbformat/v3/nbjson.pyo
+${PYSITELIB}/nbformat/v3/nbpy.py
+${PYSITELIB}/nbformat/v3/nbpy.pyc
+${PYSITELIB}/nbformat/v3/nbpy.pyo
+${PYSITELIB}/nbformat/v3/rwbase.py
+${PYSITELIB}/nbformat/v3/rwbase.pyc
+${PYSITELIB}/nbformat/v3/rwbase.pyo
+${PYSITELIB}/nbformat/v3/tests/__init__.py
+${PYSITELIB}/nbformat/v3/tests/__init__.pyc
+${PYSITELIB}/nbformat/v3/tests/__init__.pyo
+${PYSITELIB}/nbformat/v3/tests/formattest.py
+${PYSITELIB}/nbformat/v3/tests/formattest.pyc
+${PYSITELIB}/nbformat/v3/tests/formattest.pyo
+${PYSITELIB}/nbformat/v3/tests/nbexamples.py
+${PYSITELIB}/nbformat/v3/tests/nbexamples.pyc
+${PYSITELIB}/nbformat/v3/tests/nbexamples.pyo
+${PYSITELIB}/nbformat/v3/tests/test_json.py
+${PYSITELIB}/nbformat/v3/tests/test_json.pyc
+${PYSITELIB}/nbformat/v3/tests/test_json.pyo
+${PYSITELIB}/nbformat/v3/tests/test_misc.py
+${PYSITELIB}/nbformat/v3/tests/test_misc.pyc
+${PYSITELIB}/nbformat/v3/tests/test_misc.pyo
+${PYSITELIB}/nbformat/v3/tests/test_nbbase.py
+${PYSITELIB}/nbformat/v3/tests/test_nbbase.pyc
+${PYSITELIB}/nbformat/v3/tests/test_nbbase.pyo
+${PYSITELIB}/nbformat/v3/tests/test_nbpy.py
+${PYSITELIB}/nbformat/v3/tests/test_nbpy.pyc
+${PYSITELIB}/nbformat/v3/tests/test_nbpy.pyo
+${PYSITELIB}/nbformat/v4/__init__.py
+${PYSITELIB}/nbformat/v4/__init__.pyc
+${PYSITELIB}/nbformat/v4/__init__.pyo
+${PYSITELIB}/nbformat/v4/convert.py
+${PYSITELIB}/nbformat/v4/convert.pyc
+${PYSITELIB}/nbformat/v4/convert.pyo
+${PYSITELIB}/nbformat/v4/nbbase.py
+${PYSITELIB}/nbformat/v4/nbbase.pyc
+${PYSITELIB}/nbformat/v4/nbbase.pyo
+${PYSITELIB}/nbformat/v4/nbformat.v4.schema.json
+${PYSITELIB}/nbformat/v4/nbjson.py
+${PYSITELIB}/nbformat/v4/nbjson.pyc
+${PYSITELIB}/nbformat/v4/nbjson.pyo
+${PYSITELIB}/nbformat/v4/rwbase.py
+${PYSITELIB}/nbformat/v4/rwbase.pyc
+${PYSITELIB}/nbformat/v4/rwbase.pyo
+${PYSITELIB}/nbformat/v4/tests/__init__.py
+${PYSITELIB}/nbformat/v4/tests/__init__.pyc
+${PYSITELIB}/nbformat/v4/tests/__init__.pyo
+${PYSITELIB}/nbformat/v4/tests/formattest.py
+${PYSITELIB}/nbformat/v4/tests/formattest.pyc
+${PYSITELIB}/nbformat/v4/tests/formattest.pyo
+${PYSITELIB}/nbformat/v4/tests/nbexamples.py
+${PYSITELIB}/nbformat/v4/tests/nbexamples.pyc
+${PYSITELIB}/nbformat/v4/tests/nbexamples.pyo
+${PYSITELIB}/nbformat/v4/tests/test_convert.py
+${PYSITELIB}/nbformat/v4/tests/test_convert.pyc
+${PYSITELIB}/nbformat/v4/tests/test_convert.pyo
+${PYSITELIB}/nbformat/v4/tests/test_json.py
+${PYSITELIB}/nbformat/v4/tests/test_json.pyc
+${PYSITELIB}/nbformat/v4/tests/test_json.pyo
+${PYSITELIB}/nbformat/v4/tests/test_nbbase.py
+${PYSITELIB}/nbformat/v4/tests/test_nbbase.pyc
+${PYSITELIB}/nbformat/v4/tests/test_nbbase.pyo
+${PYSITELIB}/nbformat/v4/tests/test_validate.py
+${PYSITELIB}/nbformat/v4/tests/test_validate.pyc
+${PYSITELIB}/nbformat/v4/tests/test_validate.pyo
+${PYSITELIB}/nbformat/validator.py
+${PYSITELIB}/nbformat/validator.pyc
+${PYSITELIB}/nbformat/validator.pyo
diff --git a/www/py-nbformat/distinfo b/www/py-nbformat/distinfo
new file mode 100644
index 00000000000..72b148ac705
--- /dev/null
+++ b/www/py-nbformat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 05:00:06 markd Exp $
+
+SHA1 (nbformat-4.3.0.tar.gz) = 0b6f25c0c2fd101b6a474f4c3ffd185003e34de5
+RMD160 (nbformat-4.3.0.tar.gz) = d30ccdc4a20057f811f531f0128c520cd092910d
+SHA512 (nbformat-4.3.0.tar.gz) = f4727466b96bb1e1524e9c496898bf0e868fd85b65e325a9741f0debc4f9fd908652b0eb4d0d20ed68332d7770c21dcb41b63ec76dc6a7d1b3267f03a7f96757
+Size (nbformat-4.3.0.tar.gz) = 578765 bytes