svn commit: r562955 - head/devel/ipython5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:55:34 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:55:29 2021
New Revision: 562955
URL: https://svnweb.freebsd.org/changeset/ports/562955

Log:
  Remove PY_PYGMENTS

Modified:
  head/devel/ipython5/Makefile

Modified: head/devel/ipython5/Makefile
==============================================================================
--- head/devel/ipython5/Makefile	Tue Jan 26 17:55:24 2021	(r562954)
+++ head/devel/ipython5/Makefile	Tue Jan 26 17:55:29 2021	(r562955)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py
 		${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pickleshare>=0:databases/py-pickleshare@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}prompt-toolkit1>=1.0.4<2.0.0:devel/py-prompt-toolkit1@${PY_FLAVOR} \
-		${PY_PYGMENTS} \
+		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list