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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9586D138350 for ; Mon, 16 Mar 2020 21:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C23E0CC7; Mon, 16 Mar 2020 21:21:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE9DE0CC7 for ; Mon, 16 Mar 2020 21:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AFF434E4C9 for ; Mon, 16 Mar 2020 21:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C995AF for ; Mon, 16 Mar 2020 21:21:18 +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: <1584393654.543bcbb1080d00915b8ff7bee3572dd213d9cdd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.deprecated X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 543bcbb1080d00915b8ff7bee3572dd213d9cdd2 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:21: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: e6c8d88d-d67a-4663-9794-ffd45ace0bd5 X-Archives-Hash: d097f10e563011b43e3fd158583f69a4 commit: 543bcbb1080d00915b8ff7bee3572dd213d9cdd2 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 21:20:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:20:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543bcbb1 package.deprecated: Deprecate py2 virtual/python-* Signed-off-by: Michał Górny gentoo.org> profiles/package.deprecated | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 396296ea92f..c7834cb8e2f 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,21 @@ #--- END OF EXAMPLES --- +# Michał Górny (2020-03-16) +# Virtuals for Python 2 backports. Mostly obsolete, and some of them +# are really confusing. Use $(python_gen_cond_dep ...) instead +# if your package still needs to support Python 2 (or remove it +# for Python 3 only packages). +virtual/python-backports_abc +virtual/python-enum34 +virtual/python-funcsigs +virtual/python-futures +virtual/python-ipaddress +virtual/python-pathlib +virtual/python-singledispatch +virtual/python-typing +virtual/python-unittest-mock + # Andreas Sturmlechner (2020-03-08) # dev-python/pygtk is in the process of being removed, tracker bug #706462 dev-python/pygtk