Date: Mon, 9 Jan 2017 18:58:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431015 - in head/devel: . py-jupyter_core Message-ID: <201701091858.v09Iws4L032668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 9 18:58:54 2017 New Revision: 431015 URL: https://svnweb.freebsd.org/changeset/ports/431015 Log: New port: devel/py-jupyter_code Jupyter core package. A base package on which Jupyter projects rely. WWW: http://jupyter.org/ Added: head/devel/py-jupyter_core/ head/devel/py-jupyter_core/Makefile (contents, props changed) head/devel/py-jupyter_core/distinfo (contents, props changed) head/devel/py-jupyter_core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 9 18:56:08 2017 (r431014) +++ head/devel/Makefile Mon Jan 9 18:58:54 2017 (r431015) @@ -4319,6 +4319,7 @@ SUBDIR += py-jsonpointer SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema + SUBDIR += py-jupyter_core SUBDIR += py-kaptan SUBDIR += py-kayako SUBDIR += py-kazoo Added: head/devel/py-jupyter_core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_core/Makefile Mon Jan 9 18:58:54 2017 (r431015) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= jupyter_core +PORTVERSION= 4.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Jupyter core package + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \ + ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes +TEST_ENV= ${MAKE_ENV} LANG=en_US.UTF-8 + +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}) + +.include <bsd.port.mk> Added: head/devel/py-jupyter_core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_core/distinfo Mon Jan 9 18:58:54 2017 (r431015) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483859718 +SHA256 (jupyter_core-4.2.1.tar.gz) = 89c55399c8437f777197c2c82c1ff5639c7f71d4eb2f172a81afa120b68dc7b3 +SIZE (jupyter_core-4.2.1.tar.gz) = 61794 Added: head/devel/py-jupyter_core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_core/pkg-descr Mon Jan 9 18:58:54 2017 (r431015) @@ -0,0 +1,3 @@ +Jupyter core package. A base package on which Jupyter projects rely. + +WWW: http://jupyter.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701091858.v09Iws4L032668>