svn commit: r499870 - head/devel/py-jupyter_console

Steve Wills swills at FreeBSD.org
Wed Apr 24 17:31:27 UTC 2019


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+


More information about the svn-ports-head mailing list