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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:55
  Author: felixonmars
Revision: 387886

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:40 UTC (rev 387885)
+++ PKGBUILD2020-05-30 03:11:55 UTC (rev 387886)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-mako
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
-  'python-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-build() {
-  cd Mako-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Mako-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 387885, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 03:11:55 UTC (rev 387886)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-mako
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
+  'python-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('a9b94fa34a61e7794b6e4549fa0bada6ff84dfb0d9edb8d5c7f9b95d12184fa4499f42303cfee720b576a9f7e986a57d91ad3aeb26c9f93154dbc08fb2975952'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+build() {
+  cd Mako-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Mako-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 10:04:31
  Author: felixonmars
Revision: 383090

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   85 ++---
 1 file changed, 32 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 09:59:11 UTC (rev 383089)
+++ PKGBUILD2020-05-10 10:04:31 UTC (rev 383090)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
-  'python-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd Mako-$pkgver
-  python -m pytest
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 383089, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 10:04:31 UTC (rev 383090)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-mako
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
+  'python-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+build() {
+  cd Mako-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Mako-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 09:53:04
  Author: felixonmars
Revision: 383088

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  110 +
 1 file changed, 53 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 09:52:49 UTC (rev 383087)
+++ PKGBUILD2020-05-10 09:53:04 UTC (rev 383088)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 383087, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 09:53:04 UTC (rev 383088)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
+  'python-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd Mako-$pkgver
+  python -m pytest
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2020-03-04 Thread Felix Yan via arch-commits
Date: Wednesday, March 4, 2020 @ 10:34:07
  Author: felixonmars
Revision: 376560

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-04 10:33:58 UTC (rev 376559)
+++ PKGBUILD2020-03-04 10:34:07 UTC (rev 376560)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('ff707ab3360148fe6e80bea7cd80d043514f08caebc502247c28c63a83e33d1be7513019605fc1adb77c32fc550e9bc16015c512bafde1a6f846aab0775d4ce7'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 376559, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-04 10:34:07 UTC (rev 376560)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2020-01-22 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 12:53:56
  Author: felixonmars
Revision: 373794

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 12:53:43 UTC (rev 373793)
+++ PKGBUILD2020-01-22 12:53:56 UTC (rev 373794)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('acb0f53a22ae152c359c38391f508eca706efcc52916a6e87f2702517dd48b5ffd26eef0f2f9172046f1abd0aea1f47328354ff622938886aa00f950a261e8d4'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 373793, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 12:53:56 UTC (rev 373794)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('ff707ab3360148fe6e80bea7cd80d043514f08caebc502247c28c63a83e33d1be7513019605fc1adb77c32fc550e9bc16015c512bafde1a6f846aab0775d4ce7'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:07:15
  Author: felixonmars
Revision: 358546

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:07:06 UTC (rev 358545)
+++ PKGBUILD2019-07-24 17:07:15 UTC (rev 358546)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.13
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 358545, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:07:15 UTC (rev 358546)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('e9a4840f477d55ad6d3b8724f0326937c04aa9c8c578ec385c70f897419b13ffc234cc673a316de2fa8cd7060fc837cf12f2317658181f8d2eb7dd4ac88f'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-07-04 Thread Felix Yan via arch-commits
Date: Thursday, July 4, 2019 @ 14:52:54
  Author: felixonmars
Revision: 357308

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-04 14:52:41 UTC (rev 357307)
+++ PKGBUILD2019-07-04 14:52:54 UTC (rev 357308)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.12
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 357307, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-04 14:52:54 UTC (rev 357308)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-06-06 Thread Felix Yan via arch-commits
Date: Thursday, June 6, 2019 @ 15:57:00
  Author: felixonmars
Revision: 355128

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 15:56:47 UTC (rev 355127)
+++ PKGBUILD2019-06-06 15:57:00 UTC (rev 355128)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('dfe79254c1adb3b4d57c9848a6b64228762de65b6d395b21dfb207ddd9a8acd4b80b8242a9946f69c54d7d12b83a09188e66828285d64d09fdcd8d6acf1bacf3'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 355127, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 15:57:00 UTC (rev 355128)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.12
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-05-31 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 00:44:52
  Author: felixonmars
Revision: 354575

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 00:44:41 UTC (rev 354574)
+++ PKGBUILD2019-06-01 00:44:52 UTC (rev 354575)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('24f4bcac24598cefe0e30c780730579dd608707d1c938d8e4de5c52bcae283f9bef4c5752b3548df879d9cb6a7a9bac5a5090c55cbdc595769b492205d089b51'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 354574, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 00:44:52 UTC (rev 354575)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('dfe79254c1adb3b4d57c9848a6b64228762de65b6d395b21dfb207ddd9a8acd4b80b8242a9946f69c54d7d12b83a09188e66828285d64d09fdcd8d6acf1bacf3'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 10, 2019 @ 20:09:35
  Author: felixonmars
Revision: 352826

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-10 20:09:24 UTC (rev 352825)
+++ PKGBUILD2019-05-10 20:09:35 UTC (rev 352826)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('2b40b96edba9f1ac0c2090e5677742c1f7578d5a55ab1c09aa4198493144e30c25d6179a7bdee2d3fa12410da6c3b1105d2d70af77d4265d679f577a7e711c63'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 352825, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-10 20:09:35 UTC (rev 352826)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('24f4bcac24598cefe0e30c780730579dd608707d1c938d8e4de5c52bcae283f9bef4c5752b3548df879d9cb6a7a9bac5a5090c55cbdc595769b492205d089b51'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:34
  Author: felixonmars
Revision: 350810

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:39:17 UTC (rev 350809)
+++ PKGBUILD2019-04-16 13:39:34 UTC (rev 350810)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('84da36cf798421528156a93c1b722fe604df5811a9db66244a9085af9ae17ce13d1e8057b3e53aa1af61acf457ce9d13ae240ebade3a7e60ea3cde1f1d9bf264'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 350809, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:39:34 UTC (rev 350810)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('2b40b96edba9f1ac0c2090e5677742c1f7578d5a55ab1c09aa4198493144e30c25d6179a7bdee2d3fa12410da6c3b1105d2d70af77d4265d679f577a7e711c63'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-03-20 Thread Felix Yan via arch-commits
Date: Wednesday, March 20, 2019 @ 17:07:07
  Author: felixonmars
Revision: 348763

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-20 17:06:48 UTC (rev 348762)
+++ PKGBUILD2019-03-20 17:07:07 UTC (rev 348763)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.7
-pkgrel=3
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('d67af6788bf8603010361ce8b6d0355b0191657c07f3b5845f9d5e91653c3e349a7b35d5b36aa9c7f291973c83911ce94075e1cad78e6935d0ed4ee9c6e2a571'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 348762, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-20 17:07:07 UTC (rev 348763)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('84da36cf798421528156a93c1b722fe604df5811a9db66244a9085af9ae17ce13d1e8057b3e53aa1af61acf457ce9d13ae240ebade3a7e60ea3cde1f1d9bf264'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2018-12-18 Thread Felix Yan via arch-commits
Date: Tuesday, December 18, 2018 @ 17:12:31
  Author: felixonmars
Revision: 342521

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  115 ++---
 1 file changed, 57 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 17:12:12 UTC (rev 342520)
+++ PKGBUILD2018-12-18 17:12:31 UTC (rev 342521)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.7
-pkgrel=2
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('d67af6788bf8603010361ce8b6d0355b0191657c07f3b5845f9d5e91653c3e349a7b35d5b36aa9c7f291973c83911ce94075e1cad78e6935d0ed4ee9c6e2a571'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 342520, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 17:12:31 UTC (rev 342521)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.7
+pkgrel=3
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('d67af6788bf8603010361ce8b6d0355b0191657c07f3b5845f9d5e91653c3e349a7b35d5b36aa9c7f291973c83911ce94075e1cad78e6935d0ed4ee9c6e2a571'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2017-07-14 Thread Felix Yan
Date: Friday, July 14, 2017 @ 06:04:39
  Author: felixonmars
Revision: 300523

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-14 06:04:21 UTC (rev 300522)
+++ PKGBUILD2017-07-14 06:04:39 UTC (rev 300523)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.6
-pkgrel=2
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha1sums=('8cbc52319268525208c88dd3ef62c929069e4b24'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 300522, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-14 06:04:39 UTC (rev 300523)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('d67af6788bf8603010361ce8b6d0355b0191657c07f3b5845f9d5e91653c3e349a7b35d5b36aa9c7f291973c83911ce94075e1cad78e6935d0ed4ee9c6e2a571'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2016-11-09 Thread Felix Yan
Date: Thursday, November 10, 2016 @ 07:12:42
  Author: felixonmars
Revision: 280281

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-10 07:12:19 UTC (rev 280280)
+++ PKGBUILD2016-11-10 07:12:42 UTC (rev 280281)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha1sums=('8eec6877da978ae356e4c5faca5006fe03670621'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 280280, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-10 07:12:42 UTC (rev 280281)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha1sums=('8cbc52319268525208c88dd3ef62c929069e4b24'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:40:11
  Author: felixonmars
Revision: 279824

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-04 02:39:54 UTC (rev 279823)
+++ PKGBUILD2016-11-04 02:40:11 UTC (rev 279824)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  '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=('64f9cadffd5cc264ea91d81df6e24ce660a15836'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 279823, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-04 02:40:11 UTC (rev 279824)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha1sums=('8eec6877da978ae356e4c5faca5006fe03670621'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2016-03-10 Thread Felix Yan
Date: Friday, March 11, 2016 @ 05:42:41
  Author: fyan
Revision: 261316

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  115 ++---
 1 file changed, 58 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-11 04:42:11 UTC (rev 261315)
+++ PKGBUILD2016-03-11 04:42:41 UTC (rev 261316)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-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-dogpile.cache' 'python2-dogpile.cache')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d68636bc4b2d4c4030c936d88c4e05a8080b4463'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-cd "$srcdir/Mako-$pkgver"
-python setup.py build
-
-cd "$srcdir/Mako-$pkgver-py2"
-python2 setup.py build
-}
-
-check() {
-cd "$srcdir/Mako-$pkgver"
-python setup.py test
-
-cd "$srcdir/Mako-$pkgver-py2"
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-cd Mako-$pkgver
-python setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-cd Mako-$pkgver-py2
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-mv "$pkgdir/usr/bin/mako-render"{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 261315, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-11 04:42:41 UTC (rev 261316)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  '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=('64f9cadffd5cc264ea91d81df6e24ce660a15836'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:56:07
  Author: fyan
Revision: 249826

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 01:55:47 UTC (rev 249825)
+++ PKGBUILD2015-10-28 01:56:07 UTC (rev 249826)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-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-dogpile.cache' 'python2-dogpile.cache')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
-
-mv "$pkgdir/usr/bin/mako-render" "$pkgdir/usr/bin/mako-render2"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 249825, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 01:56:07 UTC (rev 249826)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+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-dogpile.cache' 'python2-dogpile.cache')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('d68636bc4b2d4c4030c936d88c4e05a8080b4463'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+cd "$srcdir/Mako-$pkgver"
+python setup.py build
+
+cd "$srcdir/Mako-$pkgver-py2"
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir/Mako-$pkgver"
+python setup.py test
+
+cd "$srcdir/Mako-$pkgver-py2"
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+cd Mako-$pkgver
+python setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+cd Mako-$pkgver-py2
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+mv "$pkgdir/usr/bin/mako-render"{,2}
+}


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

2015-08-27 Thread Felix Yan
Date: Thursday, August 27, 2015 @ 15:34:59
  Author: fyan
Revision: 244889

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  113 ++---
 1 file changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-27 13:34:40 UTC (rev 244888)
+++ PKGBUILD2015-08-27 13:34:59 UTC (rev 244889)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-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')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-
-mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 244888, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-27 13:34:59 UTC (rev 244889)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+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-dogpile.cache' 'python2-dogpile.cache')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver python2-Mako-$pkgver
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
+}


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

2015-08-27 Thread Felix Yan
Date: Thursday, August 27, 2015 @ 09:27:34
  Author: fyan
Revision: 244887

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  111 ++---
 1 file changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-27 07:27:17 UTC (rev 244886)
+++ PKGBUILD2015-08-27 07:27:34 UTC (rev 244887)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('00ef43d5722c5407e5d64047ef4e3218006d741c'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-
-mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 244886, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-27 07:27:34 UTC (rev 244887)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+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')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver python2-Mako-$pkgver
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
+}


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

2015-01-22 Thread Felix Yan
Date: Friday, January 23, 2015 @ 04:15:53
  Author: fyan
Revision: 229668

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-23 03:15:30 UTC (rev 229667)
+++ PKGBUILD2015-01-23 03:15:53 UTC (rev 229668)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('580b3a8043833e3c3340d4b661a33f6ccc6a35d5'
-  'SKIP')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-
-mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 229667, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-23 03:15:53 UTC (rev 229668)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('00ef43d5722c5407e5d64047ef4e3218006d741c'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver python2-Mako-$pkgver
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
+}


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

2014-01-10 Thread Eric Bélanger
Date: Saturday, January 11, 2014 @ 03:29:53
  Author: eric
Revision: 203460

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  107 ++---
 1 file changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 02:29:26 UTC (rev 203459)
+++ PKGBUILD2014-01-11 02:29:53 UTC (rev 203460)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer : 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('e2627ba5c65f83dfe39d9a0892ae517d')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 203459, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-11 02:29:53 UTC (rev 203460)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('aa01bafca5a835eb92a9048be92414fa83da102b'
+  'SKIP')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 21:22:36
  Author: eric
Revision: 194668

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 19:21:54 UTC (rev 194667)
+++ PKGBUILD2013-09-20 19:22:36 UTC (rev 194668)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer : 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('96d962464ce6316004af0cc48495d73e')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 194667, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 19:22:36 UTC (rev 194668)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
+md5sums=('e2627ba5c65f83dfe39d9a0892ae517d')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2013-06-04 Thread Eric Bélanger
Date: Tuesday, June 4, 2013 @ 20:42:11
  Author: eric
Revision: 187172

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  107 ++---
 1 file changed, 53 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 18:41:51 UTC (rev 187171)
+++ PKGBUILD2013-06-04 18:42:11 UTC (rev 187172)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.8.0
-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')
-checkdepends=('python-nose' 'python2-nose')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('4ac2c6fdfb076b9387ca5f62d8c9384f')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 187171, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 18:42:11 UTC (rev 187172)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.8.1
+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')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
+md5sums=('96d962464ce6316004af0cc48495d73e')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2013-04-23 Thread Eric Bélanger
Date: Tuesday, April 23, 2013 @ 23:34:34
  Author: eric
Revision: 183572

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   96 ++---
 1 file changed, 54 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-23 21:33:54 UTC (rev 183571)
+++ PKGBUILD2013-04-23 21:34:34 UTC (rev 183572)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=('python-mako' 'python2-mako')
-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=('d41a87c0c1f2943940cb370cf895e2be')
-
-build() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-
-cd $srcdir/Mako-$pkgver
-python3 setup.py build
-
-cd $srcdir/python2-Mako-$pkgver
-python2 setup.py build
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-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
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd $srcdir/python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 183571, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-23 21:34:34 UTC (rev 183572)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.8.0
+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')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
+md5sums=('4ac2c6fdfb076b9387ca5f62d8c9384f')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2012-12-15 Thread Stéphane Gaudreault
Date: Saturday, December 15, 2012 @ 18:50:44
  Author: stephane
Revision: 173241

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-15 23:50:32 UTC (rev 173240)
+++ PKGBUILD2012-12-15 23:50:44 UTC (rev 173241)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.7.2
-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')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('e3c0a677aa4216da9e89ef8fa76cbafb')
-
-build() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-
-cd $srcdir/Mako-$pkgver
-python3 setup.py build
-
-cd $srcdir/python2-Mako-$pkgver
-python2 setup.py build
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd $srcdir/Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/python3-mako-render
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd $srcdir/python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 173240, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-15 23:50:44 UTC (rev 173241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=('python-mako' 'python2-mako')
+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=('d41a87c0c1f2943940cb370cf895e2be')
+
+build() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+
+cd $srcdir/Mako-$pkgver
+python3 setup.py build
+
+cd $srcdir/python2-Mako-$pkgver
+python2 setup.py build
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+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
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd $srcdir/python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2012-08-13 Thread Eric Bélanger
Date: Monday, August 13, 2012 @ 17:21:40
  Author: eric
Revision: 165230

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-13 21:21:29 UTC (rev 165229)
+++ PKGBUILD2012-08-13 21:21:40 UTC (rev 165230)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.5.0
-pkgrel=2
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform.
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('custom')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('532d7aa7ffbfd2873c1461a30431366a')
-
-build() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-
-cd $srcdir/Mako-$pkgver
-python setup.py build
-
-cd $srcdir/python2-Mako-$pkgver
-python2 setup.py build
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd $srcdir/Mako-$pkgver
-python setup.py install --root=$pkgdir --optimize=1
-mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/python3-mako-render
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd $srcdir/python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 165229, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-13 21:21:40 UTC (rev 165230)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.7.2
+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')
+
+build() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+
+cd $srcdir/Mako-$pkgver
+python setup.py build
+
+cd $srcdir/python2-Mako-$pkgver
+python2 setup.py build
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd $srcdir/Mako-$pkgver
+python setup.py install --root=$pkgdir --optimize=1
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/python3-mako-render
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd $srcdir/python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2011-10-08 Thread Ionut Biru
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
===
--- PKGBUILD2011-10-08 12:19:14 UTC (rev 140182)
+++ PKGBUILD2011-10-08 12:20:05 UTC (rev 140183)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@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)
+++ PKGBUILD2011-10-08 12:20:05 UTC (rev 140183)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Roberto Alsina rals...@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
+}



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

2011-09-23 Thread Ionut Biru
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
===
--- PKGBUILD2011-09-23 18:54:26 UTC (rev 138459)
+++ PKGBUILD2011-09-23 18:55:04 UTC (rev 138460)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@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)
+++ PKGBUILD2011-09-23 18:55:04 UTC (rev 138460)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Roberto Alsina rals...@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
+}



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

2011-04-20 Thread Ionut Biru
Date: Wednesday, April 20, 2011 @ 08:05:34
  Author: ibiru
Revision: 120149

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2011-04-20 Thread Ionut Biru
Date: Wednesday, April 20, 2011 @ 08:05:48
  Author: ibiru
Revision: 120150

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 17:14:08
  Author: allan
Revision: 95906

db-move: python-mako removed by allan for move to [extra] (any)

Deleted:
  python-mako/repos/extra-any/



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

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 17:14:11
  Author: allan
Revision: 95907

db-move: moved python-mako from [testing] to [extra] (any)

Added:
  python-mako/repos/extra-any/
Deleted:
  python-mako/repos/testing-any/



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

2010-08-07 Thread Ionut Biru
Date: Saturday, August 7, 2010 @ 15:14:01
  Author: ibiru
Revision: 86967

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2010-08-07 Thread Ionut Biru
Date: Saturday, August 7, 2010 @ 15:14:19
  Author: ibiru
Revision: 86968

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-07-23 Thread Ionut Biru
Date: Friday, July 23, 2010 @ 12:32:02
  Author: ibiru
Revision: 85985

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2010-07-23 Thread Ionut Biru
Date: Friday, July 23, 2010 @ 12:32:16
  Author: ibiru
Revision: 85986

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:10:41
  Author: ibiru
Revision: 85953

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:11:00
  Author: ibiru
Revision: 85954

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:19:32
  Author: ibiru
Revision: 85955

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:19:57
  Author: ibiru
Revision: 85956

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-06-08 Thread Ionut Biru
Date: Tuesday, June 8, 2010 @ 17:57:42
  Author: ibiru
Revision: 82162

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2010-06-08 Thread Ionut Biru
Date: Tuesday, June 8, 2010 @ 17:57:58
  Author: ibiru
Revision: 82163

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-05-01 Thread Ionut Biru
Date: Saturday, May 1, 2010 @ 11:38:06
  Author: ibiru
Revision: 79180

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



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

2010-05-01 Thread Ionut Biru
Date: Saturday, May 1, 2010 @ 11:38:23
  Author: ibiru
Revision: 79182

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



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

2010-01-11 Thread Ionut Biru
Date: Monday, January 11, 2010 @ 14:12:57
  Author: ibiru
Revision: 62758

archrelease: new repo extra-any

Added:
  python-mako/repos/extra-any/



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

2010-01-11 Thread Ionut Biru
Date: Monday, January 11, 2010 @ 14:13:12
  Author: ibiru
Revision: 62759

Initialized merge tracking via svnmerge with revisions 1-62757 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/python-mako/trunk

Modified:
  python-mako/repos/extra-any/  (properties)


Property changes on: python-mako/repos/extra-any
___
Added: svnmerge-integrated
   + /python-mako/trunk:1-62757