From 383548b1254422496b489c6906bcaca8c02d2abb Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 1 May 2015 12:52:01 -0500 Subject: python2-relatorio-0.6.1-1: updating version --- pcr/python-relatorio/PKGBUILD | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pcr/python-relatorio/PKGBUILD (limited to 'pcr/python-relatorio/PKGBUILD') diff --git a/pcr/python-relatorio/PKGBUILD b/pcr/python-relatorio/PKGBUILD deleted file mode 100644 index 9b6d40936..000000000 --- a/pcr/python-relatorio/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Contributor (Arch): Florian Walch -# Maintainer (Arch): Thomas Bahn -pkgname=python-relatorio -pkgver=0.5.6 -pkgrel=1 -pkgdesc="A templating library able to output odt and pdf files" -arch=('i686' 'x86_64' 'mips64el') -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') -- cgit v1.2.3-2-g168b