idella4     14/06/14 10:46:20

  Modified:             wtforms-2.0.ebuild wtforms-1.0.5.ebuild ChangeLog
  Log:
  clean old python impls add, py3.4 suport to 1.0.5, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtforms/wtforms-2.0.ebuild?r1=1.3&r2=1.4

Index: wtforms-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wtforms-2.0.ebuild  14 Jun 2014 10:24:39 -0000      1.3
+++ wtforms-2.0.ebuild  14 Jun 2014 10:46:19 -0000      1.4
@@ -1,6 +1,6 @@
 # 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.3 
2014/06/14 10:24:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.ebuild,v 1.4 
2014/06/14 10:46:19 idella4 Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -26,14 +26,8 @@
        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
-       fi
+       use doc && emake -C docs html
 }
 
 python_test() {
@@ -41,7 +35,6 @@
 }
 
 python_install_all() {
-       if use doc; then
-               dohtml -r docs/_build/html/*
-       fi
+       use doc && local HTML_DOCS=( docs/_build/html/. )
+       distutils-r1_python_install_all
 }



1.3                  dev-python/wtforms/wtforms-1.0.5.ebuild

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

Index: wtforms-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wtforms-1.0.5.ebuild        31 Mar 2014 20:54:48 -0000      1.2
+++ wtforms-1.0.5.ebuild        14 Jun 2014 10:46:19 -0000      1.3
@@ -1,9 +1,9 @@
 # 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-1.0.5.ebuild,v 
1.2 2014/03/31 20:54:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.5.ebuild,v 
1.3 2014/06/14 10:46:19 idella4 Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 
@@ -22,21 +22,15 @@
 S="${WORKDIR}/${MY_P}"
 
 DEPEND="app-arch/unzip
+       dev-python/setuptools[${PYTHON_USEDEP}]
        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
+       use doc && emake -C docs html
 }
 
 python_install_all() {
-       if use doc; then
-               dohtml -r docs/_build/html/* || die "Installation of 
documentation failed"
-       fi
+       use doc && local HTML_DOCS=( docs/_build/html/. )
+       distutils-r1_python_install_all
 }



1.40                 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   14 Jun 2014 10:24:39 -0000      1.39
+++ ChangeLog   14 Jun 2014 10:46:19 -0000      1.40
@@ -1,6 +1,10 @@
 # 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.39 
2014/06/14 10:24:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.40 
2014/06/14 10:46:19 idella4 Exp $
+
+  14 Jun 2014; Ian Delaney <[email protected]> wtforms-1.0.5.ebuild,
+  wtforms-2.0.ebuild:
+  clean old python impls add, py3.4 suport to 1.0.5, tidy
 
   14 Jun 2014; Ian Delaney <[email protected]> wtforms-2.0.ebuild:
   clean old python impls add, py3.4 suport




Reply via email to