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 EB580138350 for ; Wed, 29 Jan 2020 15:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6664E08F4; Wed, 29 Jan 2020 15:01:27 +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 BBB2FE08F4 for ; Wed, 29 Jan 2020 15:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3D76834E4CA for ; Wed, 29 Jan 2020 15:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0219B0 for ; Wed, 29 Jan 2020 15:01:23 +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: <1580309926.5f58bab4f7c0b17b8750eca39f20cf2f0788292d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lxml/lxml-4.4.2.ebuild dev-python/lxml/lxml-4.4.3.ebuild X-VCS-Directories: dev-python/lxml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f58bab4f7c0b17b8750eca39f20cf2f0788292d X-VCS-Branch: master Date: Wed, 29 Jan 2020 15:01:23 +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: 6d3b4eb4-eb86-44b2-8d94-f62523f79769 X-Archives-Hash: b9198d42285e732feb5e018f3b62d2eb commit: 5f58bab4f7c0b17b8750eca39f20cf2f0788292d Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Wed Jan 29 13:45:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 29 14:58:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f58bab4 dev-python/lxml: pull cython[pypy3] Building lxml with pypy3 compatibility requires the pypy3 version of cython. Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14497 Signed-off-by: Michał Górny gentoo.org> dev-python/lxml/lxml-4.4.2.ebuild | 2 +- dev-python/lxml/lxml-4.4.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/lxml/lxml-4.4.2.ebuild b/dev-python/lxml/lxml-4.4.2.ebuild index 494b32823d6..a1977b72205 100644 --- a/dev-python/lxml/lxml-4.4.2.ebuild +++ b/dev-python/lxml/lxml-4.4.2.ebuild @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/cssselect[${PYTHON_USEDEP}] ) " diff --git a/dev-python/lxml/lxml-4.4.3.ebuild b/dev-python/lxml/lxml-4.4.3.ebuild index 83107898492..8e5f5c5c548 100644 --- a/dev-python/lxml/lxml-4.4.3.ebuild +++ b/dev-python/lxml/lxml-4.4.3.ebuild @@ -25,7 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/cssselect[${PYTHON_USEDEP}] ) "