# Maintainer: BrainDamage pkgname="python2-scikit-rf" pkgver=0.14.9 pkgrel=1 pkgdesc="Scikit-rf (aka skrf) is a python package for RF/Microwave engineering" arch=(any) url="http://scikit-rf-web.readthedocs.org" license=("BSD") depends=("python2" "python2-numpy" "python2-scipy" "python2-matplotlib") optdepends=( "python2-pyvisa: for instrument control" "python2-pandas: for xls export" "python2-xlrd: for xls reading" "python2-xlwt: for xls writing" "ipython2: for interactive shell" ) sha256sums=('a329041b26fe32b42070b35b59343c96793bfed4280bbd4deb89ad8f6cd32201') source=("https://github.com/scikit-rf/scikit-rf/archive/v$pkgver.tar.gz") package() { cd "$srcdir/scikit-rf-$pkgver" python2 setup.py install --optimize=1 --root="$pkgdir/" --prefix="/usr" }