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 A3F7F158092 for ; Sat, 18 Jun 2022 09:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0A7CE089A; Sat, 18 Jun 2022 09:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C019E089A for ; Sat, 18 Jun 2022 09:31:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6889D3419A7 for ; Sat, 18 Jun 2022 09:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07C34FA for ; Sat, 18 Jun 2022 09:31:27 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1655544347.0111eb3b5dea5c81f6c9aff09ccc0051a172593d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-0.12.20.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 0111eb3b5dea5c81f6c9aff09ccc0051a172593d X-VCS-Branch: master Date: Sat, 18 Jun 2022 09:31:27 +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: 23c966f2-e0b3-4468-953e-8c696212020b X-Archives-Hash: 1dfe9256c4e0e2c9f5f2a0c1b6e15d40 commit: 0111eb3b5dea5c81f6c9aff09ccc0051a172593d Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jun 18 07:33:08 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Jun 18 09:25:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0111eb3b dev-util/maturin: add pypy3 to tomli Only optional with 3.11+. Skip revbump given bumps are frequent, no pypy3 rdeps yet, and is pulled by other dependencies. Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.12.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/maturin/maturin-0.12.20.ebuild b/dev-util/maturin/maturin-0.12.20.ebuild index 220a3fe60583..ac928db1ea5b 100644 --- a/dev-util/maturin/maturin-0.12.20.ebuild +++ b/dev-util/maturin/maturin-0.12.20.ebuild @@ -348,7 +348,7 @@ RESTRICT="!test? ( test )" RDEPEND=" $(python_gen_cond_dep ' dev-python/tomli[${PYTHON_USEDEP}] - ' 3.{8..10})" + ' 3.{8..10} pypy3)" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] doc? ( app-text/mdbook )