# Maintainer: Grey Christoforo pkgname=python-mutovis-analysis _pkgname=analysis-software pkgver=3.0.1 pkgrel=1 pkgdesc="Python QT batch curve fitting GUI tool for solar cell IV data files" arch=('any') url=https://github.com/mutovis/analysis-software license=('GPL-3.0') depends=('python' 'python-numpy' 'python-matplotlib' 'python-scipy' 'python-h5py' 'python-sympy' 'python-mpmath' 'python-lmfit' 'python-dill' 'python-pyqt5' 'python-uncertainties') makedepends=('python-setuptools') source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz") sha256sums=('986ba2158f45b6a2dc1f0e581ebc777ad4ede1bd749af7cc3570579045e7e70f') build() { cd "$srcdir/$_pkgname-$pkgver" python setup.py build } package(){ cd "$srcdir/$_pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 } # vim:ts=2:sw=2:et: