# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py-relatorio _pkgname=relatorio pkgver=0.6.0 pkgrel=0 pkgdesc="A templating library able to output odt and pdf files" url="http://relatorio.openhex.org" arch="noarch" license="GPL3+" depends="python" depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" source="http://pypi.python.org/packages/source/r/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 } package() { cd "$_builddir" python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } md5sums="170eeb4102a92b9ddc554799a1503cee relatorio-0.6.0.tar.gz" sha256sums="189c3fe38f685b5bb5ae41721ae313954162518d4f1a020af79464f20e5c1082 relatorio-0.6.0.tar.gz" sha512sums="c3edfe1c4b4b5a7b60e0f234156f34ed60b794e849e708e9452259799e66ae87f378cc79043b920da4054153f4e263041538e6c14cdffe3d3b623732d70402ea relatorio-0.6.0.tar.gz"