commit:     f47745c54f8397d2f46adaf8ae8ad94b95f0da0e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 13:15:31 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 14:31:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47745c5

dev-python/pyzmq: Freshly cythonize source

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pyzmq/pyzmq-15.2.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/pyzmq/pyzmq-15.2.0.ebuild 
b/dev-python/pyzmq/pyzmq-15.2.0.ebuild
index 14689d3..ce4a923 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
 }

Reply via email to