diff options
author | markd <markd@pkgsrc.org> | 2017-04-23 04:23:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-04-23 04:23:52 +0000 |
commit | 7a9e593118ca98e5cd6dd2be224662c1ea57df8c (patch) | |
tree | 1f9125feff722cc4721dc025a05951b04be4f4d8 /devel | |
parent | 5a7c9eabe8aa228aa3b07f07da4c533ca58ab34d (diff) | |
download | pkgsrc-7a9e593118ca98e5cd6dd2be224662c1ea57df8c.tar.gz |
Add py-jupyter_core 4.3.0
Jupyter core package. A base package on which Jupyter projects rely.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-jupyter_core/ALTERNATIVES | 2 | ||||
-rw-r--r-- | devel/py-jupyter_core/DESCR | 1 | ||||
-rw-r--r-- | devel/py-jupyter_core/Makefile | 23 | ||||
-rw-r--r-- | devel/py-jupyter_core/PLIST | 90 | ||||
-rw-r--r-- | devel/py-jupyter_core/distinfo | 6 |
5 files changed, 122 insertions, 0 deletions
diff --git a/devel/py-jupyter_core/ALTERNATIVES b/devel/py-jupyter_core/ALTERNATIVES new file mode 100644 index 00000000000..3b05fcf4744 --- /dev/null +++ b/devel/py-jupyter_core/ALTERNATIVES @@ -0,0 +1,2 @@ +bin/jupyter @PREFIX@/bin/jupyter@PYVERSSUFFIX@ +bin/jupyter-migrate @PREFIX@/bin/jupyter-migrate@PYVERSSUFFIX@ diff --git a/devel/py-jupyter_core/DESCR b/devel/py-jupyter_core/DESCR new file mode 100644 index 00000000000..0f32cdb6371 --- /dev/null +++ b/devel/py-jupyter_core/DESCR @@ -0,0 +1 @@ +Jupyter core package. A base package on which Jupyter projects rely. diff --git a/devel/py-jupyter_core/Makefile b/devel/py-jupyter_core/Makefile new file mode 100644 index 00000000000..945596d8a68 --- /dev/null +++ b/devel/py-jupyter_core/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2017/04/23 04:23:52 markd Exp $ + +DISTNAME= jupyter_core-4.3.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_core/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://jupyter.org +COMMENT= Jupyter core package +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets + +USE_LANGUAGES= # none + +post-install: + ${MV} ${DESTDIR}${PREFIX}/bin/jupyter ${DESTDIR}${PREFIX}/bin/jupyter${PYVERSSUFFIX} + ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-migrate ${DESTDIR}${PREFIX}/bin/jupyter-migrate${PYVERSSUFFIX} + +.include "../../lang/python/distutils.mk" +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-jupyter_core/PLIST b/devel/py-jupyter_core/PLIST new file mode 100644 index 00000000000..f9e49e6396e --- /dev/null +++ b/devel/py-jupyter_core/PLIST @@ -0,0 +1,90 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/23 04:23:52 markd Exp $ +bin/jupyter${PYVERSSUFFIX} +bin/jupyter-migrate${PYVERSSUFFIX} +${PYSITELIB}/jupyter.py +${PYSITELIB}/jupyter.pyc +${PYSITELIB}/jupyter.pyo +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/jupyter_core/__init__.py +${PYSITELIB}/jupyter_core/__init__.pyc +${PYSITELIB}/jupyter_core/__init__.pyo +${PYSITELIB}/jupyter_core/__main__.py +${PYSITELIB}/jupyter_core/__main__.pyc +${PYSITELIB}/jupyter_core/__main__.pyo +${PYSITELIB}/jupyter_core/application.py +${PYSITELIB}/jupyter_core/application.pyc +${PYSITELIB}/jupyter_core/application.pyo +${PYSITELIB}/jupyter_core/command.py +${PYSITELIB}/jupyter_core/command.pyc +${PYSITELIB}/jupyter_core/command.pyo +${PYSITELIB}/jupyter_core/migrate.py +${PYSITELIB}/jupyter_core/migrate.pyc +${PYSITELIB}/jupyter_core/migrate.pyo +${PYSITELIB}/jupyter_core/paths.py +${PYSITELIB}/jupyter_core/paths.pyc +${PYSITELIB}/jupyter_core/paths.pyo +${PYSITELIB}/jupyter_core/tests/__init__.py +${PYSITELIB}/jupyter_core/tests/__init__.pyc +${PYSITELIB}/jupyter_core/tests/__init__.pyo +${PYSITELIB}/jupyter_core/tests/dotipython/nbextensions/myext.js +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_config.py +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_console_config.py +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_console_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_console_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_kernel_config.py +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_kernel_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_kernel_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_nbconvert_config.py +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_nbconvert_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_nbconvert_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.py +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/static/custom/custom.css +${PYSITELIB}/jupyter_core/tests/dotipython/profile_default/static/custom/custom.js +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_config.py +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_console_config.py +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_console_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_console_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_kernel_config.py +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_kernel_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_kernel_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_nbconvert_config.py +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_nbconvert_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_nbconvert_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.py +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.pyc +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.pyo +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/static/custom/custom.css +${PYSITELIB}/jupyter_core/tests/dotipython_empty/profile_default/static/custom/custom.js +${PYSITELIB}/jupyter_core/tests/mocking.py +${PYSITELIB}/jupyter_core/tests/mocking.pyc +${PYSITELIB}/jupyter_core/tests/mocking.pyo +${PYSITELIB}/jupyter_core/tests/test_application.py +${PYSITELIB}/jupyter_core/tests/test_application.pyc +${PYSITELIB}/jupyter_core/tests/test_application.pyo +${PYSITELIB}/jupyter_core/tests/test_command.py +${PYSITELIB}/jupyter_core/tests/test_command.pyc +${PYSITELIB}/jupyter_core/tests/test_command.pyo +${PYSITELIB}/jupyter_core/tests/test_migrate.py +${PYSITELIB}/jupyter_core/tests/test_migrate.pyc +${PYSITELIB}/jupyter_core/tests/test_migrate.pyo +${PYSITELIB}/jupyter_core/tests/test_paths.py +${PYSITELIB}/jupyter_core/tests/test_paths.pyc +${PYSITELIB}/jupyter_core/tests/test_paths.pyo +${PYSITELIB}/jupyter_core/troubleshoot.py +${PYSITELIB}/jupyter_core/troubleshoot.pyc +${PYSITELIB}/jupyter_core/troubleshoot.pyo +${PYSITELIB}/jupyter_core/utils/__init__.py +${PYSITELIB}/jupyter_core/utils/__init__.pyc +${PYSITELIB}/jupyter_core/utils/__init__.pyo +${PYSITELIB}/jupyter_core/utils/shutil_which.py +${PYSITELIB}/jupyter_core/utils/shutil_which.pyc +${PYSITELIB}/jupyter_core/utils/shutil_which.pyo +${PYSITELIB}/jupyter_core/version.py +${PYSITELIB}/jupyter_core/version.pyc +${PYSITELIB}/jupyter_core/version.pyo diff --git a/devel/py-jupyter_core/distinfo b/devel/py-jupyter_core/distinfo new file mode 100644 index 00000000000..c860eda4d7b --- /dev/null +++ b/devel/py-jupyter_core/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/23 04:23:52 markd Exp $ + +SHA1 (jupyter_core-4.3.0.tar.gz) = 7ae489bdea8f2d117af5a9b9e1a662d51c99e696 +RMD160 (jupyter_core-4.3.0.tar.gz) = bbecbc5f5cde82a084aa4b523212f3dc8777e956 +SHA512 (jupyter_core-4.3.0.tar.gz) = 8e84cae53e035e3a3d29fe3b64246ce75bed291165db4ae7fcad472e1f1523d740ac168cb97330844548f3df3d7d82cd833886c1b755761b93e01153500961b1 +Size (jupyter_core-4.3.0.tar.gz) = 57998 bytes |