dev-python/libarchive-c: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:10:36 +0000 (17:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:22 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/libarchive-c/libarchive-c-2.7.ebuild
dev-python/libarchive-c/libarchive-c-2.8.ebuild

index ccd52d0a443e0d0f03845a97a4576c74b5981f4a..9eb2190009365da3ea50bf0ad284a93d105ae900 100644 (file)
@@ -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/"
index 4e2991da0d2b58e0913118daf1876e1cec64e337..38360fd1077cc19fc231850fd21a71534d328cc6 100644 (file)
@@ -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/"