patrick 15/01/23 08:28:41 Modified: ChangeLog Added: wtforms-2.0.2.ebuild Log: Bump (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.44 dev-python/wtforms/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 16 Jan 2015 09:40:48 -0000 1.43 +++ ChangeLog 23 Jan 2015 08:28:41 -0000 1.44 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/wtforms # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.43 2015/01/16 09:40:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.44 2015/01/23 08:28:41 patrick Exp $ + +*wtforms-2.0.2 (23 Jan 2015) + + 23 Jan 2015; Patrick Lauer <[email protected]> +wtforms-2.0.2.ebuild: + Bump 16 Jan 2015; Ian Delaney <[email protected]> -wtforms-1.0.5.ebuild, -wtforms-2.0.ebuild: 1.1 dev-python/wtforms/wtforms-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-2.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-2.0.2.ebuild?rev=1.1&content-type=text/plain Index: wtforms-2.0.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.2.ebuild,v 1.1 2015/01/23 08:28:41 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 }
