dev-python/imagesize: Add pypy and pypy3 impls

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
David Seifert
2017-01-08 23:44:35 +02:00
parent 98b2c18a30
commit cc1013df9f

View File

@@ -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