From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1208002-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 7DF54138359
	for <garchives@archives.gentoo.org>; Sun, 20 Sep 2020 15:47:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C6340E094F;
	Sun, 20 Sep 2020 15:47:04 +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 ADDB4E094F
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 15:47:04 +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 B6CC4340CCD
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 15:47:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DF08379
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 15:47:00 +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: <1600616586.3ada6e55b00b2c8b35f40e54e3139f22c5e541f8.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2crypto/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild dev-python/m2crypto/m2crypto-0.35.2.ebuild dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild dev-python/m2crypto/m2crypto-0.36.0.ebuild
X-VCS-Directories: dev-python/m2crypto/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 3ada6e55b00b2c8b35f40e54e3139f22c5e541f8
X-VCS-Branch: master
Date: Sun, 20 Sep 2020 15:47:00 +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: d26e4477-b311-4c43-86aa-561b99e1e04e
X-Archives-Hash: 0a49706d6e1afc8d86eb87f00e1b71ef

commit:     3ada6e55b00b2c8b35f40e54e3139f22c5e541f8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:43:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:43:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ada6e55

dev-python/m2crypto: Remove python2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../m2crypto/{m2crypto-0.35.2.ebuild => m2crypto-0.35.2-r1.ebuild}      | 2 +-
 .../m2crypto/{m2crypto-0.36.0.ebuild => m2crypto-0.36.0-r1.ebuild}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/m2crypto/m2crypto-0.35.2.ebuild b/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild
similarity index 96%
rename from dev-python/m2crypto/m2crypto-0.35.2.ebuild
rename to dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild
index cdf94b348b4..aea1e501c2b 100644
--- a/dev-python/m2crypto/m2crypto-0.35.2.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+PYTHON_COMPAT=( python3_{6,7,8})
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 toolchain-funcs

diff --git a/dev-python/m2crypto/m2crypto-0.36.0.ebuild b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
similarity index 97%
rename from dev-python/m2crypto/m2crypto-0.36.0.ebuild
rename to dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
index 544cbbac4e1..98a5e00e552 100644
--- a/dev-python/m2crypto/m2crypto-0.36.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 toolchain-funcs