Sun Apr 23 05:00:06 2017 UTC ()
Add py-nbformat 4.3.0

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


(markd)
diff -r0 -r1.1 pkgsrc/www/py-nbformat/ALTERNATIVES
diff -r0 -r1.1 pkgsrc/www/py-nbformat/DESCR
diff -r0 -r1.1 pkgsrc/www/py-nbformat/Makefile
diff -r0 -r1.1 pkgsrc/www/py-nbformat/PLIST
diff -r0 -r1.1 pkgsrc/www/py-nbformat/distinfo

File Added: pkgsrc/www/py-nbformat/ALTERNATIVES
bin/jupyter-trust @PREFIX@/bin/jupyter-trust@PYVERSSUFFIX@

File Added: pkgsrc/www/py-nbformat/DESCR
This package contains the base implementation of the Jupyter Notebook format,
and Python APIs for working with notebooks.

File Added: pkgsrc/www/py-nbformat/Makefile
# $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"

File Added: pkgsrc/www/py-nbformat/PLIST
@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

File Added: pkgsrc/www/py-nbformat/distinfo
$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