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

Felix Yan fyan at nymeria.archlinux.org
Sun Mar 24 12:00:12 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-03-24 11:58:52 UTC (rev 86910)
+++ PKGBUILD	2013-03-24 12:00:12 UTC (rev 86911)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Richard Murri <admin at richardmurri.com>
-# Contributor: Farhad Shahbazi <farhad at enthusiasm.cc>
-# Contributor: Felix Kaiser <felix.kaiser at 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)
+++ PKGBUILD	2013-03-24 12:00:12 UTC (rev 86911)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Richard Murri <admin at richardmurri.com>
+# Contributor: Farhad Shahbazi <farhad at enthusiasm.cc>
+# Contributor: Felix Kaiser <felix.kaiser at 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')




More information about the arch-commits mailing list