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

arfrever    10/06/30 02:05:22

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

Revision  Changes    Path
1.2                  dev-python/rope/rope-0.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?r1=1.1&r2=1.2

Index: rope-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rope-0.9.3.ebuild	4 Feb 2010 21:32:45 -0000	1.1
+++ rope-0.9.3.ebuild	30 Jun 2010 02:05:22 -0000	1.2
@@ -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/rope/rope-0.9.3.ebuild,v 1.1 2010/02/04 21:32:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.2 2010/06/30 02:05:22 arfrever Exp $
 
-EAPI="2"
-NEED_PYTHON="2.5"
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 inherit distutils
 
@@ -19,7 +20,6 @@
 
 DEPEND=""
 RDEPEND=""
-RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 src_test() {
 	testing() {



1.7                  dev-python/rope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 Feb 2010 21:32:45 -0000	1.6
+++ ChangeLog	30 Jun 2010 02:05:22 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/rope
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.6 2010/02/04 21:32:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.7 2010/06/30 02:05:22 arfrever Exp $
+
+  30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  rope-0.9.3.ebuild:
+  Use PYTHON_DEPEND instead of NEED_PYTHON.
 
 *rope-0.9.3 (04 Feb 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/rope: rope-0.9.3.ebuild ChangeLog
@ 2012-04-12 15:44 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-04-12 15:44 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/04/12 15:44:54

  Modified:             rope-0.9.3.ebuild ChangeLog
  Log:
  Apply upstream changesets to fix tests failures with python 2.7 wrt #326401 by Arfrever Frehtes Taifersar Arahesis
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/rope/rope-0.9.3.ebuild

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

Index: rope-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rope-0.9.3.ebuild	26 Dec 2010 15:42:37 -0000	1.4
+++ rope-0.9.3.ebuild	12 Apr 2012 15:44:54 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.4 2010/12/26 15:42:37 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.5 2012/04/12 15:44:54 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -23,7 +23,8 @@
 
 src_prepare() {
 	distutils_src_prepare
-	epatch "${FILESDIR}/${P}-fix_tests_results.patch"
+	epatch "${FILESDIR}/${P}-fix_tests_results.patch" \
+		"${FILESDIR}"/${P}-python2.7.patch
 }
 
 src_test() {



1.9                  dev-python/rope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	1 Jul 2010 04:34:23 -0000	1.8
+++ ChangeLog	12 Apr 2012 15:44:54 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/rope
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.8 2010/07/01 04:34:23 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.9 2012/04/12 15:44:54 xarthisius Exp $
+
+  12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org>
+  +files/rope-0.9.3-python2.7.patch, rope-0.9.3.ebuild:
+  Apply upstream changesets to fix tests failures with python 2.7 wrt #326401 by
+  Arfrever Frehtes Taifersar Arahesis
 
   01 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   rope-0.9.3.ebuild, +files/rope-0.9.3-fix_tests_results.patch:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/rope: rope-0.9.3.ebuild ChangeLog
@ 2012-05-28 19:08 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-05-28 19:08 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/05/28 19:08:40

  Modified:             rope-0.9.3.ebuild ChangeLog
  Log:
  Clean up PYTHON_* vars in stable candidate
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/rope/rope-0.9.3.ebuild

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

Index: rope-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rope-0.9.3.ebuild	12 Apr 2012 15:44:54 -0000	1.5
+++ rope-0.9.3.ebuild	28 May 2012 19:08:39 -0000	1.6
@@ -1,11 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.5 2012/04/12 15:44:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.6 2012/05/28 19:08:39 xarthisius Exp $
 
 EAPI="3"
-PYTHON_DEPEND="2:2.5"
+
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+PYTHON_TESTS_FAILURES_TOLERANT_ABIS="2.7-pypy-*"
 
 inherit distutils eutils
 



1.12                 dev-python/rope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 May 2012 19:06:40 -0000	1.11
+++ ChangeLog	28 May 2012 19:08:39 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rope
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.11 2012/05/28 19:06:40 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.12 2012/05/28 19:08:39 xarthisius Exp $
+
+  28 May 2012; Kacper Kowalik <xarthisius@gentoo.org> rope-0.9.3.ebuild:
+  Clean up PYTHON_* vars in stable candidate
 
 *rope-0.9.4 (28 May 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/rope: rope-0.9.3.ebuild ChangeLog
@ 2012-05-29  5:28 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-29  5:28 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/29 05:28:03

  Modified:             rope-0.9.3.ebuild ChangeLog
  Log:
  marked x86 per bug 394851
  
  (Portage version: 2.2.0_alpha108/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-python/rope/rope-0.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?r1=1.7&r2=1.8

Index: rope-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rope-0.9.3.ebuild	28 May 2012 21:23:50 -0000	1.7
+++ rope-0.9.3.ebuild	29 May 2012 05:28:03 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.7 2012/05/28 21:23:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.8 2012/05/29 05:28:03 jdhore Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools"



1.14                 dev-python/rope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 May 2012 21:23:50 -0000	1.13
+++ ChangeLog	29 May 2012 05:28:03 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rope
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.13 2012/05/28 21:23:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.14 2012/05/29 05:28:03 jdhore Exp $
+
+  29 May 2012; Jeff Horelick <jdhore@gentoo.org> rope-0.9.3.ebuild:
+  marked x86 per bug 394851
 
   28 May 2012; Mike Gilbert <floppym@gentoo.org> rope-0.9.3.ebuild,
   rope-0.9.4.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/rope: rope-0.9.3.ebuild ChangeLog
@ 2012-05-29 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-29 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/29 12:07:58

  Modified:             rope-0.9.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #394851
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/rope/rope-0.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?r1=1.8&r2=1.9

Index: rope-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rope-0.9.3.ebuild	29 May 2012 05:28:03 -0000	1.8
+++ rope-0.9.3.ebuild	29 May 2012 12:07:58 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.8 2012/05/29 05:28:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.9 2012/05/29 12:07:58 ago Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools"



1.15                 dev-python/rope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	29 May 2012 05:28:03 -0000	1.14
+++ ChangeLog	29 May 2012 12:07:58 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rope
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.14 2012/05/29 05:28:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.15 2012/05/29 12:07:58 ago Exp $
+
+  29 May 2012; Agostino Sarubbo <ago@gentoo.org> rope-0.9.3.ebuild:
+  Stable for amd64, wrt bug #394851
 
   29 May 2012; Jeff Horelick <jdhore@gentoo.org> rope-0.9.3.ebuild:
   marked x86 per bug 394851






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

end of thread, other threads:[~2012-05-29 12:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 12:07 [gentoo-commits] gentoo-x86 commit in dev-python/rope: rope-0.9.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-29  5:28 Jeff Horelick (jdhore)
2012-05-28 19:08 Kacper Kowalik (xarthisius)
2012-04-12 15:44 Kacper Kowalik (xarthisius)
2010-06-30  2:05 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