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

Felix Yan fyan at nymeria.archlinux.org
Tue Jan 28 14:32:48 UTC 2014


    Date: Tuesday, January 28, 2014 @ 15:32:48
  Author: fyan
Revision: 104940

upgpkg: python2-poster 0.8.1-3

- add missing -O1 option, to include .pyo files in package

Modified:
  python2-poster/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-28 14:28:57 UTC (rev 104939)
+++ PKGBUILD	2014-01-28 14:32:48 UTC (rev 104940)
@@ -4,7 +4,7 @@
 
 pkgname=python2-poster
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of classes and functions to faciliate making HTTP POST (or PUT) requests using the standard multipart/form-data encoding in Python with urllib2"
 arch=(any)
 url="http://atlee.ca/software/poster/"
@@ -29,7 +29,7 @@
 
 package() {
   cd poster-$pkgver
-  python2 setup.py install --root="$pkgdir"
+  python2 setup.py install -O1 --root="$pkgdir"
 
   install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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



More information about the arch-commits mailing list