blob: af021119a4faaadd8c6a3e1b8d09e937c412b661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-sympy-git
pkgdesc = Computer algebra system (CAS) in Python (git version)
pkgver = 1.14.0.r572.g55db3ae
pkgrel = 1
url = https://sympy.org
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = git
depends = python-mpmath
optdepends = ipython: user friendly interface for isympy
optdepends = python-symengine: optimized backend, set USE_SYMENGINE=1 to use
provides = python-sympy
conflicts = python-sympy
source = git+https://github.com/sympy/sympy.git#branch=master
sha512sums = SKIP
pkgname = python-sympy-git
|