From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC41158973 for ; Tue, 9 Feb 2016 14:31:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49F7021C14D; Tue, 9 Feb 2016 14:31:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBE0F21C14C for ; Tue, 9 Feb 2016 14:31:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1345D3408CF for ; Tue, 9 Feb 2016 14:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B88E48DF for ; Tue, 9 Feb 2016 14:31:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455028280.f47745c54f8397d2f46adaf8ae8ad94b95f0da0e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzmq/pyzmq-15.2.0.ebuild X-VCS-Directories: dev-python/pyzmq/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f47745c54f8397d2f46adaf8ae8ad94b95f0da0e X-VCS-Branch: master Date: Tue, 9 Feb 2016 14:31:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37c1b9a8-cbfd-4474-b547-51122657cd30 X-Archives-Hash: 78897cdfca8a13c50ea2457b089c1ad4 commit: f47745c54f8397d2f46adaf8ae8ad94b95f0da0e Author: Justin Lecher gentoo org> AuthorDate: Tue Feb 9 13:15:31 2016 +0000 Commit: Justin Lecher gentoo 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 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 }