idella4     14/04/02 08:09:35

  Modified:             pyzmq-14.0.1.ebuild ChangeLog
  Log:
  correction to deps, tidy to test phase, update to python_install_all phase
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/pyzmq/pyzmq-14.0.1.ebuild

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

Index: pyzmq-14.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyzmq-14.0.1.ebuild 16 Mar 2014 02:36:51 -0000      1.3
+++ pyzmq-14.0.1.ebuild 2 Apr 2014 08:09:35 -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/pyzmq/pyzmq-14.0.1.ebuild,v 1.3 
2014/03/16 02:36:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.0.1.ebuild,v 1.4 
2014/04/02 08:09:35 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -23,9 +23,9 @@
 DEPEND="${RDEPEND}
        test? (
                dev-python/cffi[${PYTHON_USEDEP}]
-               dev-python/nose[${PY2_USEDEP}]
+               dev-python/nose[${PYTHON_USEDEP}]
                dev-python/gevent[${PY2_USEDEP}]
-               dev-python/cython[${PY2_USEDEP}]
+               dev-python/cython[${PYTHON_USEDEP}]
        )"
 
 python_configure_all() {
@@ -38,17 +38,14 @@
 }
 
 python_test() {
-       if [[ "${EPYTHON}" == python3* ]]; then
-               einfo "Skipping python3 due to many incompatibilities"
+       if python_is_python3; then
+               einfo "Skipping python3 due to lack of support by gevent"
        else
-               nosetests -svw "${BUILD_DIR}/lib/" || die "Tests fail with 
${EPYTHON}"
+               nosetests -svw "${BUILD_DIR}/lib/" || die
        fi
 }
 
 python_install_all() {
+       use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
-       if use examples; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
 }



1.44                 dev-python/pyzmq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   18 Mar 2014 23:03:55 -0000      1.43
+++ ChangeLog   2 Apr 2014 08:09:35 -0000       1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyzmq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.43 
2014/03/18 23:03:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.44 
2014/04/02 08:09:35 idella4 Exp $
+
+  02 Apr 2014; Ian Delaney <[email protected]> pyzmq-14.0.1.ebuild:
+  correction to deps, tidy to test phase, update to python_install_all phase
 
 *pyzmq-14.1.1 (18 Mar 2014)
 




Reply via email to