public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pysyck: ChangeLog pysyck-0.61.2.ebuild
@ 2010-07-08 15:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-08 15:09 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/08 15:09:20

  Modified:             ChangeLog pysyck-0.61.2.ebuild
  Log:
  Use PYTHON_DEPEND instead of NEED_PYTHON.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pysyck/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysyck/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	16 Oct 2007 01:09:40 -0000	1.3
+++ ChangeLog	8 Jul 2010 15:09:20 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pysyck
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/ChangeLog,v 1.3 2007/10/16 01:09:40 sbriesen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/ChangeLog,v 1.4 2010/07/08 15:09:20 arfrever Exp $
+
+  08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pysyck-0.61.2.ebuild:
+  Use PYTHON_DEPEND instead of NEED_PYTHON.
 
   16 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org> pysyck-0.61.2.ebuild:
   added NEED_PYTHON



1.4                  dev-python/pysyck/pysyck-0.61.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild?r1=1.3&r2=1.4

Index: pysyck-0.61.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysyck-0.61.2.ebuild	16 Oct 2007 01:09:40 -0000	1.3
+++ pysyck-0.61.2.ebuild	8 Jul 2010 15:09:20 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild,v 1.3 2007/10/16 01:09:40 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild,v 1.4 2010/07/08 15:09:20 arfrever Exp $
 
-NEED_PYTHON="2.3"
+PYTHON_DEPEND="2"
 
 inherit distutils
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysyck: ChangeLog pysyck-0.61.2.ebuild
@ 2011-04-10 21:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-10 21:09 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/10 21:09:37

  Modified:             ChangeLog pysyck-0.61.2.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS (bug #345539).
  
  (Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/pysyck/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysyck/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	8 Jul 2010 15:09:20 -0000	1.4
+++ ChangeLog	10 Apr 2011 21:09:37 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pysyck
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/ChangeLog,v 1.4 2010/07/08 15:09:20 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/ChangeLog,v 1.5 2011/04/10 21:09:37 arfrever Exp $
+
+  10 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pysyck-0.61.2.ebuild:
+  Set SUPPORT_PYTHON_ABIS (bug #345539).
 
   08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pysyck-0.61.2.ebuild:



1.5                  dev-python/pysyck/pysyck-0.61.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild?r1=1.4&r2=1.5

Index: pysyck-0.61.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pysyck-0.61.2.ebuild	8 Jul 2010 15:09:20 -0000	1.4
+++ pysyck-0.61.2.ebuild	10 Apr 2011 21:09:37 -0000	1.5
@@ -1,8 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild,v 1.4 2010/07/08 15:09:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysyck/pysyck-0.61.2.ebuild,v 1.5 2011/04/10 21:09:37 arfrever Exp $
 
+EAPI="3"
 PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 
 inherit distutils
 
@@ -25,6 +28,11 @@
 PYTHON_MODNAME="syck"
 
 src_test() {
-	PYTHONPATH=./lib/ "${python}" tests/test_syck.py
+	testing() {
+		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests/test_syck.py
+		:
+	}
+	python_execute_function testing
+
 	einfo "Some tests may have failed due to pending bugs in dev-libs/syck"
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-10 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 21:09 [gentoo-commits] gentoo-x86 commit in dev-python/pysyck: ChangeLog pysyck-0.61.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-08 15:09 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