pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_core



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 23 04:23:53 UTC 2017

Added Files:
        pkgsrc/devel/py-jupyter_core: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
Add py-jupyter_core 4.3.0

Jupyter core package. A base package on which Jupyter projects rely.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jupyter_core/ALTERNATIVES \
    pkgsrc/devel/py-jupyter_core/DESCR pkgsrc/devel/py-jupyter_core/Makefile \
    pkgsrc/devel/py-jupyter_core/PLIST pkgsrc/devel/py-jupyter_core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-jupyter_core/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-jupyter_core/ALTERNATIVES:1.1
--- /dev/null   Sun Apr 23 04:23:53 2017
+++ pkgsrc/devel/py-jupyter_core/ALTERNATIVES   Sun Apr 23 04:23:52 2017
@@ -0,0 +1,2 @@
+bin/jupyter @PREFIX@/bin/jupyter@PYVERSSUFFIX@
+bin/jupyter-migrate @PREFIX@/bin/jupyter-migrate@PYVERSSUFFIX@
Index: pkgsrc/devel/py-jupyter_core/DESCR
diff -u /dev/null pkgsrc/devel/py-jupyter_core/DESCR:1.1
--- /dev/null   Sun Apr 23 04:23:53 2017
+++ pkgsrc/devel/py-jupyter_core/DESCR  Sun Apr 23 04:23:52 2017
@@ -0,0 +1 @@
+Jupyter core package. A base package on which Jupyter projects rely.
Index: pkgsrc/devel/py-jupyter_core/Makefile
diff -u /dev/null pkgsrc/devel/py-jupyter_core/Makefile:1.1
--- /dev/null   Sun Apr 23 04:23:53 2017
+++ pkgsrc/devel/py-jupyter_core/Makefile       Sun Apr 23 04:23:52 2017
@@ -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@localhost
+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"
Index: pkgsrc/devel/py-jupyter_core/PLIST
diff -u /dev/null pkgsrc/devel/py-jupyter_core/PLIST:1.1
--- /dev/null   Sun Apr 23 04:23:53 2017
+++ pkgsrc/devel/py-jupyter_core/PLIST  Sun Apr 23 04:23:52 2017
@@ -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
Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u /dev/null pkgsrc/devel/py-jupyter_core/distinfo:1.1
--- /dev/null   Sun Apr 23 04:23:53 2017
+++ pkgsrc/devel/py-jupyter_core/distinfo       Sun Apr 23 04:23:52 2017
@@ -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



Home | Main Index | Thread Index | Old Index