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 A1780158095 for ; Fri, 2 Sep 2022 10:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D823BE0968; Fri, 2 Sep 2022 10:52:22 +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 C2C05E0968 for ; Fri, 2 Sep 2022 10:52:22 +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 CAD403411C2 for ; Fri, 2 Sep 2022 10:52:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC2C95B5 for ; Fri, 2 Sep 2022 10:52:18 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1662115930.5ed44c58aeaeaf4375321a7e8b5d25b9fee2d046.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild X-VCS-Directories: dev-python/mypy_extensions/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5ed44c58aeaeaf4375321a7e8b5d25b9fee2d046 X-VCS-Branch: master Date: Fri, 2 Sep 2022 10:52:18 +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: 2cfea6de-4966-45cf-aa1a-8a4fe74a7dfe X-Archives-Hash: 412d4ff66b500e5eed7ed5d02c3614af commit: 5ed44c58aeaeaf4375321a7e8b5d25b9fee2d046 Author: Marek Szuba gentoo org> AuthorDate: Fri Sep 2 10:42:01 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Sep 2 10:52:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed44c58 dev-python/mypy_extensions: explain lack of py3.11 support So that devs whose own packages depend on this know why without wasting time on running tests themselves. Signed-off-by: Marek Szuba gentoo.org> dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild index d3b1859e996a..cc8dc65b7e0d 100644 --- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild +++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +# fails test_typeddict_errors on py3.11 PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1