diff options
author | 2014-02-11 06:30:23 +0000 | |
---|---|---|
committer | 2014-02-11 06:30:23 +0000 | |
commit | 32f94da17be794dd652bd58977ab86eacba2f630 (patch) | |
tree | cf7cd20d1a78ea4b2f3c19df3132b2ab3c5742b3 /dev-python | |
parent | Added python-3.2 compat (diff) | |
download | gentoo-2-32f94da17be794dd652bd58977ab86eacba2f630.tar.gz gentoo-2-32f94da17be794dd652bd58977ab86eacba2f630.tar.bz2 gentoo-2-32f94da17be794dd652bd58977ab86eacba2f630.zip |
Added python-3.2 compat
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-3.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index b08d5f2783c5..d6696c8f4a71 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.117 2014/01/25 09:38:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.118 2014/02/11 06:30:23 bicatali Exp $ + + 11 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> simplejson-3.3.2.ebuild: + Added python-3.2 compat 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -simplejson-3.0.7.ebuild, -simplejson-3.1.3.ebuild, -simplejson-3.2.0.ebuild: diff --git a/dev-python/simplejson/simplejson-3.3.2.ebuild b/dev-python/simplejson/simplejson-3.3.2.ebuild index 66c7ee8da6d1..328871711879 100644 --- a/dev-python/simplejson/simplejson-3.3.2.ebuild +++ b/dev-python/simplejson/simplejson-3.3.2.ebuild @@ -1,9 +1,9 @@ # 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.2.ebuild,v 1.1 2014/01/25 09:36:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild,v 1.2 2014/02/11 06:30:22 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 |