[arch-commits] Commit in python-future/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Sep 26 02:53:18 UTC 2015


    Date: Saturday, September 26, 2015 @ 04:53:18
  Author: fyan
Revision: 141638

upgpkg: python-future 0.15.2-2

don't add python 3 pycs into python2 package

Modified:
  python-future/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-26 02:44:33 UTC (rev 141637)
+++ PKGBUILD	2015-09-26 02:53:18 UTC (rev 141638)
@@ -7,7 +7,7 @@
 pkgbase=python-future
 pkgname=(python-future python2-future)
 pkgver=0.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Clean single-source support for Python 3 and 2"
 url="http://python-future.org/"
 arch=('any')
@@ -66,7 +66,7 @@
   depends=('python2')
   optdepends=('python2-setuptools: futurize2 and pasteurize2 scripts')
 
-  cd "$srcdir/future-$pkgver"
+  cd "$srcdir/future-$pkgver-py2"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
 



More information about the arch-commits mailing list