diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-3.3.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index d6696c8f4a71..4c9c791a05e8 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.118 2014/02/11 06:30:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.119 2014/02/11 06:50:50 bicatali Exp $ + + 11 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> simplejson-3.3.0.ebuild: + Added python-3.2 compat 11 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> simplejson-3.3.2.ebuild: Added python-3.2 compat diff --git a/dev-python/simplejson/simplejson-3.3.0.ebuild b/dev-python/simplejson/simplejson-3.3.0.ebuild index 1d7e13f8059b..8d2ad8b9b268 100644 --- a/dev-python/simplejson/simplejson-3.3.0.ebuild +++ b/dev-python/simplejson/simplejson-3.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild,v 1.10 2013/09/05 18:46:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild,v 1.11 2014/02/11 06:50:50 bicatali Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 flag-o-matic |