summaryrefslogtreecommitdiffstats
path: root/academic/mathics
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-18 23:11:05 +0200
committer Matteo Bernardini2021-04-18 23:11:05 +0200
commitc6b7d32b6179f3681873dcfda676d493f3195ddc (patch)
tree571a49990e48befc75451ba6e2a4f36981659d56 /academic/mathics
parent225257b0825bc664304ec219df71f108fd87d1c0 (diff)
downloadslackbuilds-c6b7d32b6179f3681873dcfda676d493f3195ddc.tar.gz
academic/mathics: Fixed dep info
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/mathics')
-rw-r--r--academic/mathics/README5
-rw-r--r--academic/mathics/mathics.info2
2 files changed, 1 insertions, 6 deletions
diff --git a/academic/mathics/README b/academic/mathics/README
index 89bae8e2a1..9cac17e266 100644
--- a/academic/mathics/README
+++ b/academic/mathics/README
@@ -2,8 +2,3 @@ Mathics is a free, light-weight alternative to Mathematica. Mathics is
a general-purpose online computer algebra system featuring Mathematica-
compatible syntax and functions. It is backed by highly extensible
Python code, relying on SymPy for most mathematical tasks.
-
-
-Optional Dependency
-
-You can install Cython for some extra functionality/optimizations.
diff --git a/academic/mathics/mathics.info b/academic/mathics/mathics.info
index f61f3000c2..e3308b9801 100644
--- a/academic/mathics/mathics.info
+++ b/academic/mathics/mathics.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mathics/Mathics/archive/v1.0/Mathics-1.0.tar.gz"
MD5SUM="a0a161a1787093b90b21e73b0d44c0fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="colorama mpmath ply python-dateutil python-django-legacy six sympy"
+REQUIRES="colorama mpmath python-dateutil python-django-legacy sympy"
MAINTAINER="David Melik"
EMAIL="dchmelik@gmail.com"