Date: Wed, 5 Apr 2017 19:57:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437816 - head/devel/py-ipykernel Message-ID: <201704051957.v35Jvxia040483@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Apr 5 19:57:59 2017 New Revision: 437816 URL: https://svnweb.freebsd.org/changeset/ports/437816 Log: Update to 4.6.0 - Add BUILD_DEPENDS - Sort USE_PYTHON - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/ipython/ipykernel/blob/master/docs/changelog.rst Modified: head/devel/py-ipykernel/Makefile head/devel/py-ipykernel/distinfo Modified: head/devel/py-ipykernel/Makefile ============================================================================== --- head/devel/py-ipykernel/Makefile Wed Apr 5 19:57:53 2017 (r437815) +++ head/devel/py-ipykernel/Makefile Wed Apr 5 19:57:59 2017 (r437816) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipykernel -PORTVERSION= 4.5.2 +PORTVERSION= 4.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,14 @@ COMMENT= IPython Kernel for Jupyter LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython \ ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client \ ${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> Modified: head/devel/py-ipykernel/distinfo ============================================================================== --- head/devel/py-ipykernel/distinfo Wed Apr 5 19:57:53 2017 (r437815) +++ head/devel/py-ipykernel/distinfo Wed Apr 5 19:57:59 2017 (r437816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483905267 -SHA256 (ipykernel-4.5.2.tar.gz) = 5a54f25f0e6c8ee74c362c23f9a95e10e74c6b7f5ef42059c861ff6f26d89462 -SIZE (ipykernel-4.5.2.tar.gz) = 88282 +TIMESTAMP = 1491396549 +SHA256 (ipykernel-4.6.0.tar.gz) = 4818512012e86dfe862f2a27840224fc4b87568563487bba7ce561507a4a9bfa +SIZE (ipykernel-4.6.0.tar.gz) = 90243
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051957.v35Jvxia040483>