blob: b72f63f3b80dff35418b5b43e044cd4944a10b9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
pkgbase = mathics
pkgdesc = A general-purpose computer algebra system.
pkgver = 8.0.1
pkgrel = 2
url = https://mathics.org/
arch = any
license = GPL3
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-packaging
makedepends = cython
depends = mathics-scanner
depends = python-mpmath
depends = python-numpy
depends = python-palettable
depends = python-stopit
depends = python-pillow
depends = python-pint
depends = python-dateutil
depends = python-pympler
depends = python-requests
depends = python-scipy
depends = python-sympy
optdepends = python-ipywidgets: For Manipulate
optdepends = python-llvmlite: Used for llvm compiling
optdepends = python-lxml: for HTML parsing used in builtin/fileformats/html
optdepends = python-psutil: SystemMemory and MemoryAvailable
optdepends = python-pyocr: Used for TextRecognize
optdepends = python-scikit-image>=0.17: FindMinimum can use this; used by Image as well
optdepends = python-unidecode: Used in Transliterate
optdepends = python-wordcloud>=1.9.3: Used in builtin/image.py by WordCloud
source = mathics-8.0.1.tar.gz::https://github.com/mathics3/mathics-core/releases/download/8.0.1/mathics3-8.0.1.tar.gz
sha256sums = 4ce42e4bbb0aec61ab03ccd537f478dc2eabb953ab69073c07515a6e610c22fb
pkgname = mathics
|