summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-09 14:15:31 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-09 15:31:20 +0100
commitf47745c54f8397d2f46adaf8ae8ad94b95f0da0e (patch)
treee205bcb2b113e8e07f8cae1eddeda2d6f981811b /dev-python
parentmedia-sound/murmur: Removed old. (diff)
downloadgentoo-f47745c54f8397d2f46adaf8ae8ad94b95f0da0e.tar.gz
gentoo-f47745c54f8397d2f46adaf8ae8ad94b95f0da0e.tar.bz2
gentoo-f47745c54f8397d2f46adaf8ae8ad94b95f0da0e.zip
dev-python/pyzmq: Freshly cythonize source
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyzmq/pyzmq-15.2.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pyzmq/pyzmq-15.2.0.ebuild b/dev-python/pyzmq/pyzmq-15.2.0.ebuild
index 14689d380e2b..ce4a92311743 100644
--- a/dev-python/pyzmq/pyzmq-15.2.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-15.2.0.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-python/cffi:=[${PYTHON_USEDEP}]
dev-python/gevent[${PY2_USEDEP}]"
DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? (
>=dev-python/sphinx-1.3[${PYTHON_USEDEP}]
@@ -46,6 +47,7 @@ python_compile_all() {
}
python_compile() {
+ esetup.py cython --force
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}