public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-1.0.3.ebuild ChangeLog
@ 2013-01-28  9:49 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-01-28  9:49 UTC (permalink / raw
  To: gentoo-commits

patrick     13/01/28 09:49:30

  Modified:             ChangeLog
  Added:                wtforms-1.0.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.24                 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	12 Oct 2012 00:54:01 -0000	1.23
+++ ChangeLog	28 Jan 2013 09:49:30 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtforms
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.23 2012/10/12 00:54:01 floppym Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.24 2013/01/28 09:49:30 patrick Exp $
+
+*wtforms-1.0.3 (28 Jan 2013)
+
+  28 Jan 2013; Patrick Lauer <patrick@gentoo.org> +wtforms-1.0.3.ebuild:
+  Bump
 
   12 Oct 2012; Mike Gilbert <floppym@gentoo.org> wtforms-1.0.2.ebuild:
   Restrict python 2.5 per Arfrever.



1.1                  dev-python/wtforms/wtforms-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: wtforms-1.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v 1.1 2013/01/28 09:49:30 patrick Exp $

EAPI="3"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"

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="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

S="${WORKDIR}/${MY_P}"

DEPEND="app-arch/unzip
	doc? ( >=dev-python/sphinx-0.6 )"
RDEPEND=""

DOCS="AUTHORS.txt CHANGES.txt README.txt"

src_compile() {
	distutils_src_compile

	if use doc; then
		einfo "Generation of documentation"
		cd docs
		PYTHONPATH=".." emake html || die "Building of documentation failed"
	fi
}

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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-1.0.3.ebuild ChangeLog
@ 2013-05-16 12:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 12:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 12:55:52

  Modified:             wtforms-1.0.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #461168
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-python/wtforms/wtforms-1.0.3.ebuild

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

Index: wtforms-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wtforms-1.0.3.ebuild	28 Jan 2013 09:49:30 -0000	1.1
+++ wtforms-1.0.3.ebuild	16 May 2013 12:55:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v 1.1 2013/01/28 09:49:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v 1.2 2013/05/16 12:55:52 ago Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 S="${WORKDIR}/${MY_P}"



1.29                 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	8 May 2013 03:11:50 -0000	1.28
+++ ChangeLog	16 May 2013 12:55:52 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wtforms
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.28 2013/05/08 03:11:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.29 2013/05/16 12:55:52 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> wtforms-1.0.3.ebuild:
+  Stable for amd64, wrt bug #461168
 
 *wtforms-1.0.4 (08 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-1.0.3.ebuild ChangeLog
@ 2013-05-20  8:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20  8:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 08:28:08

  Modified:             wtforms-1.0.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #461168
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/wtforms/wtforms-1.0.3.ebuild

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

Index: wtforms-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wtforms-1.0.3.ebuild	16 May 2013 12:55:52 -0000	1.2
+++ wtforms-1.0.3.ebuild	20 May 2013 08:28:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v 1.2 2013/05/16 12:55:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.3.ebuild,v 1.3 2013/05/20 08:28:08 ago Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 S="${WORKDIR}/${MY_P}"



1.30                 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	16 May 2013 12:55:52 -0000	1.29
+++ ChangeLog	20 May 2013 08:28:08 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wtforms
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.29 2013/05/16 12:55:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.30 2013/05/20 08:28:08 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> wtforms-1.0.3.ebuild:
+  Stable for x86, wrt bug #461168
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> wtforms-1.0.3.ebuild:
   Stable for amd64, wrt bug #461168





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

end of thread, other threads:[~2013-05-20  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20  8:28 [gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-1.0.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-16 12:55 Agostino Sarubbo (ago)
2013-01-28  9:49 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox