patrick     14/05/26 08:15:08

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

Revision  Changes    Path
1.36                 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   31 Mar 2014 20:54:48 -0000      1.35
+++ ChangeLog   26 May 2014 08:15:08 -0000      1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtforms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.35 
2014/03/31 20:54:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.36 
2014/05/26 08:15:08 patrick Exp $
+
+*wtforms-2.0 (26 May 2014)
+
+  26 May 2014; Patrick Lauer <[email protected]> +wtforms-2.0.ebuild:
+  Bump
 
   31 Mar 2014; Michał Górny <[email protected]> wtforms-1.0.3-r1.ebuild,
   wtforms-1.0.4.ebuild, wtforms-1.0.5.ebuild:



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

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

Index: wtforms-2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.ebuild,v 1.1 
2014/05/26 08:15:08 patrick Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )

inherit distutils-r1

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[${PYTHON_USEDEP}] )"
RDEPEND=""

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

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

python_install_all() {
        if use doc; then
                dohtml -r docs/_build/html/* || die "Installation of 
documentation failed"
        fi
}




Reply via email to