* [gentoo-commits] gentoo-x86 commit in dev-python/rope: ChangeLog rope-0.9.3.ebuild
@ 2010-02-04 21:32 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-04 21:32 UTC (permalink / raw
To: gentoo-commits
arfrever 10/02/04 21:32:46
Modified: ChangeLog
Added: rope-0.9.3.ebuild
Log:
Version bump.
(Portage version: 15321-svn/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/rope/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 5 Sep 2009 16:59:42 -0000 1.5
+++ ChangeLog 4 Feb 2010 21:32:45 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/rope
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.5 2009/09/05 16:59:42 arfrever Exp $
+# 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 $
+
+*rope-0.9.3 (04 Feb 2010)
+
+ 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +rope-0.9.3.ebuild:
+ Version bump.
05 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
rope-0.9.2.ebuild:
1.1 dev-python/rope/rope-0.9.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.1&content-type=text/plain
Index: rope-0.9.3.ebuild
===================================================================
# 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 $
EAPI="2"
NEED_PYTHON="2.5"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Python refactoring library"
HOMEPAGE="http://rope.sourceforge.net/ http://pypi.python.org/pypi/rope"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="2.4 3.*"
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib:." "$(PYTHON)" ropetest/__init__.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
docinto docs
dodoc docs/*.txt
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/rope: ChangeLog rope-0.9.3.ebuild
@ 2010-07-01 4:34 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-01 4:34 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/01 04:34:23
Modified: ChangeLog rope-0.9.3.ebuild
Log:
Fix returning of tests results.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-python/rope/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 30 Jun 2010 02:05:22 -0000 1.7
+++ ChangeLog 1 Jul 2010 04:34:23 -0000 1.8
@@ -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.7 2010/06/30 02:05:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.8 2010/07/01 04:34:23 arfrever Exp $
+
+ 01 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ rope-0.9.3.ebuild, +files/rope-0.9.3-fix_tests_results.patch:
+ Fix returning of tests results.
30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
rope-0.9.3.ebuild:
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?r1=1.2&r2=1.3
Index: rope-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rope-0.9.3.ebuild 30 Jun 2010 02:05:22 -0000 1.2
+++ rope-0.9.3.ebuild 1 Jul 2010 04:34:23 -0000 1.3
@@ -1,13 +1,13 @@
# 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.2 2010/06/30 02:05:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.3 2010/07/01 04:34:23 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit distutils
+inherit distutils eutils
DESCRIPTION="Python refactoring library"
HOMEPAGE="http://rope.sourceforge.net/ http://pypi.python.org/pypi/rope"
@@ -21,6 +21,11 @@
DEPEND=""
RDEPEND=""
+src_prepare() {
+ distutils_src_prepare
+ epatch "${FILESDIR}/${P}-fix_tests_results.patch"
+}
+
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib:." "$(PYTHON)" ropetest/__init__.py
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-01 4:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 21:32 [gentoo-commits] gentoo-x86 commit in dev-python/rope: ChangeLog rope-0.9.3.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-07-01 4:34 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