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

Ionut Biru ibiru at archlinux.org
Sat Oct 8 12:20:05 UTC 2011


    Date: Saturday, October 8, 2011 @ 08:20:05
  Author: ibiru
Revision: 140183

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-08 12:19:14 UTC (rev 140182)
+++ PKGBUILD	2011-10-08 12:20:05 UTC (rev 140183)
@@ -1,26 +0,0 @@
-# $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"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 140182, python-mako/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-10-08 12:20:05 UTC (rev 140183)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=python-mako
+pkgver=0.5.0
+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=('532d7aa7ffbfd2873c1461a30431366a')
+
+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