summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-12-11 12:48:00 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-12-11 12:48:00 +0000
commit9ec57cb99acf342a81af19acc9caf175183c9ce4 (patch)
tree8e16f5bd8adf1374decb82a005bf9cd78954c875 /dev-python/h5py
parentsci-physics/espresso: Drop unnecessay dep (diff)
downloadgentoo-2-9ec57cb99acf342a81af19acc9caf175183c9ce4.tar.gz
gentoo-2-9ec57cb99acf342a81af19acc9caf175183c9ce4.tar.bz2
gentoo-2-9ec57cb99acf342a81af19acc9caf175183c9ce4.zip
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'dev-python/h5py')
-rw-r--r--dev-python/h5py/ChangeLog8
-rw-r--r--dev-python/h5py/h5py-2.2.1.ebuild (renamed from dev-python/h5py/h5py-2.1.3.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/h5py/ChangeLog b/dev-python/h5py/ChangeLog
index 850c7bdf47a4..6b10380a096c 100644
--- a/dev-python/h5py/ChangeLog
+++ b/dev-python/h5py/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/h5py
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.21 2013/12/04 13:36:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.22 2013/12/11 12:48:00 xarthisius Exp $
+
+*h5py-2.2.1 (11 Dec 2013)
+
+ 11 Dec 2013; Kacper Kowalik <xarthisius@gentoo.org> +h5py-2.2.1.ebuild,
+ -h5py-2.1.3.ebuild:
+ Version bump, drop old
04 Dec 2013; Justin Lecher <jlec@gentoo.org> h5py-2.1.3.ebuild,
h5py-2.2.0.ebuild, metadata.xml:
diff --git a/dev-python/h5py/h5py-2.1.3.ebuild b/dev-python/h5py/h5py-2.2.1.ebuild
index ee312906be08..1751e0289b91 100644
--- a/dev-python/h5py/h5py-2.1.3.ebuild
+++ b/dev-python/h5py/h5py-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.3.ebuild,v 1.4 2013/12/04 13:36:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1.ebuild,v 1.1 2013/12/11 12:48:00 xarthisius Exp $
EAPI=5
@@ -21,8 +21,8 @@ RDEPEND="
sci-libs/hdf5:=
dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
python_prepare_all() {
@@ -35,7 +35,7 @@ python_test() {
}
python_install_all() {
- DOCS=( README.txt )
+ DOCS=( README.rst ANN.rst )
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}