idella4     14/10/13 09:50:09

  Modified:             webtest-2.0.15.ebuild ChangeLog
  Log:
  add py3.4, update 1 dep, remove superfluous removal of superfluous file @ 
install phase wrt Bug 524724 by wtking (leave 1.4.3-r1 as is for now)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/webtest/webtest-2.0.15.ebuild

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

Index: webtest-2.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webtest-2.0.15.ebuild       10 Oct 2014 16:11:53 -0000      1.3
+++ webtest-2.0.15.ebuild       13 Oct 2014 09:50:09 -0000      1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 
1.3 2014/10/10 16:11:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 
1.4 2014/10/13 09:50:09 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -36,7 +36,7 @@
                dev-python/pastedeploy[${PYTHON_USEDEP}]
                dev-python/wsgiproxy2[${PYTHON_USEDEP}]
                dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python{2_7,3_2} )
        )"
 
 S="${WORKDIR}/${MY_P}"
@@ -66,15 +66,6 @@
        nosetests || die "Tests fail with ${EPYTHON}"
 }
 
-python_install() {
-       distutils-r1_python_install
-
-       # Why is it so?
-       if python_is_python3; then
-               rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
-       fi
-}
-
 python_install_all() {
        use doc && local HTML_DOCS=( html/. )
        distutils-r1_python_install_all



1.85                 dev-python/webtest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   10 Oct 2014 16:11:53 -0000      1.84
+++ ChangeLog   13 Oct 2014 09:50:09 -0000      1.85
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/webtest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.84 
2014/10/10 16:11:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.85 
2014/10/13 09:50:09 idella4 Exp $
+
+  13 Oct 2014; Ian Delaney <[email protected]> webtest-2.0.15.ebuild:
+  add py3.4, update 1 dep, remove superfluous removal of superfluous file @
+  install phase wrt Bug 524724 by wtking (leave 1.4.3-r1 as is for now)
 
   10 Oct 2014; Ian Delaney <[email protected]> webtest-2.0.15.ebuild:
   add missing invisible rdep (not listed in setup.py) in latest or current




Reply via email to