* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.5.ebuild
@ 2011-04-03 20:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-03 20:26 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/03 20:26:21
Modified: ChangeLog
Added: mechanize-0.2.5.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha29_p8/cvs/Linux x86_64)
Revision Changes Path
1.38 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 7 Jan 2011 16:55:13 -0000 1.37
+++ ChangeLog 3 Apr 2011 20:26:21 -0000 1.38
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.37 2011/01/07 16:55:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.38 2011/04/03 20:26:21 arfrever Exp $
+
+*mechanize-0.2.5 (03 Apr 2011)
+
+ 03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +mechanize-0.2.5.ebuild:
+ Version bump.
07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-mechanize-0.2.2.ebuild, -mechanize-0.2.3.ebuild:
1.1 dev-python/mechanize/mechanize-0.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.1&content-type=text/plain
Index: mechanize-0.2.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.1 2011/04/03 20:26:21 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils
DESCRIPTION="Stateful programmatic web browsing in Python"
HOMEPAGE="http://wwwsearch.sourceforge.net/mechanize/ http://pypi.python.org/pypi/mechanize"
SRC_URI="http://wwwsearch.sourceforge.net/${PN}/src/${P}.tar.gz"
LICENSE="|| ( BSD ZPL )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
DOCS="docs/*.txt"
src_test() {
testing() {
# Ignore warnings (http://github.com/jjlee/mechanize/issues/issue/13).
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -W ignore test.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
# Fix some paths.
sed -e "s:../styles/:styles/:g" -i docs/html/* || die "sed failed"
dohtml -r docs/html/ docs/styles || die "dohtml failed"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.5.ebuild
@ 2011-05-05 8:35 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-05 8:35 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/05/05 08:35:29
Modified: ChangeLog mechanize-0.2.5.ebuild
Log:
Stable on amd64 wrt bug #365879
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.39 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 3 Apr 2011 20:26:21 -0000 1.38
+++ ChangeLog 5 May 2011 08:35:29 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.38 2011/04/03 20:26:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.39 2011/05/05 08:35:29 hwoarang Exp $
+
+ 05 May 2011; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.5.ebuild:
+ Stable on amd64 wrt bug #365879
*mechanize-0.2.5 (03 Apr 2011)
1.2 dev-python/mechanize/mechanize-0.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?r1=1.1&r2=1.2
Index: mechanize-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mechanize-0.2.5.ebuild 3 Apr 2011 20:26:21 -0000 1.1
+++ mechanize-0.2.5.ebuild 5 May 2011 08:35:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.1 2011/04/03 20:26:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.2 2011/05/05 08:35:29 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.5.ebuild
@ 2011-05-24 21:03 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-05-24 21:03 UTC (permalink / raw
To: gentoo-commits
maekke 11/05/24 21:03:58
Modified: ChangeLog mechanize-0.2.5.ebuild
Log:
x86 stable, bug #365879
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.40 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 5 May 2011 08:35:29 -0000 1.39
+++ ChangeLog 24 May 2011 21:03:58 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.39 2011/05/05 08:35:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.40 2011/05/24 21:03:58 maekke Exp $
+
+ 24 May 2011; Markus Meier <maekke@gentoo.org> mechanize-0.2.5.ebuild:
+ x86 stable, bug #365879
05 May 2011; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.5.ebuild:
Stable on amd64 wrt bug #365879
1.3 dev-python/mechanize/mechanize-0.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?r1=1.2&r2=1.3
Index: mechanize-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mechanize-0.2.5.ebuild 5 May 2011 08:35:29 -0000 1.2
+++ mechanize-0.2.5.ebuild 24 May 2011 21:03:58 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.2 2011/05/05 08:35:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.3 2011/05/24 21:03:58 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.5.ebuild
@ 2011-05-28 13:52 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-05-28 13:52 UTC (permalink / raw
To: gentoo-commits
ranger 11/05/28 13:52:59
Modified: ChangeLog mechanize-0.2.5.ebuild
Log:
Marking mechanize-0.2.5 ppc for bug 365879
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.41 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 24 May 2011 21:03:58 -0000 1.40
+++ ChangeLog 28 May 2011 13:52:59 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.40 2011/05/24 21:03:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.41 2011/05/28 13:52:59 ranger Exp $
+
+ 28 May 2011; Brent Baude <ranger@gentoo.org> mechanize-0.2.5.ebuild:
+ Marking mechanize-0.2.5 ppc for bug 365879
24 May 2011; Markus Meier <maekke@gentoo.org> mechanize-0.2.5.ebuild:
x86 stable, bug #365879
1.4 dev-python/mechanize/mechanize-0.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild?r1=1.3&r2=1.4
Index: mechanize-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mechanize-0.2.5.ebuild 24 May 2011 21:03:58 -0000 1.3
+++ mechanize-0.2.5.ebuild 28 May 2011 13:52:59 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.3 2011/05/24 21:03:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.5.ebuild,v 1.4 2011/05/28 13:52:59 ranger Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-28 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 21:03 [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.5.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-05-28 13:52 Brent Baude (ranger)
2011-05-05 8:35 Markos Chandras (hwoarang)
2011-04-03 20:26 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