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 17F95158086 for ; Tue, 2 Nov 2021 13:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C46CE0848; Tue, 2 Nov 2021 13:18:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3225DE0848 for ; Tue, 2 Nov 2021 13:18:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26842342E9D for ; Tue, 2 Nov 2021 13:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8CA7D0 for ; Tue, 2 Nov 2021 13:18:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635859072.3d315e3960e7fab3ede04272b61049c8209fc34c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy/mypy-0.910-r1.ebuild dev-python/mypy/mypy-0.910.ebuild X-VCS-Directories: dev-python/mypy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3d315e3960e7fab3ede04272b61049c8209fc34c X-VCS-Branch: master Date: Tue, 2 Nov 2021 13:18:26 +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: e0a335a7-b3d2-4ae1-9dba-2fe3cda947fd X-Archives-Hash: cd4f97c821d8685eea785c9ff33e266c commit: 3d315e3960e7fab3ede04272b61049c8209fc34c Author: Arthur Zamarin gentoo org> AuthorDate: Tue Nov 2 13:16:08 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 2 13:17:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d315e39 dev-python/mypy: add rdep on dev-python/toml toml is used by mypy during runtime (for example in file mypy/config_parser.py). Please note that it was replaced with tomli, relevant to next version bump. Closes: https://bugs.gentoo.org/821274 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/mypy/{mypy-0.910.ebuild => mypy-0.910-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/mypy/mypy-0.910.ebuild b/dev-python/mypy/mypy-0.910-r1.ebuild similarity index 93% rename from dev-python/mypy/mypy-0.910.ebuild rename to dev-python/mypy/mypy-0.910-r1.ebuild index e34ce4d6d95..99219a9f53b 100644 --- a/dev-python/mypy/mypy-0.910.ebuild +++ b/dev-python/mypy/mypy-0.910-r1.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" # stubgen collides with this package: https://bugs.gentoo.org/585594 +# Note: replace toml with tomli on next version bump +# https://github.com/python/mypy/pull/10824 RDEPEND=" !dev-util/stubgen >=dev-python/psutil-4[${PYTHON_USEDEP}] @@ -23,6 +25,7 @@ RDEPEND=" >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}] >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]