public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/chaco: chaco-3.3.0.ebuild
@ 2010-04-23 18:37 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-23 18:37 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/23 18:37:05

  Modified:             chaco-3.3.0.ebuild
  Log:
  Simplify src_test().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/chaco/chaco-3.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/chaco/chaco-3.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/chaco/chaco-3.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/chaco/chaco-3.3.0.ebuild?r1=1.2&r2=1.3

Index: chaco-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chaco-3.3.0.ebuild	23 Apr 2010 05:57:59 -0000	1.2
+++ chaco-3.3.0.ebuild	23 Apr 2010 18:37:05 -0000	1.3
@@ -1,10 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-3.3.0.ebuild,v 1.2 2010/04/23 05:57:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-3.3.0.ebuild,v 1.3 2010/04/23 18:37:05 arfrever Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="setup.py"
 
 inherit distutils virtualx
 
@@ -53,11 +54,7 @@
 }
 
 src_test() {
-	testing() {
-		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
-	}
-	export maketype="python_execute_function"
-	virtualmake testing
+	maketype="distutils_src_test" virtualmake
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-23 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 18:37 [gentoo-commits] gentoo-x86 commit in dev-python/chaco: chaco-3.3.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox