mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/py-relatorio: new aport
Relatorio is an OpenHex and B2CK project to easily create reports in a variety of formats (openoffice text, PDF, XHTML) from python objects. http://relatorio.openhex.org/
This commit is contained in:
parent
f938273063
commit
c706017296
29
testing/py-relatorio/APKBUILD
Normal file
29
testing/py-relatorio/APKBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-relatorio
|
||||
_pkgname=relatorio
|
||||
pkgver=0.5.6
|
||||
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="944fb60fadaff451ab6ee8818de516ad relatorio-0.5.6.tar.gz"
|
Loading…
Reference in New Issue
Block a user