# Maintainer: Lev Levitsky pkgname=python2-pyteomics pkgver=4.5.3 pkgrel=1 pkgdesc="A framework for proteomics data analysis." arch=('any') url="https://pyteomics.readthedocs.io" license=('Apache') depends=('python2' 'python2-pip') 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' 'python2-dill: needed for multiprocessing when pickle is not enough' 'python2-pynumpress: for Numpress support') options=(!emptydirs) source=("https://pypi.debian.net/pyteomics/pyteomics-${pkgver}-py2.py3-none-any.whl") sha256sums=('2c61e53ccfb393ed4237f2e11cdaee663d86cbab2688fad5ccc869c52b2b2b6c') changelog=CHANGELOG package() { pip2 install --ignore-installed --root "$pkgdir" "pyteomics-${pkgver}-py2.py3-none-any.whl" } # vim:set ts=2 sw=2 et: