# Maintainer: Erich Eckner pkgname=xraylarch pkgver=0.9.30 pkgrel=1 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('any') url="http://xraypy.github.io/xraylarch/" license=('BSD') groups=() depends=( 'python2' 'python2-sqlalchemy' 'python2-scipy' 'python2-matplotlib' 'python2-h5py' 'python2-numpy' 'wxpython' 'python2-wxutils' 'python2-wxmplot' ) makedepends=() checkdepends=() optdepends=( 'python2-termcolor: needed for color-enhanced error messages' 'python2-epics: needed for using the EPICS control system' ) provides=() conflicts=() replaces=() backup=() options=() source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/xraypy/${pkgname}/archive/${pkgver}.tar.gz" ) sha512sums=('835689d513f41595177056da7c0ee4c5a0c392d7fe058520ecfb255def8ec111ae5e0281b674d479eea6f70ce58ec0d94a38c4fc408964630cfb77e1556e32eb') build() { cd ${pkgname}-${pkgver} # sed "s|DEBUG = False|DEBUG = True|" -i setup.py python2 setup.py build } package() { cd ${pkgname}-${pkgver} python2 setup.py install --skip-build --root="${pkgdir}" --prefix=/usr sed "s| python\$| python2|" -i $pkgdir/usr/bin/* }