# Maintainer: Lev Levitsky pkgname=python2-pyteomics pkgver=3.4 pkgrel=1 pkgdesc="A framework for proteomics data analysis." arch=('any') url="http://pythonhosted.org/pyteomics" license=('Apache') depends=('python2' 'python2-setuptools') optdepends=('python2-matplotlib: for pylab_aux module' 'python2-sqlalchemy: for mass.unimod module' 'python2-pandas: for convenient filtering of CSV tables from search engines' 'python2-lxml: for XML parsing modules' 'python2-numpy: for most of features, highly recommended') options=(!emptydirs) source=("https://pypi.io/packages/source/p/pyteomics/pyteomics-${pkgver}.tar.gz") md5sums=('3c8d1bcc16c53100e531a10a2853f679') changelog="CHANGELOG" package() { cd "${srcdir}/pyteomics-${pkgver}" python2 setup.py install --root="$pkgdir/" --optimize=1 } # vim:set ts=2 sw=2 et: