summaryrefslogtreecommitdiffstats
path: root/testing/py-relatorio/APKBUILD
blob: de912cba8247bbe205a616c9312446d3885c6ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
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"