# Maintainer: Eduardo Parra Mazuecos # I maintain this on github, feel free to submit a pull request to # https://github.com/soker90/paquetes-archinux.git pkgname=python-odfpy pkgver=1.3.5 pkgrel=2 pkgdesc="Python API and tools to manipulate OpenDocument files" arch=('i686' 'x86_64') url="https://github.com/eea/odfpy" license=('Apache-2.0') makedepends=('python-setuptools') depends=('python') conflicts=('odfpy' 'python-odfpy' 'python2-odfpy' 'python-all-odfpy') source=("https://github.com/eea/odfpy/archive/release-$pkgver.tar.gz") md5sums=('8f800938b5dcac5687161834551e518e') package() { cd "$srcdir/odfpy-release-${pkgver}" python setup.py install --root=${pkgdir} }