[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2020-04-28 Thread Levente Polyak via arch-commits
Date: Tuesday, April 28, 2020 @ 19:01:49
  Author: anthraxx
Revision: 622081

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 622080, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 19:01:34 UTC (rev 622080)
+++ PKGBUILD2020-04-28 19:01:49 UTC (rev 622081)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.18
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="https://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 622080, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 19:01:49 UTC (rev 622081)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.18
+pkgrel=2
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="https://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
+  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || echo "Tests failed"
+}
+
+build() {
+  cd "$srcdir"/bottle-$pkgver
+  python setup.py build
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2019-12-03 Thread Felix Yan via arch-commits
Date: Tuesday, December 3, 2019 @ 22:46:49
  Author: felixonmars
Revision: 534996

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 534995, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-03 22:46:39 UTC (rev 534995)
+++ PKGBUILD2019-12-03 22:46:49 UTC (rev 534996)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.17
-pkgrel=3
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="https://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('b79627cdb6d6187837aeb5e5e38a96285873d8f53300c3c68f2c65378042d2f05c9445af76cf70a63b8343d5be130771678d03215c194e6fae6347ccd3cad153')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 534995, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-03 22:46:49 UTC (rev 534996)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.18
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="https://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:01:21
  Author: felixonmars
Revision: 483376

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 483375, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 05:01:09 UTC (rev 483375)
+++ PKGBUILD2019-06-24 05:01:21 UTC (rev 483376)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.16
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('80b4a9c94d8dfc8a316c65ffa4969ba5c39efb3556a42afc3c4930e1ae2634ab225fa50f54f9ae8e8fb2b85c2b919d827686699511dd55bc39a7dc55719a6965')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 483375, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 05:01:21 UTC (rev 483376)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.17
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('b79627cdb6d6187837aeb5e5e38a96285873d8f53300c3c68f2c65378042d2f05c9445af76cf70a63b8343d5be130771678d03215c194e6fae6347ccd3cad153')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2018-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 13, 2018 @ 19:05:36
  Author: felixonmars
Revision: 416078

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 416077, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-13 19:05:18 UTC (rev 416077)
+++ PKGBUILD2018-12-13 19:05:36 UTC (rev 416078)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.15
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('302e61790426ffe65f19041455c92eabab3d809fabe463845ecc5531ca2cf0a68a3ecfde6c890aeed95de4320aa465c15e908f512dab964e25c849bb0b5d02a6')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 416077, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-13 19:05:36 UTC (rev 416078)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.16
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('80b4a9c94d8dfc8a316c65ffa4969ba5c39efb3556a42afc3c4930e1ae2634ab225fa50f54f9ae8e8fb2b85c2b919d827686699511dd55bc39a7dc55719a6965')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2018-12-02 Thread Felix Yan via arch-commits
Date: Sunday, December 2, 2018 @ 16:33:14
  Author: felixonmars
Revision: 410776

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 410775, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-02 16:32:59 UTC (rev 410775)
+++ PKGBUILD2018-12-02 16:33:14 UTC (rev 410776)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.14
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('56bbcdd3e928618bcd803bbdcb5e5c1ea7e250407e553a2aac1ae7c93da8a11b1153ee2fd404962314a37604691b923fd05f77fb86af366171f2b4f92c80d8dc')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 410775, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-02 16:33:14 UTC (rev 410776)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.15
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('302e61790426ffe65f19041455c92eabab3d809fabe463845ecc5531ca2cf0a68a3ecfde6c890aeed95de4320aa465c15e908f512dab964e25c849bb0b5d02a6')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2018-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 20:44:34
  Author: felixonmars
Revision: 410079

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 410078, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 20:44:07 UTC (rev 410078)
+++ PKGBUILD2018-11-27 20:44:34 UTC (rev 410079)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.13
-pkgrel=2
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/"bottle
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/"bottle-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 410078, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 20:44:34 UTC (rev 410079)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.14
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('56bbcdd3e928618bcd803bbdcb5e5c1ea7e250407e553a2aac1ae7c93da8a11b1153ee2fd404962314a37604691b923fd05f77fb86af366171f2b4f92c80d8dc')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:33:54
  Author: felixonmars
Revision: 206739

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 206738, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:33:36 UTC (rev 206738)
+++ PKGBUILD2017-01-11 04:33:54 UTC (rev 206739)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.12
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/"bottle
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/"bottle-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 206738, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:33:54 UTC (rev 206739)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.13
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/"bottle
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/"bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2017-01-06 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 03:34:34
  Author: felixonmars
Revision: 205857

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 205856, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 03:34:02 UTC (rev 205856)
+++ PKGBUILD2017-01-07 03:34:34 UTC (rev 205857)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.11
-pkgrel=2
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/"bottle
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/"bottle-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 205856, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 03:34:34 UTC (rev 205857)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.12
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/"bottle
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/"bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:59:41
  Author: felixonmars
Revision: 200091

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 200090, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 09:59:18 UTC (rev 200090)
+++ PKGBUILD2016-12-18 09:59:41 UTC (rev 200091)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.10
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-  'python2-twisted' 'python-tornado' 'python2-tornado'
-  'python2-paste' 'python2-gevent')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/"bottle
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/"bottle-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 200090, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 09:59:41 UTC (rev 200091)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.11
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/"bottle
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/"bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 14:57:43
  Author: felixonmars
Revision: 191710

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 191709, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-09 14:57:20 UTC (rev 191709)
+++ PKGBUILD2016-10-09 14:57:43 UTC (rev 191710)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.9
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-  'python2-twisted' 'python-tornado' 'python2-tornado'
-  'python2-paste' 'python2-gevent')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/bottle"
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/bottle-py2"
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir/usr/bin/bottle.py"{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 191709, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-09 14:57:43 UTC (rev 191710)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.10
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
+  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
+  'python2-twisted' 'python-tornado' 'python2-tornado'
+  'python2-paste' 'python2-gevent')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/"bottle
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/"bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2015-10-24 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 02:29:07
  Author: fyan
Revision: 144948

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 144947, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-25 01:28:49 UTC (rev 144947)
+++ PKGBUILD2015-10-25 01:29:07 UTC (rev 144948)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.8
-pkgrel=2
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-  'python2-twisted' 'python-tornado' 'python2-tornado'
-  'python2-paste' 'python2-gevent')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/bottle"
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/bottle-py2"
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir/usr/bin/bottle.py"{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 144947, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-25 01:29:07 UTC (rev 144948)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.9
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
+  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
+  'python2-twisted' 'python-tornado' 'python2-tornado'
+  'python2-paste' 'python2-gevent')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/bottle"
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/bottle-py2"
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir/usr/bin/bottle.py"{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-12-28 Thread Felix Yan
Date: Monday, December 29, 2014 @ 04:53:37
  Author: fyan
Revision: 124805

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 124804, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-29 03:52:59 UTC (rev 124804)
+++ PKGBUILD2014-12-29 03:53:37 UTC (rev 124805)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.7
-pkgrel=2
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-  'python2-twisted' 'python-tornado' 'python2-tornado'
-  'python2-paste' 'python2-gevent')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-prepare() {
-  cp -r bottle python2-bottle
-  sed -i 1s/python/python2/ python2-bottle/bottle.py
-}
-
-check() {
-  cd bottle
-  python test/testall.py
-
-  cd ../python2-bottle
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 124804, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-29 03:53:37 UTC (rev 124805)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.8
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
+  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
+  'python2-twisted' 'python-tornado' 'python2-tornado'
+  'python2-paste' 'python2-gevent')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i 1s/python/python2/ bottle-py2/bottle.py
+}
+
+check() {
+  cd $srcdir/bottle
+  python test/testall.py
+
+  cd $srcdir/bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}


[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-08-02 Thread Felix Yan
Date: Saturday, August 2, 2014 @ 13:45:19
  Author: fyan
Revision: 116730

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 116729, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-02 11:45:02 UTC (rev 116729)
+++ PKGBUILD2014-08-02 11:45:19 UTC (rev 116730)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.7
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'twisted' 'python-tornado'
-  'python2-tornado')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-prepare() {
-  cp -r bottle python2-bottle
-  sed -i 1s/python/python2/ python2-bottle/bottle.py
-}
-
-check() {
-  cd bottle
-  python test/testall.py
-
-  cd ../python2-bottle
-  python2 test/testall.py || true # Tests failed for 0.12.7
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 116729, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-02 11:45:19 UTC (rev 116730)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.7
+pkgrel=2
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
+  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
+  'python2-twisted' 'python-tornado' 'python2-tornado'
+  'python2-paste' 'python2-gevent')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+prepare() {
+  cp -r bottle python2-bottle
+  sed -i 1s/python/python2/ python2-bottle/bottle.py
+}
+
+check() {
+  cd bottle
+  python test/testall.py
+
+  cd ../python2-bottle
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-04-29 Thread Felix Yan
Date: Wednesday, April 30, 2014 @ 02:58:06
  Author: fyan
Revision: 110444

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 110443, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-30 00:57:18 UTC (rev 110443)
+++ PKGBUILD2014-04-30 00:58:06 UTC (rev 110444)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.6
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'twisted' 'python-tornado'
-  'python2-tornado')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-prepare() {
-  cp -r bottle python2-bottle
-  sed -i 1s/python/python2/ python2-bottle/bottle.py
-}
-
-check() {
-  cd bottle
-  python test/testall.py || true # Tests failed, 0.12.6
-
-  cd ../python2-bottle
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 110443, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-30 00:58:06 UTC (rev 110444)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.7
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
+  'python-cherrypy' 'python2-cherrypy' 'twisted' 'python-tornado'
+  'python2-tornado')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+prepare() {
+  cp -r bottle python2-bottle
+  sed -i 1s/python/python2/ python2-bottle/bottle.py
+}
+
+check() {
+  cd bottle
+  python test/testall.py
+
+  cd ../python2-bottle
+  python2 test/testall.py || true # Tests failed for 0.12.7
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-04-25 Thread Felix Yan
Date: Saturday, April 26, 2014 @ 02:05:48
  Author: fyan
Revision: 110186

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 110185, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 +
 1 file changed, 54 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-26 00:05:13 UTC (rev 110185)
+++ PKGBUILD2014-04-26 00:05:48 UTC (rev 110186)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.5
-pkgrel=2
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2' 'git')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-prepare() {
-  cp -r bottle python2-bottle
-  sed -i 1s/python/python2/ python2-bottle/bottle.py
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 110185, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-26 00:05:48 UTC (rev 110186)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.6
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
+  'python-cherrypy' 'python2-cherrypy' 'twisted' 'python-tornado'
+  'python2-tornado')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+prepare() {
+  cp -r bottle python2-bottle
+  sed -i 1s/python/python2/ python2-bottle/bottle.py
+}
+
+check() {
+  cd bottle
+  python test/testall.py || true # Tests failed, 0.12.6
+
+  cd ../python2-bottle
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-03-06 Thread Felix Yan
Date: Thursday, March 6, 2014 @ 17:50:38
  Author: fyan
Revision: 106719

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 106718, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-06 16:49:49 UTC (rev 106718)
+++ PKGBUILD2014-03-06 16:50:38 UTC (rev 106719)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.4
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2' 'git')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-prepare() {
-  cp -r bottle python2-bottle
-  sed -i 1s/python/python2/ python2-bottle/bottle.py
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 106718, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-06 16:50:38 UTC (rev 106719)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.5
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2' 'git')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+prepare() {
+  cp -r bottle python2-bottle
+  sed -i 1s/python/python2/ python2-bottle/bottle.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-02-19 Thread Felix Yan
Date: Thursday, February 20, 2014 @ 04:30:48
  Author: fyan
Revision: 105963

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 105962, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-20 03:30:04 UTC (rev 105962)
+++ PKGBUILD2014-02-20 03:30:48 UTC (rev 105963)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.3
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2' 'git')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-build() {
-  cp -r bottle python2-bottle
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 105962, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-20 03:30:48 UTC (rev 105963)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.4
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2' 'git')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+prepare() {
+  cp -r bottle python2-bottle
+  sed -i 1s/python/python2/ python2-bottle/bottle.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-02-06 Thread Felix Yan
Date: Friday, February 7, 2014 @ 03:15:26
  Author: fyan
Revision: 105414

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 105413, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-07 02:14:34 UTC (rev 105413)
+++ PKGBUILD2014-02-07 02:15:26 UTC (rev 105414)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.2
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2' 'git')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-build() {
-  cp -r bottle python2-bottle
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 105413, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-07 02:15:26 UTC (rev 105414)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.3
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2' 'git')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+build() {
+  cp -r bottle python2-bottle
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-02-05 Thread Felix Yan
Date: Thursday, February 6, 2014 @ 03:14:51
  Author: fyan
Revision: 105361

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 105360, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 02:14:05 UTC (rev 105360)
+++ PKGBUILD2014-02-06 02:14:51 UTC (rev 105361)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.1
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2')
-source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
-
-build() {
-  cp -r bottle-${pkgver} python2-bottle-${pkgver}
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle-${pkgver}
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-sha512sums=('90b61ac75f422210303153a110a75671b86e571b856f04701babd5f42104cec57d170a273d94b3fc104a0b054db0346ff1acd54d9cc88085a27696ba681ad29d')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 105360, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 02:14:51 UTC (rev 105361)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.2
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2' 'git')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+build() {
+  cp -r bottle python2-bottle
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+sha512sums=('SKIP')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2014-02-04 Thread Felix Yan
Date: Wednesday, February 5, 2014 @ 04:32:19
  Author: fyan
Revision: 105326

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 105325, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-05 03:31:39 UTC (rev 105325)
+++ PKGBUILD2014-02-05 03:32:19 UTC (rev 105326)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.11.6
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2')
-source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  cp -r bottle-${pkgver} python2-bottle-${pkgver}
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd ${srcdir}/bottle-${pkgver}
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd ${srcdir}/python2-bottle-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-md5sums=('88953166fbb9b5b4718c59f2b89b205b')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 105325, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-05 03:32:19 UTC (rev 105326)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.1
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2')
+source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
+
+build() {
+  cp -r bottle-${pkgver} python2-bottle-${pkgver}
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle-${pkgver}
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+sha512sums=('90b61ac75f422210303153a110a75671b86e571b856f04701babd5f42104cec57d170a273d94b3fc104a0b054db0346ff1acd54d9cc88085a27696ba681ad29d')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:00:12
  Author: fyan
Revision: 86911

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 86910, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 11:58:52 UTC (rev 86910)
+++ PKGBUILD2013-03-24 12:00:12 UTC (rev 86911)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.11.5
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2')
-source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  cp -r bottle-${pkgver} python2-bottle-${pkgver}
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd ${srcdir}/bottle-${pkgver}
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd ${srcdir}/python2-bottle-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-md5sums=('4b38a5b94ba0ba7c19f1af2a2e17364a')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 86910, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 12:00:12 UTC (rev 86911)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.11.6
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2')
+source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  cp -r bottle-${pkgver} python2-bottle-${pkgver}
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd ${srcdir}/bottle-${pkgver}
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd ${srcdir}/python2-bottle-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+md5sums=('88953166fbb9b5b4718c59f2b89b205b')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2013-01-24 Thread Felix Yan
Date: Thursday, January 24, 2013 @ 16:25:20
  Author: fyan
Revision: 82830

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 82829, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 15:24:30 UTC (rev 82829)
+++ PKGBUILD2013-01-24 15:25:20 UTC (rev 82830)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.11.4
-pkgrel=2
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2')
-source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  cp -r bottle-${pkgver} python2-bottle-${pkgver}
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd ${srcdir}/bottle-${pkgver}
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd ${srcdir}/python2-bottle-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-md5sums=('cab1d6179f2a6573b868d769e0c9bcf9')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 82829, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 15:25:20 UTC (rev 82830)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.11.5
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2')
+source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  cp -r bottle-${pkgver} python2-bottle-${pkgver}
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd ${srcdir}/bottle-${pkgver}
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd ${srcdir}/python2-bottle-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+md5sums=('4b38a5b94ba0ba7c19f1af2a2e17364a')