From: Michał Górny Date: Wed, 3 Jan 2018 09:00:09 +0000 (+0100) Subject: dev-python/fields: Tested on pypy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c67bf934da4fa3f9408a15d09955c40e8e71ec5a;p=gentoo.git dev-python/fields: Tested on pypy3 --- diff --git a/dev-python/fields/fields-5.0.0.ebuild b/dev-python/fields/fields-5.0.0.ebuild index f9032a554d89..963fa32d3f22 100644 --- a/dev-python/fields/fields-5.0.0.ebuild +++ b/dev-python/fields/fields-5.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Container class boilerplate killer"