diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-23 05:42:31 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-23 05:42:31 +0100 |
commit | ad2ff60f7a09bb893fcbc2f760a8a747ae65733c (patch) | |
tree | fc1fb48226401ee761a6dfd14447d836f22ee72c /pcr/python2-relatorio/PKGBUILD | |
parent | 2fb076c161b87fe1b3bc24d1cbd28643f915fa9b (diff) | |
download | abslibre-ad2ff60f7a09bb893fcbc2f760a8a747ae65733c.tar.gz abslibre-ad2ff60f7a09bb893fcbc2f760a8a747ae65733c.tar.bz2 abslibre-ad2ff60f7a09bb893fcbc2f760a8a747ae65733c.zip |
pcr/python2-relatorio: updated to 0.8.0
Diffstat (limited to 'pcr/python2-relatorio/PKGBUILD')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 70786f171..115c1d572 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,18 +1,24 @@ -# Contributor (Arch): Florian Walch <florian.walch@gmx.at> -# Contributor (Arch): Robin Baumgartner <robin@baumgartners.ch> -# Maintainer : André Silva <emulatorman@hyperbola.info> +# Contributor (AUR): Richard PALO <richard.palo@free.fr> +# Contributor (AUR): Florian Walch <florian.walch@gmx.at> +# Maintainer (AUR): Robin Baumgartner <robin@baumgartners.ch> +# Contributor: André Silva <emulatorman@hyperbola.info> + +# parabola changes and rationale: +# no changes. pkgname=python2-relatorio -pkgver=0.6.1 +pkgver=0.8.0 pkgrel=1 pkgdesc="A templating library able to output odt and pdf files" -arch=('i686' 'x86_64') -url="https://code.google.com/p/python-relatorio" +arch=('i686' 'x86_64' 'armv7h') +url="http://relatorio.tryton.org/" license=('GPL') -depends=('python2-genshi>=0.5' 'python2-lxml>=1.3.6') +depends=('python2-genshi>=0.5' 'python2-lxml>=2.0') +optdepends=('python2-pycha>=0.4.0: chart support' 'python2-yaml' + 'python2-magic: fodt support') makedepends=('python2-distribute') -source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") -md5sums=('07e53dca16116963da8166569c6ce5b4') +source=("https://pypi.io/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") +md5sums=('ba7061dfb512b57dfd54317a183f5278') build() { cd $srcdir/relatorio-$pkgver |