git: 655a237422f8 - main - devel/ipython: add missing runtime dependency
Ruslan Makhmatkhanov
rm at FreeBSD.org
Wed May 12 09:41:38 UTC 2021
The branch main has been updated by rm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=655a237422f8dfdda287a57c5e0fe61718b5c956
commit 655a237422f8dfdda287a57c5e0fe61718b5c956
Author: Ruslan Makhmatkhanov <rm at FreeBSD.org>
AuthorDate: 2021-05-12 09:40:47 +0000
Commit: Ruslan Makhmatkhanov <rm at FreeBSD.org>
CommitDate: 2021-05-12 09:40:47 +0000
devel/ipython: add missing runtime dependency
Add missing dependency upon matplotlib-inline, that was introduced
in IPython 7.23 [1], but was overlooked in recent port update.
[1] https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?ipython-7-23#ipython-7-23
PR: 255743
Reported by: p5B2E9A8F at t-online.de
With hat: python
---
devel/ipython/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile
index 379815f2f0d3..2313de0aaa5b 100644
--- a/devel/ipython/Makefile
+++ b/devel/ipython/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ipython
PORTVERSION= 7.23.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2.0.0<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=4.2:math/py-matplotlib-inline@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist distutils
More information about the dev-commits-ports-all
mailing list