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
===================================================================
--- PKGBUILD    2015-10-25 01:28:49 UTC (rev 144947)
+++ PKGBUILD    2015-10-25 01:29:07 UTC (rev 144948)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Richard Murri <[email protected]>
-# Contributor: Farhad Shahbazi <[email protected]>
-# Contributor: Felix Kaiser <[email protected]>
-
-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)
+++ PKGBUILD    2015-10-25 01:29:07 UTC (rev 144948)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Richard Murri <[email protected]>
+# Contributor: Farhad Shahbazi <[email protected]>
+# Contributor: Felix Kaiser <[email protected]>
+
+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}
+}

Reply via email to