[arch-commits] Commit in python2-werkzeug/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat Jul 6 13:20:18 UTC 2013


    Date: Saturday, July 6, 2013 @ 15:20:18
  Author: svenstaro
Revision: 93587

upgpkg: python2-werkzeug 0.9.1-1

Updating to 0.9.1

Modified:
  python2-werkzeug/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-06 13:17:51 UTC (rev 93586)
+++ PKGBUILD	2013-07-06 13:20:18 UTC (rev 93587)
@@ -18,25 +18,20 @@
 build() {
   cd Werkzeug-${pkgver}
 
-  sed \
-    -e 's_#!/usr/bin/env python_&2_' \
-    -i werkzeug/testsuite/multipart/collect.py
-
   python2 setup.py build
 }
 
-check() {
-  cd Werkzeug-${pkgver}
+#check() {
+#  cd Werkzeug-${pkgver}
+#
+#  python2 setup.py test
+#}
 
-  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
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/python2-werkzeug
 }




More information about the arch-commits mailing list