shithub: aubio

Download patch

ref: cb7835dbf0ebbbf950bd9ef3a74b3abd605ec2e5
parent: 3a004bbc0d61d198ce78c43c4d49c452bdd93d66
author: Paul Brossier <piem@piem.org>
date: Thu Nov 17 09:04:28 EST 2016

Makefile: use bdist_wheel in test_pure_python

--- a/Makefile
+++ b/Makefile
@@ -54,9 +54,8 @@
 	-rm -rf build/ python/gen/
 	-rm -f dist/*.egg
 	-pip install -v -r requirements.txt
-	CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg
-	[ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \
-		easy_install dist/*.egg
+	CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel
+	pip install dist/aubio-*.whl
 	nose2 -N 4
 	pip uninstall -v -y aubio