1 # Contributor: Vinicius de Avila <vinicius.avila.jorge@gmail.com>
2 # Update Based on Geoff Teale's PKGBUILD. To support only python2
6 pkgdesc="A complete API for OpenDocument in Python. Python 2.x support"
8 url="http://opendocumentfellowship.com/projects/odfpy"
11 conflicts=('odfpy' 'python-odfpy' 'python3-odfpy' 'python-all-odfpy')
12 source=("https://joinup.ec.europa.eu/system/files/project/odfpy-$pkgver.tar_.gz")
13 md5sums=('f5adf8bb439e0c4624d2ef11c69a985b')
16 cd "$srcdir/odfpy-${pkgver}"
17 python2 setup.py install --root=${pkgdir}