Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 20:46:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564278 - head/devel/py-ptpython
Message-ID:  <202102062046.116Kk726020168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102062046.116Kk726020168>