alunduil    14/10/11 21:14:04

  Modified:             ChangeLog pyhamcrest-1.8.1.ebuild
  Log:
  generalize dependence on dev-python/six
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 11A8217C!)

Revision  Changes    Path
1.2                  dev-python/pyhamcrest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyhamcrest/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 Oct 2014 15:39:46 -0000      1.1
+++ ChangeLog   11 Oct 2014 21:14:04 -0000      1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyhamcrest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyhamcrest/ChangeLog,v 1.1 
2014/10/11 15:39:46 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyhamcrest/ChangeLog,v 1.2 
2014/10/11 21:14:04 alunduil Exp $
+
+  11 Oct 2014; Alex Brandt <[email protected]> pyhamcrest-1.8.1.ebuild:
+  generalize dependence on six
 
 *pyhamcrest-1.8.1 (11 Oct 2014)
 



1.2                  dev-python/pyhamcrest/pyhamcrest-1.8.1.ebuild

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

Index: pyhamcrest-1.8.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pyhamcrest/pyhamcrest-1.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyhamcrest-1.8.1.ebuild     11 Oct 2014 15:39:46 -0000      1.1
+++ pyhamcrest-1.8.1.ebuild     11 Oct 2014 21:14:04 -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/pyhamcrest/pyhamcrest-1.8.1.ebuild,v 1.1 
2014/10/11 15:39:46 alunduil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyhamcrest/pyhamcrest-1.8.1.ebuild,v 1.2 
2014/10/11 21:14:04 alunduil Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
@@ -20,13 +20,15 @@
 KEYWORDS="~amd64"
 IUSE="doc examples numpy test"
 
-CDEPEND="$(python_gen_cond_dep 'numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )' 
'python*')"
+CDEPEND="
+       dev-python/six[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep 'numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )' 
'python*')
+"
 DEPEND="
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        test? (
                ${CDEPEND}
                dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/six[${PYTHON_USEDEP}]
        )
 "
 RDEPEND="${CDEPEND}"




Reply via email to