diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:49:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:49:16 +0000 |
commit | 4e069c7904bf5cb23dae53ce43bad99cad042979 (patch) | |
tree | 4718c2c9aad9b36093efdc5ca7f1d58f10e71292 /sci-geosciences/gpxpy | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.gz gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.bz2 gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-geosciences/gpxpy')
-rw-r--r-- | sci-geosciences/gpxpy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-geosciences/gpxpy/ChangeLog b/sci-geosciences/gpxpy/ChangeLog index 0ed51849f460..4de580315cdb 100644 --- a/sci-geosciences/gpxpy/ChangeLog +++ b/sci-geosciences/gpxpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/gpxpy -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/ChangeLog,v 1.4 2015/04/08 18:49:15 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gpxpy-0.8.6.ebuild: + Drop old Python implementations 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> gpxpy-0.8.6.ebuild: Support python 3.4 diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild index 28d882637598..5ae7fc4e41cc 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-2014 Gentoo Foundation +# Copyright 1999-2015 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.3 2014/11/28 14:12:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild,v 1.4 2015/04/08 18:49:15 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot |