[arch-commits] Commit in python2-webpy/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 11:03:29 UTC 2018


    Date: Sunday, March 25, 2018 @ 11:03:28
  Author: bpiotrowski
Revision: 312561

archrelease: copy trunk to community-any

Added:
  python2-webpy/repos/community-any/PKGBUILD
    (from rev 312560, python2-webpy/trunk/PKGBUILD)
Deleted:
  python2-webpy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 11:03:23 UTC (rev 312560)
+++ PKGBUILD	2018-03-25 11:03:28 UTC (rev 312561)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: Erol V. Aktay <e.aktay at gmail.com>
-
-pkgname=python2-webpy
-pkgver=0.37
-pkgrel=6
-pkgdesc='Simple but powerful web framework for python'
-arch=('any')
-url='http://webpy.org/'
-license=('custom:public domain')
-depends=('python2')
-optdepends=('python2-flup: deploy web applications via FastCGI (recommended)'
-            'python2-psycopg2: use PostgreSQL as the backing database'
-            'mysql-python: use MySQL as the backing database'
-            'python2-mako: alternative templating engine')
-source=("http://webpy.org/static/web.py-$pkgver.tar.gz")
-sha256sums=('748c7e99ad9e36f62ea19f7965eb7dd7860b530e8f563ed60ce3e53e7409a550')
-
-prepare() {
-  cd "web.py-$pkgver"
-
-  echo 'web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.' > LICENSE 
-
-  find . -name '*.py' -print0 |xargs -0 \
-    sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
-    -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}
-
-
-package() {
-  cd "web.py-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-webpy/repos/community-any/PKGBUILD (from rev 312560, python2-webpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-25 11:03:28 UTC (rev 312561)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: Erol V. Aktay <e.aktay at gmail.com>
+
+pkgname=python2-webpy
+pkgver=0.37
+pkgrel=7
+pkgdesc='Simple but powerful web framework for python'
+arch=('any')
+url='http://webpy.org/'
+license=('custom:public domain')
+depends=('python2')
+optdepends=('python2-psycopg2: use PostgreSQL as the backing database'
+            'mysql-python: use MySQL as the backing database'
+            'python2-mako: alternative templating engine')
+source=("http://webpy.org/static/web.py-$pkgver.tar.gz")
+sha256sums=('748c7e99ad9e36f62ea19f7965eb7dd7860b530e8f563ed60ce3e53e7409a550')
+
+prepare() {
+  cd "web.py-$pkgver"
+
+  echo 'web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.' > LICENSE 
+
+  find . -name '*.py' -print0 |xargs -0 \
+    sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+    -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}
+
+
+package() {
+  cd "web.py-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list