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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 974CF158089 for ; Fri, 6 Oct 2023 00:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E36E32BC073; Fri, 6 Oct 2023 00:42:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF1962BC073 for ; Fri, 6 Oct 2023 00:42:47 +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 DB34D335D02 for ; Fri, 6 Oct 2023 00:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 484509C8 for ; Fri, 6 Oct 2023 00:42:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1696552919.a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy/mypy-1.5.1.ebuild X-VCS-Directories: dev-python/mypy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3 X-VCS-Branch: master Date: Fri, 6 Oct 2023 00:42:45 +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: eee8836e-af31-42e3-b1ca-b5657d9521ec X-Archives-Hash: 7b86a5ce4b88d69ed7c256a298ac210d commit: a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3 Author: Eli Schwartz gmail com> AuthorDate: Thu Oct 5 21:43:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 6 00:41:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67f53f8 dev-python/mypy: remove outdated test dependencies - virtualenv was dropped alongside python2 support in upstream commit ed5a2a00cb2e30349614d9b5328f709c367ff1c2 - six was dropped in upstream commit a9f8df7cda032f637946bb2ea7a60f790f81350f As far as I can tell, py was never used. It was added in https://bugs.gentoo.org/729278 but 'py' used to be an internal pytest component and is currently only used by pytest-forked, which depends on it correctly, so it is not clear why mypy should care. [sam: add Bug tag for completeness.] Bug: https://bugs.gentoo.org/729278 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/mypy/mypy-1.5.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/mypy/mypy-1.5.1.ebuild b/dev-python/mypy/mypy-1.5.1.ebuild index cc6ca1914147..7a9d3c91109a 100644 --- a/dev-python/mypy/mypy-1.5.1.ebuild +++ b/dev-python/mypy/mypy-1.5.1.ebuild @@ -40,9 +40,6 @@ BDEPEND=" >=dev-python/lxml-4.4.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.4.0[${PYTHON_USEDEP}] >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}] - >=dev-python/py-1.5.2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}] ) "