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

Felix Yan fyan at archlinux.org
Thu Aug 27 13:34:40 UTC 2015


    Date: Thursday, August 27, 2015 @ 15:34:40
  Author: fyan
Revision: 244888

upgpkg: python-mako 1.0.2-2

- fix dependency on setuptools (for entry points)
- enable cache tests

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-27 07:27:34 UTC (rev 244887)
+++ PKGBUILD	2015-08-27 13:34:40 UTC (rev 244888)
@@ -3,7 +3,7 @@
 
 pkgname=('python-mako' 'python2-mako')
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
 url="http://www.makotemplates.org/"
@@ -11,7 +11,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 'python2-markupsafe'
              'python-beaker' 'python2-beaker')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-              'python-babel' 'python2-babel' 'python-pygments' 'python2-pygments')
+              'python-babel' 'python2-babel' 'python-pygments' 'python2-pygments'
+              'python-dogpile.cache' 'python2-dogpile.cache')
 source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
 sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
           'SKIP')
@@ -38,7 +39,7 @@
 }
 
 package_python-mako() {
-    depends=('python-markupsafe' 'python-beaker')
+    depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
 
     cd Mako-$pkgver
     python3 setup.py install --root="$pkgdir" --optimize=1
@@ -46,7 +47,7 @@
 }
 
 package_python2-mako() {
-    depends=('python2-markupsafe' 'python2-beaker')
+    depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
 
     cd python2-Mako-$pkgver
     python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list