diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-27 14:41:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-27 14:41:11 +0000 |
commit | 65e3c8c7151cf03d679668ee937dbb0e8f75ced5 (patch) | |
tree | 5761e83d42cfba121d2a5106865ef4ae71ec7c00 /dev-python/parse | |
parent | missing dep on six (diff) | |
download | gentoo-2-65e3c8c7151cf03d679668ee937dbb0e8f75ced5.tar.gz gentoo-2-65e3c8c7151cf03d679668ee937dbb0e8f75ced5.tar.bz2 gentoo-2-65e3c8c7151cf03d679668ee937dbb0e8f75ced5.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/parse')
-rw-r--r-- | dev-python/parse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/parse/parse-1.6.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/parse/ChangeLog b/dev-python/parse/ChangeLog index cebc0cd023f8..b6cabd0966c8 100644 --- a/dev-python/parse/ChangeLog +++ b/dev-python/parse/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/parse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/parse/ChangeLog,v 1.1 2014/10/06 22:52:15 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/parse/ChangeLog,v 1.2 2014/11/27 14:41:11 pacho Exp $ + + 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> parse-1.6.4.ebuild: + Support python 3.4 *parse-1.6.4 (06 Oct 2014) 06 Oct 2014; Alex Brandt <alunduil@gentoo.org> +parse-1.6.4.ebuild, +metadata.xml: add ebuild written by me - diff --git a/dev-python/parse/parse-1.6.4.ebuild b/dev-python/parse/parse-1.6.4.ebuild index c03ca838ec27..df15e28f89be 100644 --- a/dev-python/parse/parse-1.6.4.ebuild +++ b/dev-python/parse/parse-1.6.4.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/parse/parse-1.6.4.ebuild,v 1.1 2014/10/06 22:52:15 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/parse/parse-1.6.4.ebuild,v 1.2 2014/11/27 14:41:11 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 |