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 AF33A13881D for ; Mon, 21 Sep 2015 14:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8CCAE0875; Mon, 21 Sep 2015 14:04:54 +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 F2526E0875 for ; Mon, 21 Sep 2015 14:04:53 +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 2E5F2340756 for ; Mon, 21 Sep 2015 14:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D842203 for ; Mon, 21 Sep 2015 14:04:51 +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: <1442838310.4435edace0bfa8d5be0b7bf9cfc977a50219e92d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/inference/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/inference/inference-0.4.ebuild X-VCS-Directories: dev-python/inference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4435edace0bfa8d5be0b7bf9cfc977a50219e92d X-VCS-Branch: master Date: Mon, 21 Sep 2015 14:04:51 +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: 3e8b9a3d-85b4-4ec9-94f5-3eb26441d3b2 X-Archives-Hash: 61dc97ac9289acf3534c676c180e9f6b commit: 4435edace0bfa8d5be0b7bf9cfc977a50219e92d Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 12:25:10 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 12:25:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4435edac dev-python/inference: Put it on my devspace Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/inference/inference-0.4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/inference/inference-0.4.ebuild b/dev-python/inference/inference-0.4.ebuild index aebb7de..fd797ec 100644 --- a/dev-python/inference/inference-0.4.ebuild +++ b/dev-python/inference/inference-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit distutils-r1 flag-o-matic fortran-2 DESCRIPTION="Collection of Python modules for statistical inference" HOMEPAGE="http://inference.astro.cornell.edu/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="all-rights-reserved" @@ -24,6 +24,8 @@ RDEPEND="${DEPEND} # buggy tests RESTRICT="test" +S="${WORKDIR}"/${P}/package + pkg_setup() { fortran-2_pkg_setup } @@ -41,7 +43,7 @@ python_compile() { } python_test() { - nosetests --verbose --verbosity=3 + nosetests --verbose --verbosity=3 || die } python_install() {