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

Ángel Velásquez angvp at nymeria.archlinux.org
Sat Aug 17 09:55:27 UTC 2013


    Date: Saturday, August 17, 2013 @ 11:55:27
  Author: angvp
Revision: 193146

upgpkg: python-mako 0.8.1-2

Changed dependencies to setuptools instead distribute

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 08:42:05 UTC (rev 193145)
+++ PKGBUILD	2013-08-17 09:55:27 UTC (rev 193146)
@@ -3,12 +3,12 @@
 
 pkgname=('python-mako' 'python2-mako')
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
 url="http://www.makotemplates.org/"
 license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz")
 md5sums=('96d962464ce6316004af0cc48495d73e')




More information about the arch-commits mailing list