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

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Jan 16 04:41:18 UTC 2014


    Date: Thursday, January 16, 2014 @ 05:41:17
  Author: seblu
Revision: 104115

upgpkg: python-sphinx 1.2-2

- fix FS#38537

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-16 02:37:00 UTC (rev 104114)
+++ PKGBUILD	2014-01-16 04:41:17 UTC (rev 104115)
@@ -6,7 +6,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://sphinx.pocoo.org/'
 license=('GPL')
@@ -43,19 +43,19 @@
 build() {
   msg2 'Python 3 version'
   cd "$srcdir"/Sphinx-$pkgver
-  make build
+  make PYTHON=python3 build
   msg2 'Python 2 version'
   cd "$srcdir"/Sphinx-${pkgver}2
-  make build
+  make PYTHON=python2 build
 }
 
 check() {
   msg2 'Python 3 version'
   cd "$srcdir"/Sphinx-$pkgver
-  make test
+  make PYTHON=python3 test
   msg2 'Python 2 version'
   cd "$srcdir"/Sphinx-${pkgver}2
-  make test
+  make PYTHON=python2 test
 }
 
 package_python-sphinx() {




More information about the arch-commits mailing list