diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 11:24:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 11:24:05 +0000 |
commit | 9ce25bc325de3d1f298c57ef6479646d65625214 (patch) | |
tree | 567d51d4b631cb7b9212f3a131d5801b50059b89 /dev-python/routes | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-9ce25bc325de3d1f298c57ef6479646d65625214.tar.gz gentoo-2-9ce25bc325de3d1f298c57ef6479646d65625214.tar.bz2 gentoo-2-9ce25bc325de3d1f298c57ef6479646d65625214.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/routes')
-rw-r--r-- | dev-python/routes/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/routes/routes-2.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/routes/ChangeLog b/dev-python/routes/ChangeLog index 3fc2b9c36fb1..ec65a3acb032 100644 --- a/dev-python/routes/ChangeLog +++ b/dev-python/routes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/routes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.21 2014/08/10 21:21:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.22 2014/11/25 11:24:05 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> routes-2.0.ebuild: + Support python 3.4 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> routes-1.12.3-r1.ebuild, routes-1.12.3.ebuild, routes-1.13.ebuild: diff --git a/dev-python/routes/routes-2.0.ebuild b/dev-python/routes/routes-2.0.ebuild index 40aa2bb064e6..7978d1d16c2e 100644 --- a/dev-python/routes/routes-2.0.ebuild +++ b/dev-python/routes/routes-2.0.ebuild @@ -1,9 +1,9 @@ -# 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/dev-python/routes/routes-2.0.ebuild,v 1.2 2013/12/25 16:01:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.0.ebuild,v 1.3 2014/11/25 11:24:05 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 |