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

Felix Yan fyan at nymeria.archlinux.org
Thu Feb 6 02:14:52 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-02-06 02:14:05 UTC (rev 105360)
+++ PKGBUILD	2014-02-06 02:14:51 UTC (rev 105361)
@@ -1,42 +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.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)
+++ PKGBUILD	2014-02-06 02:14:51 UTC (rev 105361)
@@ -0,0 +1,42 @@
+# $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.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')




More information about the arch-commits mailing list