idella4     14/04/02 08:26:10

  Modified:             pyzmq-14.0.1.ebuild pyzmq-14.1.1.ebuild ChangeLog
  Log:
  ditto -14.1.1
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

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

Index: pyzmq-14.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyzmq-14.0.1.ebuild 2 Apr 2014 08:09:35 -0000       1.4
+++ pyzmq-14.0.1.ebuild 2 Apr 2014 08:26:10 -0000       1.5
@@ -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.4 
2014/04/02 08:09:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.0.1.ebuild,v 1.5 
2014/04/02 08:26:10 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -41,7 +41,7 @@
        if python_is_python3; then
                einfo "Skipping python3 due to lack of support by gevent"
        else
-               nosetests -svw "${BUILD_DIR}/lib/" || die
+               nosetests -svw "${BUILD_DIR}/lib/"
        fi
 }
 



1.2                  dev-python/pyzmq/pyzmq-14.1.1.ebuild

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

Index: pyzmq-14.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyzmq-14.1.1.ebuild 18 Mar 2014 23:03:55 -0000      1.1
+++ pyzmq-14.1.1.ebuild 2 Apr 2014 08:26:10 -0000       1.2
@@ -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.1.1.ebuild,v 1.1 
2014/03/18 23:03:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.1.1.ebuild,v 1.2 
2014/04/02 08:26:10 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/"
        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.45                 dev-python/pyzmq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   2 Apr 2014 08:09:35 -0000       1.44
+++ ChangeLog   2 Apr 2014 08:26:10 -0000       1.45
@@ -1,6 +1,10 @@
 # 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.44 
2014/04/02 08:09:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.45 
2014/04/02 08:26:10 idella4 Exp $
+
+  02 Apr 2014; Ian Delaney <[email protected]> pyzmq-14.0.1.ebuild,
+  pyzmq-14.1.1.ebuild:
+  ditto -14.1.1
 
   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




Reply via email to