From 3ada6e55b00b2c8b35f40e54e3139f22c5e541f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Sep 2020 17:43:06 +0200 Subject: [PATCH] dev-python/m2crypto: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{m2crypto-0.35.2.ebuild => m2crypto-0.35.2-r1.ebuild} | 2 +- .../{m2crypto-0.36.0.ebuild => m2crypto-0.36.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/m2crypto/{m2crypto-0.35.2.ebuild => m2crypto-0.35.2-r1.ebuild} (96%) rename dev-python/m2crypto/{m2crypto-0.36.0.ebuild => m2crypto-0.36.0-r1.ebuild} (97%) 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 cdf94b348b4f7..aea1e501c2b08 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 544cbbac4e159..98a5e00e55292 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