diff options
author | 2014-11-28 14:55:57 +0000 | |
---|---|---|
committer | 2014-11-28 14:55:57 +0000 | |
commit | 06083ba9d1a7fcc9bebaca5c702aed3a870998f3 (patch) | |
tree | d5218ae11cbc5ac47ffe0698e61b3e6517d80812 /sci-libs/Shapely | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-06083ba9d1a7fcc9bebaca5c702aed3a870998f3.tar.gz gentoo-2-06083ba9d1a7fcc9bebaca5c702aed3a870998f3.tar.bz2 gentoo-2-06083ba9d1a7fcc9bebaca5c702aed3a870998f3.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-libs/Shapely')
-rw-r--r-- | sci-libs/Shapely/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/Shapely/ChangeLog b/sci-libs/Shapely/ChangeLog index 7bf26da22241..96135078f37f 100644 --- a/sci-libs/Shapely/ChangeLog +++ b/sci-libs/Shapely/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/Shapely # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.3 2014/06/20 09:30:27 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.4 2014/11/28 14:55:57 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> Shapely-1.3.2.ebuild, + Shapely-9999.ebuild: + Support python 3.4 *Shapely-1.3.2 (20 Jun 2014) diff --git a/sci-libs/Shapely/Shapely-1.3.2.ebuild b/sci-libs/Shapely/Shapely-1.3.2.ebuild index e2eb044a3f0e..daba7d0480de 100644 --- a/sci-libs/Shapely/Shapely-1.3.2.ebuild +++ b/sci-libs/Shapely/Shapely-1.3.2.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/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.1 2014/06/20 09:30:27 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.2 2014/11/28 14:55:57 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) inherit distutils-r1 diff --git a/sci-libs/Shapely/Shapely-9999.ebuild b/sci-libs/Shapely/Shapely-9999.ebuild index 25103dd00085..77199b85b37d 100644 --- a/sci-libs/Shapely/Shapely-9999.ebuild +++ b/sci-libs/Shapely/Shapely-9999.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/sci-libs/Shapely/Shapely-9999.ebuild,v 1.1 2014/02/28 14:04:31 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild,v 1.2 2014/11/28 14:55:57 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) inherit distutils-r1 |