public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: pyzmq-14.4.1.ebuild pyzmq-14.4.0.ebuild ChangeLog
@ 2014-11-27 10:02 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2014-11-27 10:02 UTC (permalink / raw
  To: gentoo-commits

idella4     14/11/27 10:02:40

  Modified:             pyzmq-14.4.1.ebuild pyzmq-14.4.0.ebuild ChangeLog
  Log:
  14.4.0; set REQUIRED_USE for test, 14.4.1; tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/pyzmq/pyzmq-14.4.1.ebuild

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

Index: pyzmq-14.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyzmq-14.4.1.ebuild	19 Nov 2014 00:47:39 -0000	1.1
+++ pyzmq-14.4.1.ebuild	27 Nov 2014 10:02:40 -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.4.1.ebuild,v 1.1 2014/11/19 00:47:39 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.2 2014/11/27 10:02:40 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -17,7 +17,7 @@
 
 IUSE="doc examples green test"
 
-PY2_USEDEP=$(python_gen_usedep 'python2*')
+PY2_USEDEP=$(python_gen_usedep python2_7)
 RDEPEND=">=net-libs/zeromq-2.1.9
 	dev-python/py[${PYTHON_USEDEP}]
 	dev-python/cffi[${PYTHON_USEDEP}]
@@ -25,7 +25,7 @@
 DEPEND="test? (
 		${RDEPEND}
 		dev-python/nose[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]" 'python2*')
+		$(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]" python2_7)
 	)
 	doc? (
 		dev-python/sphinx[${PYTHON_USEDEP}]



1.3                  dev-python/pyzmq/pyzmq-14.4.0.ebuild

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

Index: pyzmq-14.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyzmq-14.4.0.ebuild	30 Oct 2014 09:36:16 -0000	1.2
+++ pyzmq-14.4.0.ebuild	27 Nov 2014 10:02:40 -0000	1.3
@@ -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.4.0.ebuild,v 1.2 2014/10/30 09:36:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.3 2014/11/27 10:02:40 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -22,11 +22,14 @@
 	dev-python/py[${PYTHON_USEDEP}]
 	dev-python/cffi[${PYTHON_USEDEP}]
 	green? ( dev-python/gevent[${PY2_USEDEP}] )"
-DEPEND="test? ( ${RDEPEND}
+DEPEND="test? (
+		${RDEPEND}
 		dev-python/nose[${PYTHON_USEDEP}] )
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
 		dev-python/numpydoc[${PYTHON_USEDEP}] )"
 
+REQUIRED_USE="test? ( green )"
+
 python_configure_all() {
 	tc-export CC
 }



1.54                 dev-python/pyzmq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	19 Nov 2014 00:47:39 -0000	1.53
+++ ChangeLog	27 Nov 2014 10:02:40 -0000	1.54
@@ -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.53 2014/11/19 00:47:39 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.54 2014/11/27 10:02:40 idella4 Exp $
+
+  27 Nov 2014; Ian Delaney <idella4@gentoo.org> pyzmq-14.4.0.ebuild,
+  pyzmq-14.4.1.ebuild:
+  14.4.0; set REQUIRED_USE for test, 14.4.1; tidy
 
 *pyzmq-14.4.1 (19 Nov 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-27 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 10:02 [gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: pyzmq-14.4.1.ebuild pyzmq-14.4.0.ebuild ChangeLog Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox