diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:10:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:24:22 +0100 |
commit | 1f8a4e83407b1ae5e60682bc3ed0eebee0712813 (patch) | |
tree | 0b15efacaf0a08b83e18bec1ca3126d5297b0080 /dev-python/libarchive-c | |
parent | dev-python/lesscpy: Remove py2 (diff) | |
download | gentoo-1f8a4e83407b1ae5e60682bc3ed0eebee0712813.tar.gz gentoo-1f8a4e83407b1ae5e60682bc3ed0eebee0712813.tar.bz2 gentoo-1f8a4e83407b1ae5e60682bc3ed0eebee0712813.zip |
dev-python/libarchive-c: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libarchive-c')
-rw-r--r-- | dev-python/libarchive-c/libarchive-c-2.7.ebuild | 2 | ||||
-rw-r--r-- | 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 ccd52d0a443e..9eb219000936 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 4e2991da0d2b..38360fd1077c 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/" |