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

Eli Schwartz eschwartz at archlinux.org
Sun Jul 29 08:31:48 UTC 2018


    Date: Sunday, July 29, 2018 @ 08:31:47
  Author: eschwartz
Revision: 364307

fix typo, not that it matters because sphinx already pulls it in...

reorder build commands to prevent copying yet more stuff being delayed until package()

Modified:
  python-wtforms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-29 08:18:42 UTC (rev 364306)
+++ PKGBUILD	2018-07-29 08:31:47 UTC (rev 364307)
@@ -13,7 +13,7 @@
 arch=('any')
 license=('BSD')
 makedepends=('python-setuptools' 'python-babel' 'python-sphinx'
-             'python2-setuptools' 'python-babel' 'python2-sphinx')
+             'python2-setuptools' 'python2-babel' 'python2-sphinx')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
 sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
 
@@ -23,11 +23,11 @@
 
 build() {
   (cd ${_pyname}-${pkgver}
-    python setup.py build compile_catalog
+    python setup.py compile_catalog build
     make -C docs html SPHINXBUILD=sphinx-build
   )
   (cd ${_pyname}-${pkgver}-py2
-    python2 setup.py build compile_catalog
+    python2 setup.py compile_catalog build
     make -C docs html SPHINXBUILD=sphinx-build2
   )
 }



More information about the arch-commits mailing list