commit:     1f8a4e83407b1ae5e60682bc3ed0eebee0712813
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 16:10:36 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 16:24:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8a4e83

dev-python/libarchive-c: Remove py2

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

 dev-python/libarchive-c/libarchive-c-2.7.ebuild | 2 +-
 dev-python/libarchive-c/libarchive-c-2.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild 
b/dev-python/libarchive-c/libarchive-c-2.7.ebuild
index ccd52d0a443..9eb21900093 100644
--- a/dev-python/libarchive-c/libarchive-c-2.7.ebuild
+++ b/dev-python/libarchive-c/libarchive-c-2.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 DESCRIPTION="A Python interface to libarchive"
 HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ 
https://pypi.org/project/libarchive-c/";

diff --git a/dev-python/libarchive-c/libarchive-c-2.8.ebuild 
b/dev-python/libarchive-c/libarchive-c-2.8.ebuild
index 4e2991da0d2..38360fd1077 100644
--- a/dev-python/libarchive-c/libarchive-c-2.8.ebuild
+++ b/dev-python/libarchive-c/libarchive-c-2.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 DESCRIPTION="A Python interface to libarchive"
 HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ 
https://pypi.org/project/libarchive-c/";

Reply via email to