summaryrefslogtreecommitdiff
path: root/social/python-relatorio
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /social/python-relatorio
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'social/python-relatorio')
-rw-r--r--social/python-relatorio/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/social/python-relatorio/PKGBUILD b/social/python-relatorio/PKGBUILD
deleted file mode 100644
index 6255eeee5..000000000
--- a/social/python-relatorio/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Florian Walch <florian.walch@gmx.at>
-# Maintainer: Thomas Bahn <Thomas-Bahn@gmx.net>
-pkgname=python-relatorio
-pkgver=0.5.6
-pkgrel=1
-pkgdesc="A templating library able to output odt and pdf files"
-arch=('i686' 'x86_64')
-url="http://relatorio.openhex.org"
-license=('GPL')
-depends=('python-genshi>=0.5' 'python-lxml>=1.3.6')
-makedepends=('python2-distribute')
-source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz")
-
-build() {
- cd $srcdir/relatorio-$pkgver
- chmod 644 relatorio.egg-info/*
- python2 setup.py install --root=$pkgdir
-}
-
-
-md5sums=('944fb60fadaff451ab6ee8818de516ad')