[arch-commits] Commit in python-mako/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Sat Dec 15 23:50:33 UTC 2012


    Date: Saturday, December 15, 2012 @ 18:50:32
  Author: stephane
Revision: 173240

upgpkg: python-mako 0.7.3-1

upstream update; fix FS#33023

Modified:
  python-mako/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-15 22:05:18 UTC (rev 173239)
+++ PKGBUILD	2012-12-15 23:50:32 UTC (rev 173240)
@@ -3,15 +3,15 @@
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform."
 arch=('any')
 url="http://www.makotemplates.org/"
 license=('MIT')
 makedepends=('python-distribute' 'python2-distribute')
 source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz")
-md5sums=('e3c0a677aa4216da9e89ef8fa76cbafb')
+md5sums=('d41a87c0c1f2943940cb370cf895e2be')
 
 build() {
     cp -r Mako-$pkgver python2-Mako-$pkgver
@@ -29,6 +29,7 @@
     cd "$srcdir/Mako-$pkgver"
     python3 setup.py install --root="$pkgdir" --optimize=1
     mv "$pkgdir"/usr/bin/mako-render "$pkgdir"/usr/bin/python3-mako-render
+    2to3 -nw "$pkgdir"/usr/bin/python3-mako-render # FS#33023
     install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
 }
 




More information about the arch-commits mailing list