[arch-commits] Commit in python2-werkzeug/repos (2 files)

Ángel Velásquez angvp at nymeria.archlinux.org
Mon Aug 19 10:34:41 UTC 2013


    Date: Monday, August 19, 2013 @ 12:34:41
  Author: angvp
Revision: 96027

archrelease: copy trunk to community-testing-any

Added:
  python2-werkzeug/repos/community-testing-any/
  python2-werkzeug/repos/community-testing-any/PKGBUILD
    (from rev 96026, python2-werkzeug/trunk/PKGBUILD)

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

Copied: python2-werkzeug/repos/community-testing-any/PKGBUILD (from rev 96026, python2-werkzeug/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-19 10:34:41 UTC (rev 96027)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=python2-werkzeug
+pkgver=0.9.1
+pkgrel=2
+pkgdesc='The Swiss Army knife of Python web development'
+arch=('any')
+url='http://werkzeug.pocoo.org/'
+license=('custom:BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-${pkgver}.tar.gz")
+md5sums=('41ff407867a90c6f252cdacf2d6c2fd4')
+
+build() {
+  cd Werkzeug-${pkgver}
+
+  python2 setup.py build
+}
+
+#check() {
+#  cd Werkzeug-${pkgver}
+#
+#  python2 setup.py test
+#}
+
+package() {
+  cd Werkzeug-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -d ${pkgdir}/usr/share/licenses/python2-werkzeug
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/python2-werkzeug
+}




More information about the arch-commits mailing list