summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-28 14:12:08 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-28 14:12:08 +0000
commit20f6247742c6c902f20b2076a1b44eca1b5f3232 (patch)
treee615690614b3664cd031f5b12fe3f83ee12d7516 /sci-geosciences
parentStable for ppc64, wrt bug #530874 (diff)
downloadgentoo-2-20f6247742c6c902f20b2076a1b44eca1b5f3232.tar.gz
gentoo-2-20f6247742c6c902f20b2076a1b44eca1b5f3232.tar.bz2
gentoo-2-20f6247742c6c902f20b2076a1b44eca1b5f3232.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gpxpy/ChangeLog7
-rw-r--r--sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-geosciences/gpxpy/ChangeLog b/sci-geosciences/gpxpy/ChangeLog
index feefd6eb0126..0ed51849f460 100644
--- a/sci-geosciences/gpxpy/ChangeLog
+++ b/sci-geosciences/gpxpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/gpxpy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/ChangeLog,v 1.2 2013/09/05 19:04:17 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/ChangeLog,v 1.3 2014/11/28 14:12:08 pacho Exp $
+
+ 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> gpxpy-0.8.6.ebuild:
+ Support python 3.4
05 Sep 2013; Michał Górny <mgorny@gentoo.org> gpxpy-0.8.6.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
index 3f67ea976bc6..28d882637598 100644
--- a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
+++ b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild,v 1.2 2013/09/05 19:04:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild,v 1.3 2014/11/28 14:12:08 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
+PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
inherit distutils-r1 vcs-snapshot