* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.0.ebuild
@ 2010-04-24 10:33 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 4+ messages in thread
From: Dirkjan Ochtman (djc) @ 2010-04-24 10:33 UTC (permalink / raw
To: gentoo-commits
djc 10/04/24 10:33:34
Modified: ChangeLog
Added: mechanize-0.2.0.ebuild
Log:
Version bump dev-python/mechanize to 0.2.0.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 14 Feb 2010 18:48:41 -0000 1.18
+++ ChangeLog 24 Apr 2010 10:33:34 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.18 2010/02/14 18:48:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.19 2010/04/24 10:33:34 djc Exp $
+
+*mechanize-0.2.0 (24 Apr 2010)
+
+ 24 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> +mechanize-0.2.0.ebuild:
+ Version bump to 0.2.0.
14 Feb 2010; Raúl Porcel <armin76@gentoo.org> mechanize-0.1.11.ebuild:
Add ~alpha/~sparc
1.1 dev-python/mechanize/mechanize-0.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.1&content-type=text/plain
Index: mechanize-0.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.1 2010/04/24 10:33:34 djc Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
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=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
DOCS="0.1-changes.txt"
src_prepare() {
# Use distutils instead of setuptools.
# (This can't be removed in the same ${PV} due to file->directory replacement.)
sed -e 's/not hasattr(sys, "version_info")/True/' -i setup.py || die "sed in setup.py failed"
# We don't run coverage tests or functional_tests
# which access the network, just doctests and unit tests
sed -e '/import coverage/d' -i test.py || die "sed in test.py failed"
}
src_test() {
testing() {
# ignore warnings http://github.com/jjlee/mechanize/issues/issue/13
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -Wignore test.py
}
python_execute_function testing
}
src_install() {
# Remove some files to prevent distutils_src_install from installing them.
dohtml *.html
rm -f README.html*
distutils_src_install
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.0.ebuild
@ 2010-04-25 9:03 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 4+ messages in thread
From: Dirkjan Ochtman (djc) @ 2010-04-25 9:03 UTC (permalink / raw
To: gentoo-commits
djc 10/04/25 09:03:30
Modified: ChangeLog mechanize-0.2.0.ebuild
Log:
Fix for bug 317047.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.20 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 24 Apr 2010 10:33:34 -0000 1.19
+++ ChangeLog 25 Apr 2010 09:03:30 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.19 2010/04/24 10:33:34 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.20 2010/04/25 09:03:30 djc Exp $
+
+ 25 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> mechanize-0.2.0.ebuild:
+ Bug 317047: fix docs. Patch by Olivier Huber <oli.huber@gmail.com>.
*mechanize-0.2.0 (24 Apr 2010)
1.2 dev-python/mechanize/mechanize-0.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?r1=1.1&r2=1.2
Index: mechanize-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mechanize-0.2.0.ebuild 24 Apr 2010 10:33:34 -0000 1.1
+++ mechanize-0.2.0.ebuild 25 Apr 2010 09:03:30 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.1 2010/04/24 10:33:34 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.2 2010/04/25 09:03:30 djc Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -20,7 +20,7 @@
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
-DOCS="0.1-changes.txt"
+DOCS="docs/*.txt"
src_prepare() {
# Use distutils instead of setuptools.
@@ -41,9 +41,8 @@
}
src_install() {
- # Remove some files to prevent distutils_src_install from installing them.
- dohtml *.html
- rm -f README.html*
-
+ # Fix some paths.
+ sed -i -e 's:../styles/:styles/:g' docs/html/*
+ dohtml -r docs/html/ docs/styles
distutils_src_install
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.0.ebuild
@ 2010-05-25 13:17 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-05-25 13:17 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/05/25 13:17:11
Modified: ChangeLog mechanize-0.2.0.ebuild
Log:
Stable on amd64 wrt bug #321435
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.22 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 18 May 2010 12:51:22 -0000 1.21
+++ ChangeLog 25 May 2010 13:17:11 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.21 2010/05/18 12:51:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.22 2010/05/25 13:17:11 hwoarang Exp $
+
+ 25 May 2010; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.0.ebuild:
+ Stable on amd64 wrt bug #321435
*mechanize-0.2.1 (18 May 2010)
1.3 dev-python/mechanize/mechanize-0.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?r1=1.2&r2=1.3
Index: mechanize-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mechanize-0.2.0.ebuild 25 Apr 2010 09:03:30 -0000 1.2
+++ mechanize-0.2.0.ebuild 25 May 2010 13:17:11 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.2 2010/04/25 09:03:30 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.3 2010/05/25 13:17:11 hwoarang Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,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=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.0.ebuild
@ 2010-06-01 9:03 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-01 9:03 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/01 09:03:50
Modified: ChangeLog mechanize-0.2.0.ebuild
Log:
x86 stable wrt bug #321435
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.23 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 25 May 2010 13:17:11 -0000 1.22
+++ ChangeLog 1 Jun 2010 09:03:49 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.22 2010/05/25 13:17:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.23 2010/06/01 09:03:49 phajdan.jr Exp $
+
+ 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ mechanize-0.2.0.ebuild:
+ x86 stable wrt bug #321435
25 May 2010; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.0.ebuild:
Stable on amd64 wrt bug #321435
1.4 dev-python/mechanize/mechanize-0.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?r1=1.3&r2=1.4
Index: mechanize-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mechanize-0.2.0.ebuild 25 May 2010 13:17:11 -0000 1.3
+++ mechanize-0.2.0.ebuild 1 Jun 2010 09:03:49 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.3 2010/05/25 13:17:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.4 2010/06/01 09:03:49 phajdan.jr Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,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=""
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-01 9:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 10:33 [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.0.ebuild Dirkjan Ochtman (djc)
-- strict thread matches above, loose matches on Subject: below --
2010-04-25 9:03 Dirkjan Ochtman (djc)
2010-05-25 13:17 Markos Chandras (hwoarang)
2010-06-01 9:03 PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox