[arch-commits] Commit in (5 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Aug 27 11:02:02 UTC 2013


    Date: Tuesday, August 27, 2013 @ 13:02:02
  Author: arodseth
Revision: 96380

Added python-werkzeug, needed by python-flask

Added:
  python-werkzeug/
  python-werkzeug/repos/
  python-werkzeug/repos/community-any/
  python-werkzeug/trunk/
  python-werkzeug/trunk/PKGBUILD

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Added: python-werkzeug/trunk/PKGBUILD
===================================================================
--- python-werkzeug/trunk/PKGBUILD	                        (rev 0)
+++ python-werkzeug/trunk/PKGBUILD	2013-08-27 11:02:02 UTC (rev 96380)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=python-werkzeug
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='The Swiss Army knife of Python web development'
+arch=('any')
+url='http://werkzeug.pocoo.org/'
+license=('custom:BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-${pkgver}.tar.gz")
+sha256sums=('d892523bb6110a8ff8bad51982bb76a9c168659b2d58369806fd9bf049b65669')
+
+build() {
+  cd "Werkzeug-$pkgver"
+
+  python setup.py build
+}
+
+check() {
+  cd "Werkzeug-$pkgver"
+
+  python setup.py test
+}
+
+package() {
+  cd "Werkzeug-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python-werkzeug/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list