summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e62bf4aea427989c87aed2b3cdf67352210f256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Eduardo Parra Mazuecos <eduparra90@gmail.com>

# I maintain this on github, feel free to submit a pull request to
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-pyexcel-io
pkgver=0.5.1
pkgrel=1
pkgdesc="A python library to read and write structured data in csv, zipped csv format and to/from databases"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel-io"
license=('BSD')
depends=('python' 'python-lml')
source=("https://github.com/pyexcel/pyexcel-io/archive/v$pkgver.tar.gz")
md5sums=('b45323b5d42b912b3a72e6fe05f7f44e')

package() {
      cd "$srcdir/pyexcel-io-${pkgver}"
      python setup.py install --root=${pkgdir}
}