[arch-commits] Commit in python-cytoolz/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Apr 4 20:18:27 UTC 2020
Date: Saturday, April 4, 2020 @ 20:18:24
Author: dvzrv
Revision: 611706
upgpkg: python-cytoolz 0.10.1-3: Making sure to also build the python extension parts (FS#66109).
Modified:
python-cytoolz/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 20:17:15 UTC (rev 611705)
+++ PKGBUILD 2020-04-04 20:18:24 UTC (rev 611706)
@@ -3,7 +3,7 @@
_name=cytoolz
pkgname=python-cytoolz
pkgver=0.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="Cython implementation of Toolz: High performance functional utilities"
arch=('x86_64')
url="https://github.com/pytoolz/cytoolz/"
@@ -20,7 +20,10 @@
build() {
cd "$pkgname-$pkgver"
+ # build C extension
python setup.py build_ext --inplace --with-cython
+ # build python extension
+ python setup.py build
}
check() {
More information about the arch-commits
mailing list