Date: Fri, 7 Dec 2018 18:18:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486879 - in head/devel: . py-ipykernel5 Message-ID: <201812071818.wB7IIhib029405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Dec 7 18:18:43 2018 New Revision: 486879 URL: https://svnweb.freebsd.org/changeset/ports/486879 Log: devel/py-ipykernel5: create port py-ipykernel 5.x, which requires python 3.4 or newer Added: head/devel/py-ipykernel5/ - copied from r486878, head/devel/py-ipykernel/ Modified: head/devel/Makefile head/devel/py-ipykernel5/Makefile head/devel/py-ipykernel5/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 7 18:13:20 2018 (r486878) +++ head/devel/Makefile Fri Dec 7 18:18:43 2018 (r486879) @@ -4663,6 +4663,7 @@ SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipykernel + SUBDIR += py-ipykernel5 SUBDIR += py-ipyparallel SUBDIR += py-ipython_genutils SUBDIR += py-ipywidgets Modified: head/devel/py-ipykernel5/Makefile ============================================================================== --- head/devel/py-ipykernel/Makefile Fri Dec 7 18:13:20 2018 (r486878) +++ head/devel/py-ipykernel5/Makefile Fri Dec 7 18:18:43 2018 (r486879) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= ipykernel -PORTVERSION= 4.10.0 +PORTVERSION= 5.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 5 MAINTAINER= python@FreeBSD.org COMMENT= IPython Kernel for Jupyter @@ -13,14 +14,14 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist concurrent distutils +USES= python:3.4+ +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-ipykernel5/distinfo ============================================================================== --- head/devel/py-ipykernel/distinfo Fri Dec 7 18:13:20 2018 (r486878) +++ head/devel/py-ipykernel5/distinfo Fri Dec 7 18:18:43 2018 (r486879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539030193 -SHA256 (ipykernel-4.10.0.tar.gz) = 699103c8e64886e3ec7053f2a6aa83bb90426063526f63a818732ff385202bad -SIZE (ipykernel-4.10.0.tar.gz) = 96242 +TIMESTAMP = 1543978655 +SHA256 (ipykernel-5.1.0.tar.gz) = 0fc0bf97920d454102168ec2008620066878848fcfca06c22b669696212e292f +SIZE (ipykernel-5.1.0.tar.gz) = 101198
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812071818.wB7IIhib029405>