diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2021-06-06 19:54:54 +0200 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-06-06 22:26:26 +0200 |
| commit | 70535ff88a01b7bd3624e6d8c5fde195110ff4e9 (patch) | |
| tree | 42687c725389cbebb2d08bb5a3d8df736795a532 /math/mathicsscript/Makefile | |
| parent | textproc/py-mathics-pygments: new port used by math/mathicsscript (diff) | |
math/mathicsscript: upgrade to 3.1.0
Release notes at
<https://github.com/Mathics3/mathicsscript/releases/tag/3.1.0>.
Diffstat (limited to 'math/mathicsscript/Makefile')
| -rw-r--r-- | math/mathicsscript/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/mathicsscript/Makefile b/math/mathicsscript/Makefile index 5d242d0b28dc..8f1a88f5d8b8 100644 --- a/math/mathicsscript/Makefile +++ b/math/mathicsscript/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas <thierry@pompo.net> PORTNAME= mathicsscript -PORTVERSION= 2.1.2 +PORTVERSION= 3.1.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP @@ -11,18 +11,22 @@ COMMENT= Terminal CLI to Mathics LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ + ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}columnize>0:devel/py-columnize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}term-background>0:deskutils/py-term-background@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ + ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>2.5:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}columnize>0:devel/py-columnize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}term-background>0:deskutils/py-term-background@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |
