Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 240AF7A2BF for ; Sun, 23 Apr 2017 04:23:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 919C084DAE; Sun, 23 Apr 2017 04:23:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2196684D7E for ; Sun, 23 Apr 2017 04:23:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0FWdVMTKh2HV for ; Sun, 23 Apr 2017 04:23:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 658CE84D7C for ; Sun, 23 Apr 2017 04:23:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23718FBE4; Sun, 23 Apr 2017 04:23:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492921433240210" MIME-Version: 1.0 Date: Sun, 23 Apr 2017 04:23:53 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/py-jupyter_core To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170423042353.23718FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492921433240210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1492921433240210 Content-Disposition: inline Content-Length: 7922 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1492921433240210--