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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83EF615808D for ; Fri, 22 Apr 2022 15:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97925E0891; Fri, 22 Apr 2022 15:28:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41B56E0891 for ; Fri, 22 Apr 2022 15:28:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 551B5341CB8 for ; Fri, 22 Apr 2022 15:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD0E3342 for ; Fri, 22 Apr 2022 15:28:12 +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: <1650641287.6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild X-VCS-Directories: dev-python/setuptools-rust/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1 X-VCS-Branch: master Date: Fri, 22 Apr 2022 15:28:12 +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: adf3409d-5ab5-4e39-95a5-0d5c8412c3bd X-Archives-Hash: 42c6d9a655f3d11026c4eb811665ba68 commit: 6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 22 15:23:43 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 22 15:28:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac56d95 dev-python/setuptools-rust: Add a blocker on python-distutils-extra Bug: https://bugs.gentoo.org/840122 Bug: https://github.com/PyO3/setuptools-rust/issues/221 Signed-off-by: Michał Górny gentoo.org> ...setuptools-rust-1.2.0.ebuild => setuptools-rust-1.2.0-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild similarity index 93% rename from dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild rename to dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild index 7597871a85bb..260d1c72709b 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild @@ -118,6 +118,12 @@ BDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] ) " +# there seems to be a problem with setuptools-rust and python-distutils-extra +# being installed simultaneously +# https://github.com/PyO3/setuptools-rust/issues/221 +RDEPEND+=" + !!dev-python/python-distutils-extra +" src_unpack() { cargo_src_unpack