diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-05-08 15:22:11 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-05-08 15:22:11 +0000 |
commit | a1797c414af5b4b4dacde11ca2d53d3beec97d54 (patch) | |
tree | ff6ef7836b0a85865e96b93e424e44f6ae8adb5b /dev-python/pycparser | |
parent | Marked ~hppa (bug #468984). (diff) | |
download | gentoo-2-a1797c414af5b4b4dacde11ca2d53d3beec97d54.tar.gz gentoo-2-a1797c414af5b4b4dacde11ca2d53d3beec97d54.tar.bz2 gentoo-2-a1797c414af5b4b4dacde11ca2d53d3beec97d54.zip |
Add py3.3 support
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r-- | dev-python/pycparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycparser/pycparser-2.09.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog index 0a53d92d5711..a1d0ec15153a 100644 --- a/dev-python/pycparser/ChangeLog +++ b/dev-python/pycparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycparser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.4 2013/03/20 08:03:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.5 2013/05/08 15:22:11 idella4 Exp $ + + 08 May 2013; Ian Delaney <idella4@gentoo.org> pycparser-2.09.1.ebuild: + Add py3.3 support 20 Mar 2013; Ian Delaney <idella4@gentoo.org> pycparser-2.09.1.ebuild: pypy support tested, added diff --git a/dev-python/pycparser/pycparser-2.09.1.ebuild b/dev-python/pycparser/pycparser-2.09.1.ebuild index 2e5c96b2a0da..1967ecc9f4fc 100644 --- a/dev-python/pycparser/pycparser-2.09.1.ebuild +++ b/dev-python/pycparser/pycparser-2.09.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.09.1.ebuild,v 1.2 2013/03/20 08:03:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.09.1.ebuild,v 1.3 2013/05/08 15:22:11 idella4 Exp $ EAPI="5" -# 3.3 not supported due to nose lacking support -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 vcs-snapshot |