From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92C651388C1 for ; Fri, 6 Nov 2015 09:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4936321C049; Fri, 6 Nov 2015 09:58:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBB6D21C049 for ; Fri, 6 Nov 2015 09:58:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B700C3406F2 for ; Fri, 6 Nov 2015 09:58:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF3B21E1 for ; Fri, 6 Nov 2015 09:58:20 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1446802822.4a234555bf52526861116d4fade7ad578bdef0d1.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/arrayfire-python/ChangeLog dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild dev-python/arrayfire-python/arrayfire-python-9999.ebuild X-VCS-Directories: dev-python/arrayfire-python/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 4a234555bf52526861116d4fade7ad578bdef0d1 X-VCS-Branch: master Date: Fri, 6 Nov 2015 09:58:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6de8e9ad-d66f-456c-988b-b41309259d2f X-Archives-Hash: 597c908dcd33c7b1771f06b2a38bc4c3 commit: 4a234555bf52526861116d4fade7ad578bdef0d1 Author: Marius Brehler linux sungazer de> AuthorDate: Fri Nov 6 09:40:22 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Nov 6 09:40:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a234555 dev-python/arrayfire-python: Add python3.5 support Package-Manager: portage-2.2.20.1 dev-python/arrayfire-python/ChangeLog | 4 ++++ dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild | 2 +- dev-python/arrayfire-python/arrayfire-python-9999.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog index 94eafd2..59cd8c2 100644 --- a/dev-python/arrayfire-python/ChangeLog +++ b/dev-python/arrayfire-python/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 06 Nov 2015; Marius Brehler + arrayfire-python-3.0.20150914.ebuild, arrayfire-python-9999.ebuild: + dev-python/arrayfire-python: Add python3.5 support + *arrayfire-python-3.0.20150914 (16 Sep 2015) *arrayfire-python-9999 (16 Sep 2015) diff --git a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild index c4d561b..659b7bb 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 diff --git a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild index c4d561b..659b7bb 100644 --- a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1