From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1236599-garchives=archives.gentoo.org@lists.gentoo.org> 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 D33FD1382C5 for <garchives@archives.gentoo.org>; Fri, 1 Jan 2021 13:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CEDEE0872; Fri, 1 Jan 2021 13:11:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 64283E0872 for <gentoo-commits@lists.gentoo.org>; Fri, 1 Jan 2021 13:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0B8C7340C53 for <gentoo-commits@lists.gentoo.org>; Fri, 1 Jan 2021 13:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B4D9487 for <gentoo-commits@lists.gentoo.org>; Fri, 1 Jan 2021 13:10:59 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1609506562.954b9bd0d19c61bca72fe0b2deb0cf502ff7cbb1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 954b9bd0d19c61bca72fe0b2deb0cf502ff7cbb1 X-VCS-Branch: master Date: Fri, 1 Jan 2021 13:10:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e623d3b-0c59-4519-abd4-87e1473eaa29 X-Archives-Hash: 5a52679221d54295aae66dae386318e3 commit: 954b9bd0d19c61bca72fe0b2deb0cf502ff7cbb1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 10:14:03 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 13:09:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b9bd0 package.mask: Last rite dev-python/{{aio,}contextvars,dataclasses} Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 406403a5334..afa0b472489 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2021-01-01) +# Python 3.6 backports. Unnecessary for py3.7+. +# Removal in 14 days. +dev-python/aiocontextvars +dev-python/contextvars +dev-python/dataclasses + # Sergei Trofimovich <slyfox@gentoo.org> (2021-01-01) # Needs a port to modern Cabal. No revdeps. # Masked for removal. bug #735788, bug #737946