[arch-commits] Commit in python-mako/repos/extra-any (PKGBUILD PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Sep 23 18:55:05 UTC 2011


    Date: Friday, September 23, 2011 @ 14:55:04
  Author: ibiru
Revision: 138460

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/PKGBUILD
    (from rev 138459, python-mako/trunk/PKGBUILD)
Deleted:
  python-mako/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-23 18:54:26 UTC (rev 138459)
+++ PKGBUILD	2011-09-23 18:55:04 UTC (rev 138460)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-pkgname=python-mako
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Hyperfast and lightweight templating for the Python platform."
-arch=('any')
-url="http://www.makotemplates.org/"
-license=('custom')
-depends=('python2' 'python-markupsafe' 'python-beaker')
-makedepends=('python2-distribute')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz)
-md5sums=('c69bceb23c832b74075f438408fea118')
-
-build() {
-    cd "$srcdir/Mako-$pkgver"
-    python2 setup.py build
-}
-
-build() {
-    cd "$srcdir/Mako-$pkgver"
-    python2 setup.py install --root="$pkgdir" --optimize=1
-    install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 138459, python-mako/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-23 18:55:04 UTC (rev 138460)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=python-mako
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform."
+arch=('any')
+url="http://www.makotemplates.org/"
+license=('custom')
+depends=('python2' 'python-markupsafe' 'python-beaker')
+makedepends=('python2-distribute')
+source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz)
+md5sums=('2ff0747e611b37d44e6409c4e0a80a08')
+
+build() {
+    cd "$srcdir/Mako-$pkgver"
+    python2 setup.py build
+}
+
+build() {
+    cd "$srcdir/Mako-$pkgver"
+    python2 setup.py install --root="$pkgdir" --optimize=1
+    install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
+}




More information about the arch-commits mailing list