Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2021 20:26:59 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70535ff88a01 - main - math/mathicsscript: upgrade to 3.1.0
Message-ID:  <202106062026.156KQx1n025501@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70535ff88a01b7bd3624e6d8c5fde195110ff4e9

commit 70535ff88a01b7bd3624e6d8c5fde195110ff4e9
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-06-06 17:54:54 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-06-06 20:26:26 +0000

    math/mathicsscript: upgrade to 3.1.0
    
    Release notes at
    <https://github.com/Mathics3/mathicsscript/releases/tag/3.1.0>.
---
 math/mathicsscript/Makefile             |  6 +++++-
 math/mathicsscript/distinfo             |  6 +++---
 math/mathicsscript/files/patch-setup.py | 13 +++++++++++++
 math/mathicsscript/pkg-plist            | 21 +++++++++++++++------
 4 files changed, 36 insertions(+), 10 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}
 
diff --git a/math/mathicsscript/distinfo b/math/mathicsscript/distinfo
index 4e0801c7d8a9..23f071ac4479 100644
--- a/math/mathicsscript/distinfo
+++ b/math/mathicsscript/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617982213
-SHA256 (mathicsscript-2.1.2.tar.gz) = 0597a328fcc88ae8e985a607b0bdfeb5154207ca110e19fe61e085f67986dce3
-SIZE (mathicsscript-2.1.2.tar.gz) = 35232
+TIMESTAMP = 1622995738
+SHA256 (mathicsscript-3.1.0.tar.gz) = 81641debb6dd0cf0307072e482c225d82b85b57c22ccdb062687633967d3e529
+SIZE (mathicsscript-3.1.0.tar.gz) = 49244
diff --git a/math/mathicsscript/files/patch-setup.py b/math/mathicsscript/files/patch-setup.py
new file mode 100644
index 000000000000..5eabeb92bdb3
--- /dev/null
+++ b/math/mathicsscript/files/patch-setup.py
@@ -0,0 +1,13 @@
+--- setup.py.orig	2021-06-06 16:11:07 UTC
++++ setup.py
+@@ -47,10 +47,6 @@ exec(read("mathicsscript/version.py"))
+ is_PyPy = platform.python_implementation() == "PyPy"
+ 
+ dev_requires = []
+-for line in open("requirements-dev.txt").read().split("\n"):
+-    if line and not line.startswith("#"):
+-        requires = re.sub(r"([^#]+)(\s*#.*$)?", r"\1", line)
+-        dev_requires.append(requires)
+ 
+ 
+ setup(
diff --git a/math/mathicsscript/pkg-plist b/math/mathicsscript/pkg-plist
index 7d423b9ca438..b6d443c65476 100644
--- a/math/mathicsscript/pkg-plist
+++ b/math/mathicsscript/pkg-plist
@@ -5,18 +5,27 @@ bin/mathicsscript
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/bindkeys.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/bindkeys.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/completion.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/completion.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format.cpython-%%PYTHON_SUFFIX%%.pyc
-%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/mmalexer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/mmalexer.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_gnu.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_gnu.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_prompt.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_prompt.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/mathicsscript/bindkeys.py
+%%PYTHON_SITELIBDIR%%/mathicsscript/completion.py
+%%PYTHON_SITELIBDIR%%/mathicsscript/data/inputrc-no-unicode
+%%PYTHON_SITELIBDIR%%/mathicsscript/data/inputrc-unicode
+%%PYTHON_SITELIBDIR%%/mathicsscript/data/mma-tables.json
 %%PYTHON_SITELIBDIR%%/mathicsscript/format.py
-%%PYTHON_SITELIBDIR%%/mathicsscript/inputrc-no-unicode
-%%PYTHON_SITELIBDIR%%/mathicsscript/inputrc-unicode
-%%PYTHON_SITELIBDIR%%/mathicsscript/mmalexer.py
-%%PYTHON_SITELIBDIR%%/mathicsscript/settings.m
 %%PYTHON_SITELIBDIR%%/mathicsscript/termshell.py
+%%PYTHON_SITELIBDIR%%/mathicsscript/termshell_gnu.py
+%%PYTHON_SITELIBDIR%%/mathicsscript/termshell_prompt.py
 %%PYTHON_SITELIBDIR%%/mathicsscript/version.py



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