summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-28 14:58:37 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-28 14:58:37 +0000
commit00f8c3017d9bbd498314085bbad18a296d549867 (patch)
tree75017e690c81db231e97462c35b5dc89ad8a151a /sci-libs/deap
parentSupport python 3.4 (diff)
downloadgentoo-2-00f8c3017d9bbd498314085bbad18a296d549867.tar.gz
gentoo-2-00f8c3017d9bbd498314085bbad18a296d549867.tar.bz2
gentoo-2-00f8c3017d9bbd498314085bbad18a296d549867.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/deap')
-rw-r--r--sci-libs/deap/ChangeLog5
-rw-r--r--sci-libs/deap/deap-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/deap/ChangeLog b/sci-libs/deap/ChangeLog
index eae617349800..fdcc57aad364 100644
--- a/sci-libs/deap/ChangeLog
+++ b/sci-libs/deap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/deap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.6 2014/02/23 14:29:06 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.7 2014/11/28 14:58:37 pacho Exp $
+
+ 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> deap-1.0.0.ebuild:
+ Support python 3.4
23 Feb 2014; Sławek Lis <slis@gentoo.org> deap-0.9.1.ebuild,
deap-1.0.0.ebuild:
diff --git a/sci-libs/deap/deap-1.0.0.ebuild b/sci-libs/deap/deap-1.0.0.ebuild
index 63c0090c7147..e501e709b85a 100644
--- a/sci-libs/deap/deap-1.0.0.ebuild
+++ b/sci-libs/deap/deap-1.0.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0.ebuild,v 1.2 2014/02/23 14:29:06 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0.ebuild,v 1.3 2014/11/28 14:58:37 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
DESCRIPTION="Distributed Evolutionary Algorithms in Python"