Date: Fri, 7 Dec 2018 18:40:07 +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: r486880 - head/devel/py-jupyter_console Message-ID: <201812071840.wB7Ie7L5039715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Dec 7 18:40:07 2018 New Revision: 486880 URL: https://svnweb.freebsd.org/changeset/ports/486880 Log: devel/py-jupyter_console: update to 6.0.0 Modified: head/devel/py-jupyter_console/Makefile (contents, props changed) head/devel/py-jupyter_console/distinfo (contents, props changed) Modified: head/devel/py-jupyter_console/Makefile ============================================================================== --- head/devel/py-jupyter_console/Makefile Fri Dec 7 18:18:43 2018 (r486879) +++ head/devel/py-jupyter_console/Makefile Fri Dec 7 18:40:07 2018 (r486880) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= jupyter_console -PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +13,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython5>=0:devel/ipython5@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.4:devel/py-prompt_toolkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.0.0:devel/py-ipykernel5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit2>=2.0.0:devel/py-prompt_toolkit2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} -USES= python +USES= python:3.5+ + USE_PYTHON= distutils autoplist USE_LOCALE= en_US.UTF-8 NO_ARCH= yes Modified: head/devel/py-jupyter_console/distinfo ============================================================================== --- head/devel/py-jupyter_console/distinfo Fri Dec 7 18:18:43 2018 (r486879) +++ head/devel/py-jupyter_console/distinfo Fri Dec 7 18:40:07 2018 (r486880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521136405 -SHA256 (jupyter_console-5.2.0.tar.gz) = 545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd -SIZE (jupyter_console-5.2.0.tar.gz) = 27063 +TIMESTAMP = 1543970482 +SHA256 (jupyter_console-6.0.0.tar.gz) = 308ce876354924fb6c540b41d5d6d08acfc946984bf0c97777c1ddcb42e0b2f5 +SIZE (jupyter_console-6.0.0.tar.gz) = 27780
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812071840.wB7Ie7L5039715>