public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/healpy/
Date: Tue, 17 Sep 2013 09:07:23 +0000 (UTC)	[thread overview]
Message-ID: <1379406927.035cafa836b75610fd097eb70ea79d9c012aff10.xarthisius@gentoo> (raw)

commit:     035cafa836b75610fd097eb70ea79d9c012aff10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 08:35:27 2013 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 08:35:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=035cafa8

dev-python/healpy: Clean up python_test(). Bug #484426.

Package-Manager: portage-2.2.6

---
 dev-python/healpy/ChangeLog           | 3 +++
 dev-python/healpy/healpy-1.6.2.ebuild | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/healpy/ChangeLog b/dev-python/healpy/ChangeLog
index aec23ab..2aa801e 100644
--- a/dev-python/healpy/ChangeLog
+++ b/dev-python/healpy/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Sep 2013; Michał Górny <mgorny@gentoo.org> healpy-1.6.2.ebuild:
+  dev-python/healpy: Clean up python_test(). Bug #484426.
+
 *healpy-1.6.2 (17 Jun 2013)
 
   17 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +healpy-1.6.2.ebuild,

diff --git a/dev-python/healpy/healpy-1.6.2.ebuild b/dev-python/healpy/healpy-1.6.2.ebuild
index 485c1b8..c90bd7b 100644
--- a/dev-python/healpy/healpy-1.6.2.ebuild
+++ b/dev-python/healpy/healpy-1.6.2.ebuild
@@ -27,8 +27,8 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 python_test() {
-	cd "${BUILD_DIR}"/lib*
-	echo "backend: Agg" > matplotlibrc
-	MPLCONFIGDIR=. PYTHONPATH=. nosetests-"${EPYTHON}" || die
-	rm matplotlibrc
+	cd "${BUILD_DIR}"/lib || die
+	echo "backend: Agg" > matplotlibrc || die
+	MPLCONFIGDIR=. nosetests || die
+	rm matplotlibrc || die
 }


             reply	other threads:[~2013-09-17  9:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-17  9:07 Kacper Kowalik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-22 10:25 [gentoo-commits] proj/sci:master commit in: dev-python/healpy/ Justin Lecher
2014-03-03 20:37 Sebastien Fabbro
2014-02-03  1:39 Sebastien Fabbro
2013-06-17  1:07 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1379406927.035cafa836b75610fd097eb70ea79d9c012aff10.xarthisius@gentoo \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox