svn commit: r564278 - head/devel/py-ptpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:46:11 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:46:07 2021
New Revision: 564278
URL: https://svnweb.freebsd.org/changeset/ports/564278

Log:
  Add PTIPYTHON option

Modified:
  head/devel/py-ptpython/Makefile

Modified: head/devel/py-ptpython/Makefile
==============================================================================
--- head/devel/py-ptpython/Makefile	Sat Feb  6 20:46:01 2021	(r564277)
+++ head/devel/py-ptpython/Makefile	Sat Feb  6 20:46:07 2021	(r564278)
@@ -24,6 +24,11 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	PTIPYTHON
+PTIPYTHON_DESC=	Interactive shell with IPython support
+
+PTIPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR}
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3800


More information about the svn-ports-all mailing list