pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbformat



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 23 05:00:06 UTC 2017

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

Log Message:
Add py-nbformat 4.3.0

This package contains the base implementation of the Jupyter Notebook format,
and Python APIs for working with notebooks.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-nbformat/ALTERNATIVES \
    pkgsrc/www/py-nbformat/DESCR pkgsrc/www/py-nbformat/Makefile \
    pkgsrc/www/py-nbformat/PLIST pkgsrc/www/py-nbformat/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-nbformat/ALTERNATIVES
diff -u /dev/null pkgsrc/www/py-nbformat/ALTERNATIVES:1.1
--- /dev/null   Sun Apr 23 05:00:06 2017
+++ pkgsrc/www/py-nbformat/ALTERNATIVES Sun Apr 23 05:00:06 2017
@@ -0,0 +1 @@
+bin/jupyter-trust @PREFIX@/bin/jupyter-trust@PYVERSSUFFIX@
Index: pkgsrc/www/py-nbformat/DESCR
diff -u /dev/null pkgsrc/www/py-nbformat/DESCR:1.1
--- /dev/null   Sun Apr 23 05:00:06 2017
+++ pkgsrc/www/py-nbformat/DESCR        Sun Apr 23 05:00:06 2017
@@ -0,0 +1,2 @@
+This package contains the base implementation of the Jupyter Notebook format,
+and Python APIs for working with notebooks.
Index: pkgsrc/www/py-nbformat/Makefile
diff -u /dev/null pkgsrc/www/py-nbformat/Makefile:1.1
--- /dev/null   Sun Apr 23 05:00:06 2017
+++ pkgsrc/www/py-nbformat/Makefile     Sun Apr 23 05:00:06 2017
@@ -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@localhost
+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"
Index: pkgsrc/www/py-nbformat/PLIST
diff -u /dev/null pkgsrc/www/py-nbformat/PLIST:1.1
--- /dev/null   Sun Apr 23 05:00:06 2017
+++ pkgsrc/www/py-nbformat/PLIST        Sun Apr 23 05:00:06 2017
@@ -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
Index: pkgsrc/www/py-nbformat/distinfo
diff -u /dev/null pkgsrc/www/py-nbformat/distinfo:1.1
--- /dev/null   Sun Apr 23 05:00:06 2017
+++ pkgsrc/www/py-nbformat/distinfo     Sun Apr 23 05:00:06 2017
@@ -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



Home | Main Index | Thread Index | Old Index