# Maintainer: sasvari # adapted from package python2-scikit-rf pkgname="python-scikit-rf" pkgver=0.14.5 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=("python" "python-numpy" "python-scipy" "python-matplotlib") optdepends=( "python-pyvisa: for instrument control" "python-pandas: for xls export" "python-xlrd: for xls reading" "python-xlwt: for xls writing" "ipython: for interactive shell" ) sha256sums=('d0b3d59f838f9b73b5f96aebe9e89e5d7a1237cf697c0c909bf5c71d56bd8dad') source=("https://github.com/scikit-rf/scikit-rf/archive/v$pkgver.tar.gz") package() { cd "$srcdir/scikit-rf-$pkgver" python setup.py install --optimize=1 --root="$pkgdir/" --prefix="/usr" }