Skip to content

Commit

Permalink
math/py-mathics: upgrade to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Aug 7, 2022
1 parent 9f458e1 commit aca9a63
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 52 deletions.
7 changes: 4 additions & 3 deletions math/py-mathics/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= Mathics3
PORTVERSION= 4.0.0
PORTREVISION= 2
PORTVERSION= 5.0.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -53,6 +52,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycountry>0:textproc/py-pycountry@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wordcloud>0:textproc/py-wordcloud@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}recordclass>0:devel/py-recordclass@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
Expand All @@ -63,7 +63,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
#GH_ACCOUNT= ${PORTNAME:tl}

USES= python:3.8+ shebangfix
USE_PYTHON= distutils noflavors
USE_PYTHON= cython distutils noflavors
MAKE_ENV+= USE_CYTHON=yes
SHEBANG_GLOB= *.py

.if !defined(WITH_DEBUG)
Expand Down
6 changes: 3 additions & 3 deletions math/py-mathics/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1645357159
SHA256 (Mathics3-4.0.0.tar.gz) = d50ee5ad07db845609078c99af789253337a45f50bef6f8b09262f48dca8da7c
SIZE (Mathics3-4.0.0.tar.gz) = 4139506
TIMESTAMP = 1659804627
SHA256 (Mathics3-5.0.2.tar.gz) = 659293bf49c9654c6350bb2a26d1edc0bde79d0fed280e0ebc18a585cca6f2b5
SIZE (Mathics3-5.0.2.tar.gz) = 2891427
11 changes: 0 additions & 11 deletions math/py-mathics/files/patch-setup.py

This file was deleted.

Loading

0 comments on commit aca9a63

Please sign in to comment.