summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2023-12-06 12:09:06 +0100
committerVictor2023-12-06 12:09:06 +0100
commit470b655ea96b8cd65beed48e97f8f2b2233cdcac (patch)
tree23546472da02b7abce48651e2da34305e088623c
parent5af6f8bb2b7aebc8e02c946b2fca96b772189037 (diff)
downloadaur-mathics.tar.gz
Added python-setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dda14b5c247..649c9587d925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mathics
pkgdesc = A general-purpose computer algebra system.
pkgver = 6.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://mathics.org/
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = mathics-scanner
depends = python-sympy
depends = python-mpmath
diff --git a/PKGBUILD b/PKGBUILD
index 9ddd4efaab67..136934527c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mathics
_pkgname=Mathics3
pkgver=6.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A general-purpose computer algebra system."
arch=('any')
url="https://mathics.org/"
@@ -17,7 +17,7 @@ depends=('mathics-scanner' 'python-sympy' 'python-mpmath' 'python-numpy'
'python-palettable' 'python-pint' 'python-dateutil' 'python-llvmlite'
'python-requests' 'cython' 'python-recordclass' 'python-pillow'
'python-scikit-image')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=( 'python-ipywidgets: For Manipulate'
'python-lxml: for HTML parsing used in builtin/fileformats/html'
'python-psutil: SystemMemory and MemoryAvailable'