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 478FD1384B4 for ; Wed, 11 Nov 2015 14:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD56A21C030; Wed, 11 Nov 2015 14:38:18 +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 09AF021C030 for ; Wed, 11 Nov 2015 14:38:17 +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 1FF9C33BEE9 for ; Wed, 11 Nov 2015 14:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D751070 for ; Wed, 11 Nov 2015 14:38:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447207970.add4bb26ee239c7c920bbe3113b7a91a3e9b7adc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/future/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/future/ChangeLog dev-python/future/future-0.15.2.ebuild X-VCS-Directories: dev-python/future/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: add4bb26ee239c7c920bbe3113b7a91a3e9b7adc X-VCS-Branch: master Date: Wed, 11 Nov 2015 14:38:12 +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: 24617027-f95b-4914-95d0-09841b19602c X-Archives-Hash: ab1e2d1a7bcdbd4ba90ea023289998ff commit: add4bb26ee239c7c920bbe3113b7a91a3e9b7adc Author: Horea Christian mail ru> AuthorDate: Wed Nov 11 02:12:50 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 02:12:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=add4bb26 dev-python/future: no longer calling python directly Package-Manager: portage-2.2.23 dev-python/future/ChangeLog | 3 +++ dev-python/future/future-0.15.2.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/future/ChangeLog b/dev-python/future/ChangeLog index 19ed83e..843ce9a 100644 --- a/dev-python/future/ChangeLog +++ b/dev-python/future/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 11 Nov 2015; Horea Christian future-0.15.2.ebuild: + dev-python/future: no longer calling python directly + *future-0.15.2 (11 Nov 2015) 11 Nov 2015; Horea Christian +future-0.15.2.ebuild, diff --git a/dev-python/future/future-0.15.2.ebuild b/dev-python/future/future-0.15.2.ebuild index b6aa0dd..873e15a 100644 --- a/dev-python/future/future-0.15.2.ebuild +++ b/dev-python/future/future-0.15.2.ebuild @@ -18,5 +18,5 @@ KEYWORDS="~amd64" IUSE="" python_test() { - python setup.py test + esetup.py test }