Date: Wed, 24 Apr 2019 17:31:26 +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: r499870 - head/devel/py-jupyter_console Message-ID: <201904241731.x3OHVQRg076443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Apr 24 17:31:26 2019 New Revision: 499870 URL: https://svnweb.freebsd.org/changeset/ports/499870 Log: devel/py-jupyter_console: Use the other prompt_toolkit Modified: head/devel/py-jupyter_console/Makefile (contents, props changed) Modified: head/devel/py-jupyter_console/Makefile ============================================================================== --- head/devel/py-jupyter_console/Makefile Wed Apr 24 17:20:06 2019 (r499869) +++ head/devel/py-jupyter_console/Makefile Wed Apr 24 17:31:26 2019 (r499870) @@ -2,6 +2,7 @@ PORTNAME= jupyter_console PORTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${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}prompt_toolkit>=2.0.0:devel/py-prompt_toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} USES= python:3.5+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241731.x3OHVQRg076443>