patrick     14/07/04 05:58:28

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

Revision  Changes    Path
1.41                 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   14 Jun 2014 10:46:19 -0000      1.40
+++ ChangeLog   4 Jul 2014 05:58:28 -0000       1.41
@@ -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.40 
2014/06/14 10:46:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.41 
2014/07/04 05:58:28 patrick Exp $
+
+*wtforms-2.0.1 (04 Jul 2014)
+
+  04 Jul 2014; Patrick Lauer <[email protected]> +wtforms-2.0.1.ebuild:
+  Bump
 
   14 Jun 2014; Ian Delaney <[email protected]> wtforms-1.0.5.ebuild,
   wtforms-2.0.ebuild:



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

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

Index: wtforms-2.0.1.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.1.ebuild,v 
1.1 2014/07/04 05:58:28 patrick Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

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
        dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )"
RDEPEND=""

python_compile_all() {
        use doc && emake -C docs html
}

python_test() {
        esetup.py test || die "Tests failed for ${EPYTHON}"
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        distutils-r1_python_install_all
}




Reply via email to