summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-24 21:45:19 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-24 21:45:19 +0000
commite86e92c6221d273c1e7a4c3147a0c4b0847fdba1 (patch)
tree9640e26210fd4d356a9b59980fae1bef7dad7774 /dev-python/http-parser
parentUse clang to compile selected packages on Yosemite. Patch by soon-to-be dev G... (diff)
downloadgentoo-2-e86e92c6221d273c1e7a4c3147a0c4b0847fdba1.tar.gz
gentoo-2-e86e92c6221d273c1e7a4c3147a0c4b0847fdba1.tar.bz2
gentoo-2-e86e92c6221d273c1e7a4c3147a0c4b0847fdba1.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/http-parser')
-rw-r--r--dev-python/http-parser/ChangeLog5
-rw-r--r--dev-python/http-parser/http-parser-0.8.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog
index 09a7b96e830b..1e1b3b2f10b2 100644
--- a/dev-python/http-parser/ChangeLog
+++ b/dev-python/http-parser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/http-parser
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.22 2014/07/29 12:35:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.23 2014/11/24 21:45:19 pacho Exp $
+
+ 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> http-parser-0.8.3.ebuild:
+ Support python 3.4
29 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> http-parser-0.8.3.ebuild:
Add ~s390 keyword, wrt bug #463344
diff --git a/dev-python/http-parser/http-parser-0.8.3.ebuild b/dev-python/http-parser/http-parser-0.8.3.ebuild
index f28ea008d0bb..de2c1d3105f2 100644
--- a/dev-python/http-parser/http-parser-0.8.3.ebuild
+++ b/dev-python/http-parser/http-parser-0.8.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.6 2014/07/29 12:35:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.7 2014/11/24 21:45:19 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic