From: David Seifert Date: Sat, 28 Dec 2019 16:12:22 +0000 (+0100) Subject: dev-python/fastparquet: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13d45b0caab26f21651e869c348e26518c1fe862;p=gentoo.git dev-python/fastparquet: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/fastparquet/fastparquet-0.1.1.ebuild b/dev-python/fastparquet/fastparquet-0.1.1.ebuild index 01c8d3c54fbb..2c111de86d0e 100644 --- a/dev-python/fastparquet/fastparquet-0.1.1.ebuild +++ b/dev-python/fastparquet/fastparquet-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/fastparquet/fastparquet-0.1.5.ebuild b/dev-python/fastparquet/fastparquet-0.1.5.ebuild index dbd31aefa218..1bbe3ece30f9 100644 --- a/dev-python/fastparquet/fastparquet-0.1.5.ebuild +++ b/dev-python/fastparquet/fastparquet-0.1.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1