summaryrefslogtreecommitdiff
path: root/math/py-mathics/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-03-17 13:32:44 +0100
committerThierry Thomas <thierry@FreeBSD.org>2023-03-17 19:31:24 +0100
commitb03d6b0066f5cabaa9fd23f4b575ce046207b148 (patch)
treec7590b559dd8821f174db7d0feb042e3ce840191 /math/py-mathics/files
parentdevel/py-recordclass: upgrade to 0.18.3 (diff)
math/py-mathics: upgrade to 6.0.1
Release notes at <https://github.com/Mathics3/mathics-core/releases/tag/6.0.1>.
Diffstat (limited to 'math/py-mathics/files')
-rw-r--r--math/py-mathics/files/patch-Mathics3.egg-info_requires.txt16
-rw-r--r--math/py-mathics/files/patch-setup.py18
2 files changed, 16 insertions, 18 deletions
diff --git a/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt b/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt
index 76492469ca4e..bda1dc309962 100644
--- a/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt
+++ b/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt
@@ -1,11 +1,9 @@
---- Mathics3.egg-info/requires.txt.orig 2022-08-06 09:38:06 UTC
+--- Mathics3.egg-info/requires.txt.orig 2023-03-05 10:15:02 UTC
+++ Mathics3.egg-info/requires.txt
-@@ -1,7 +1,7 @@
- Mathics-Scanner<1.3.0,>=1.2.1
- numpy
+@@ -1,5 +1,5 @@
+ Mathics-Scanner>=1.3.0
+-numpy<=1.24
++numpy<1.25
llvmlite
--sympy<1.11,>=1.8
-+sympy<1.11.2,>=1.8
- recordclass
- Mathics_Scanner<1.3.0,>=1.2.1
- mpmath>=1.2.0
+ sympy<1.12,>=1.8
+ pillow>=9.2
diff --git a/math/py-mathics/files/patch-setup.py b/math/py-mathics/files/patch-setup.py
index 0b3460f039fa..65e7100eff57 100644
--- a/math/py-mathics/files/patch-setup.py
+++ b/math/py-mathics/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2023-01-20 17:32:12 UTC
+--- setup.py.orig 2023-03-17 10:22:19 UTC
+++ setup.py
-@@ -57,7 +57,7 @@ elif sys.version_info[:2] == (3, 6):
- elif sys.version_info[:2] == (3, 7):
- INSTALL_REQUIRES += ["numpy<1.22", "llvmlite", "sympy>=1.8, < 1.11"]
+@@ -64,7 +64,7 @@ elif sys.version_info[:2] == (3, 6):
+ sys.exit(-1)
else:
-- INSTALL_REQUIRES += ["numpy", "llvmlite", "sympy>=1.8, < 1.11"]
-+ INSTALL_REQUIRES += ["numpy", "llvmlite", "sympy>=1.8, < 1.11.2"]
-
- if not is_PyPy:
- INSTALL_REQUIRES += ["recordclass"]
+ INSTALL_REQUIRES += [
+- "numpy<=1.24",
++ "numpy<=1.25",
+ "llvmlite",
+ "sympy>=1.8, < 1.12",
+ "pillow >= 9.2",