mgorny      14/07/06 12:41:32

  Modified:             h5py-2.2.1.ebuild h5py-2.2.1-r1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for <=python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/h5py/h5py-2.2.1.ebuild

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

Index: h5py-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- h5py-2.2.1.ebuild   11 Dec 2013 12:48:00 -0000      1.1
+++ h5py-2.2.1.ebuild   6 Jul 2014 12:41:32 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1.ebuild,v 1.1 
2013/12/11 12:48:00 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1.ebuild,v 1.2 
2014/07/06 12:41:32 mgorny Exp $
 
 EAPI=5
 
@@ -22,8 +22,7 @@
        dev-python/numpy[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
+       dev-python/cython[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
        append-cflags -fno-strict-aliasing



1.3                  dev-python/h5py/h5py-2.2.1-r1.ebuild

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

Index: h5py-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- h5py-2.2.1-r1.ebuild        10 Jun 2014 01:16:26 -0000      1.2
+++ h5py-2.2.1-r1.ebuild        6 Jul 2014 12:41:32 -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/h5py/h5py-2.2.1-r1.ebuild,v 1.2 
2014/06/10 01:16:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild,v 1.3 
2014/07/06 12:41:32 mgorny Exp $
 
 EAPI=5
 
@@ -23,8 +23,7 @@
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/cython[${PYTHON_USEDEP}]
-       mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )
-       test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
+       mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )"
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 # Testsuite is written for a non mpi build



1.25                 dev-python/h5py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   10 Jun 2014 01:16:27 -0000      1.24
+++ ChangeLog   6 Jul 2014 12:41:32 -0000       1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/h5py
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.24 2014/06/10 
01:16:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.25 2014/07/06 
12:41:32 mgorny Exp $
+
+  06 Jul 2014; Michał Górny <mgo...@gentoo.org> h5py-2.2.1-r1.ebuild,
+  h5py-2.2.1.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for <=python-2.6).
 
   10 Jun 2014; Ian Delaney <idel...@gentoo.org> h5py-2.2.1-r1.ebuild:
   adjust version of dep hdf5, fixes Bug #512660




Reply via email to