* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: ChangeLog wtforms-0.6.ebuild
@ 2010-04-28 20:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-28 20:24 UTC (permalink / raw
To: gentoo-commits
arfrever 10/04/28 20:24:25
Modified: ChangeLog
Added: wtforms-0.6.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/wtforms/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wtforms/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Feb 2010 12:48:28 -0000 1.3
+++ ChangeLog 28 Apr 2010 20:24:24 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/wtforms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.3 2010/02/21 12:48:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.4 2010/04/28 20:24:24 arfrever Exp $
+
+*wtforms-0.6 (28 Apr 2010)
+
+ 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +wtforms-0.6.ebuild:
+ Version bump.
*wtforms-0.5 (21 Feb 2010)
1.1 dev-python/wtforms/wtforms-0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?rev=1.1&content-type=text/plain
Index: wtforms-0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild,v 1.1 2010/04/28 20:24:24 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
MY_PN="WTForms"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Flexible forms validation and rendering library for python web development"
HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms"
SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
S="${WORKDIR}/${MY_P}"
DEPEND="doc? ( >=dev-python/sphinx-0.6 )"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
DOCS="AUTHORS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt"
src_compile() {
distutils_src_compile
if use doc; then
cd docs
einfo "Generation of documentation"
PYTHONPATH=".." emake html || die "Building of documentation failed"
fi
}
src_test() {
cd tests
testing() {
"$(PYTHON)" runtests.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r docs/_build/html/* || die "Installation of documentation failed"
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: ChangeLog wtforms-0.6.ebuild
@ 2010-06-03 10:44 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-03 10:44 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/03 10:44:17
Modified: ChangeLog wtforms-0.6.ebuild
Log:
Stable on amd64 wrt bug #322287
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/wtforms/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 28 Apr 2010 20:24:24 -0000 1.4
+++ ChangeLog 3 Jun 2010 10:44:17 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wtforms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.4 2010/04/28 20:24:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.5 2010/06/03 10:44:17 hwoarang Exp $
+
+ 03 Jun 2010; Markos Chandras <hwoarang@gentoo.org> wtforms-0.6.ebuild:
+ Stable on amd64 wrt bug #322287
*wtforms-0.6 (28 Apr 2010)
1.2 dev-python/wtforms/wtforms-0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?r1=1.1&r2=1.2
Index: wtforms-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wtforms-0.6.ebuild 28 Apr 2010 20:24:24 -0000 1.1
+++ wtforms-0.6.ebuild 3 Jun 2010 10:44:17 -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/wtforms/wtforms-0.6.ebuild,v 1.1 2010/04/28 20:24:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild,v 1.2 2010/06/03 10:44:17 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: ChangeLog wtforms-0.6.ebuild
@ 2010-06-14 7:46 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-14 7:46 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/14 07:46:11
Modified: ChangeLog wtforms-0.6.ebuild
Log:
x86 stable wrt bug #322287
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.6 dev-python/wtforms/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 3 Jun 2010 10:44:17 -0000 1.5
+++ ChangeLog 14 Jun 2010 07:46:11 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wtforms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.5 2010/06/03 10:44:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.6 2010/06/14 07:46:11 phajdan.jr Exp $
+
+ 14 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> wtforms-0.6.ebuild:
+ x86 stable wrt bug #322287
03 Jun 2010; Markos Chandras <hwoarang@gentoo.org> wtforms-0.6.ebuild:
Stable on amd64 wrt bug #322287
1.3 dev-python/wtforms/wtforms-0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild?r1=1.2&r2=1.3
Index: wtforms-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wtforms-0.6.ebuild 3 Jun 2010 10:44:17 -0000 1.2
+++ wtforms-0.6.ebuild 14 Jun 2010 07:46: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/wtforms/wtforms-0.6.ebuild,v 1.2 2010/06/03 10:44:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.ebuild,v 1.3 2010/06/14 07:46:11 phajdan.jr Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: ChangeLog wtforms-0.6.ebuild
@ 2010-10-23 14:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-23 14:33 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/23 14:33:31
Modified: ChangeLog
Removed: wtforms-0.6.ebuild
Log:
Delete older ebuild.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-python/wtforms/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 22 Oct 2010 14:46:10 -0000 1.9
+++ ChangeLog 23 Oct 2010 14:33:31 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wtforms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.9 2010/10/22 14:46:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.10 2010/10/23 14:33:31 arfrever Exp $
+
+ 23 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -wtforms-0.6.ebuild:
+ Delete.
22 Oct 2010; Christian Faulhammer <fauli@gentoo.org> wtforms-0.6.1.ebuild:
stable x86, bug 341515
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-23 14:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 7:46 [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: ChangeLog wtforms-0.6.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2010-10-23 14:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-03 10:44 Markos Chandras (hwoarang)
2010-04-28 20:24 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