diff options
author | 2014-04-16 08:20:10 +0000 | |
---|---|---|
committer | 2014-04-16 08:20:10 +0000 | |
commit | 5988124c2251ab89825fb5ea2824bcb1e9a245b2 (patch) | |
tree | f142b3393146fc078bd4e977cd72cd3e7898145c /dev-python/xmltodict | |
parent | Stable for ppc64, wrt bug #507432 (diff) | |
download | gentoo-2-5988124c2251ab89825fb5ea2824bcb1e9a245b2.tar.gz gentoo-2-5988124c2251ab89825fb5ea2824bcb1e9a245b2.tar.bz2 gentoo-2-5988124c2251ab89825fb5ea2824bcb1e9a245b2.zip |
add pypy support
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/xmltodict')
-rw-r--r-- | dev-python/xmltodict/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.8.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/xmltodict/ChangeLog b/dev-python/xmltodict/ChangeLog index 434744e48cf2..5a43e3659863 100644 --- a/dev-python/xmltodict/ChangeLog +++ b/dev-python/xmltodict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/xmltodict # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v 1.7 2014/04/02 21:12:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v 1.8 2014/04/16 08:20:10 idella4 Exp $ + + 16 Apr 2014; Ian Delaney <idella4@gentoo.org> xmltodict-0.8.7.ebuild: + add pypy support *xmltodict-0.8.7 (02 Apr 2014) diff --git a/dev-python/xmltodict/xmltodict-0.8.7.ebuild b/dev-python/xmltodict/xmltodict-0.8.7.ebuild index f297ddfb5a2a..3afdff84b803 100644 --- a/dev-python/xmltodict/xmltodict-0.8.7.ebuild +++ b/dev-python/xmltodict/xmltodict-0.8.7.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/xmltodict/xmltodict-0.8.7.ebuild,v 1.1 2014/04/02 21:12:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/xmltodict-0.8.7.ebuild,v 1.2 2014/04/16 08:20:10 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON" |