diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:04:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:04:17 +0000 |
commit | 425a9d1c3bb10bba8bfa617740eebde16ddf6054 (patch) | |
tree | 79d4bd7ea81e9ed8915816f5a6844182c022cd5e /sci-geosciences/gpxpy | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.tar.gz gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.tar.bz2 gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-geosciences/gpxpy')
-rw-r--r-- | sci-geosciences/gpxpy/ChangeLog | 6 | ||||
-rw-r--r-- | sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-geosciences/gpxpy/ChangeLog b/sci-geosciences/gpxpy/ChangeLog index 55c14a1f4eaa..feefd6eb0126 100644 --- a/sci-geosciences/gpxpy/ChangeLog +++ b/sci-geosciences/gpxpy/ChangeLog @@ -1,10 +1,12 @@ # 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.1 2013/02/09 22:24:25 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/ChangeLog,v 1.2 2013/09/05 19:04:17 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> gpxpy-0.8.6.ebuild: + Clean up PYTHON_COMPAT from old implementations. *gpxpy-0.8.6 (09 Feb 2013) 09 Feb 2013; Michael Weber <xmw@gentoo.org> +gpxpy-0.8.6.ebuild, +metadata.xml: Initial import - diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild index 23c8ca7e63fd..3f67ea976bc6 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 # 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.1 2013/02/09 22:24:25 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild,v 1.2 2013/09/05 19:04:17 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 python3_1 python3_2 python3_3 ) +PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 ) inherit distutils-r1 vcs-snapshot |