commit: cc1013df9fab817bea368d4ee1741d775e2cecb8 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jan 8 21:44:35 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 20:14:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1013df
dev-python/imagesize: Add pypy and pypy3 impls Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/imagesize/imagesize-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index 091dce0..fe16853 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5} pypy{,3} ) inherit distutils-r1