From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AA6B139360 for ; Sat, 7 Aug 2021 14:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 464DCE081E; Sat, 7 Aug 2021 14:31:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29791E081E for ; Sat, 7 Aug 2021 14:31:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BABE3342BA4 for ; Sat, 7 Aug 2021 14:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EBD925 for ; Sat, 7 Aug 2021 14:31:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1628346483.953e50ae900c1058e78c00c5e0c38d3acdce7b73.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fonttools/fonttools-4.26.1-r1.ebuild dev-python/fonttools/fonttools-4.26.1.ebuild X-VCS-Directories: dev-python/fonttools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 953e50ae900c1058e78c00c5e0c38d3acdce7b73 X-VCS-Branch: master Date: Sat, 7 Aug 2021 14:31:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc6ca569-5977-497f-876f-40d61f4c20d1 X-Archives-Hash: 323afb459b504d05e294b0af235058c8 commit: 953e50ae900c1058e78c00c5e0c38d3acdce7b73 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 7 14:28:03 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 7 14:28:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953e50ae dev-python/fonttools: Fix automagic dep on cython Reported by Arthur Zamarin. Thanks! Signed-off-by: Michał Górny gentoo.org> .../{fonttools-4.26.1.ebuild => fonttools-4.26.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/fonttools/fonttools-4.26.1.ebuild b/dev-python/fonttools/fonttools-4.26.1-r1.ebuild similarity index 93% rename from dev-python/fonttools/fonttools-4.26.1.ebuild rename to dev-python/fonttools/fonttools-4.26.1-r1.ebuild index 4d8ca0ed94f..2ed01e966da 100644 --- a/dev-python/fonttools/fonttools-4.26.1.ebuild +++ b/dev-python/fonttools/fonttools-4.26.1-r1.ebuild @@ -19,6 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]" BDEPEND=" ${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}] test? ( app-arch/brotli[python,${PYTHON_USEDEP}] app-arch/zopfli @@ -42,6 +43,10 @@ python_prepare_all() { distutils-r1_python_prepare_all } +src_configure() { + DISTUTILS_ARGS=( --with-cython ) +} + python_test() { distutils_install_for_testing # virtualx used when matplotlib is installed causing plot module tests to run