public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxattr: pyxattr-0.5.0.ebuild
@ 2010-03-10 16:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-10 16:47 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/03/10 16:47:59

  Modified:             pyxattr-0.5.0.ebuild
  Log:
  Skip tests with Python 3.
  (Portage version: 15816-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pyxattr/pyxattr-0.5.0.ebuild

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

Index: pyxattr-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyxattr-0.5.0.ebuild	10 Mar 2010 00:08:49 -0000	1.1
+++ pyxattr-0.5.0.ebuild	10 Mar 2010 16:47:58 -0000	1.2
@@ -1,9 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.0.ebuild,v 1.1 2010/03/10 00:08:49 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.0.ebuild,v 1.2 2010/03/10 16:47:58 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
+#DISTUTILS_SRC_TEST="nosetests"
 
 inherit distutils
 
@@ -18,11 +19,12 @@
 
 RDEPEND="sys-apps/attr"
 DEPEND="${RDEPEND}
-		>=dev-python/setuptools-0.6_rc7-r1
+		dev-python/setuptools
 		test? ( dev-python/nose )"
 
 src_test() {
 	testing() {
+		[[ "${PYTHON_ABI}" == 3.* ]] && return
 		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" nosetests-${PYTHON_ABI}
 	}
 	python_execute_function testing






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

only message in thread, other threads:[~2010-03-10 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 16:47 [gentoo-commits] gentoo-x86 commit in dev-python/pyxattr: pyxattr-0.5.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