diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:22 +0100 |
commit | 13d45b0caab26f21651e869c348e26518c1fe862 (patch) | |
tree | a41b5d88736168e0c70fba297849c2833281766d /dev-python/fastparquet | |
parent | dev-python/envoy: Remove Py2 (diff) | |
download | gentoo-13d45b0caab26f21651e869c348e26518c1fe862.tar.gz gentoo-13d45b0caab26f21651e869c348e26518c1fe862.tar.bz2 gentoo-13d45b0caab26f21651e869c348e26518c1fe862.zip |
dev-python/fastparquet: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/fastparquet')
-rw-r--r-- | dev-python/fastparquet/fastparquet-0.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/fastparquet/fastparquet-0.1.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |