* [gentoo-commits] gentoo-x86 commit in dev-python/h5py: ChangeLog h5py-1.3.0.ebuild
@ 2010-05-09 9:43 Andrey Kislyuk (weaver)
0 siblings, 0 replies; 3+ messages in thread
From: Andrey Kislyuk (weaver) @ 2010-05-09 9:43 UTC (permalink / raw
To: gentoo-commits
weaver 10/05/09 09:43:45
Modified: ChangeLog
Added: h5py-1.3.0.ebuild
Log:
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/h5py/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 21 Sep 2009 04:25:26 -0000 1.1
+++ ChangeLog 9 May 2010 09:43:45 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/h5py
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.1 2009/09/21 04:25:26 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.2 2010/05/09 09:43:45 weaver Exp $
+
+*h5py-1.3.0 (09 May 2010)
+
+ 09 May 2010; Andrey Kislyuk <weaver@gentoo.org> +h5py-1.3.0.ebuild:
+ Version bump
21 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org> +h5py-1.2.1.ebuild,
+metadata.xml:
1.1 dev-python/h5py/h5py-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?rev=1.1&content-type=text/plain
Index: h5py-1.3.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.1 2010/05/09 09:43:45 weaver Exp $
inherit distutils
DESCRIPTION="A simple Python interface to HDF5 files."
HOMEPAGE="http://h5py.alfven.org/"
SRC_URI="http://h5py.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sci-libs/hdf5-1.6.7
dev-python/numpy"
RDEPEND="${DEPEND}"
src_test() {
"${python}" setup.py test || die "test failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/h5py: ChangeLog h5py-1.3.0.ebuild
@ 2010-07-23 20:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-23 20:51 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/23 20:51:56
Modified: ChangeLog h5py-1.3.0.ebuild
Log:
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/h5py/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 May 2010 09:43:45 -0000 1.2
+++ ChangeLog 23 Jul 2010 20:51:56 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/h5py
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.2 2010/05/09 09:43:45 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.3 2010/07/23 20:51:56 arfrever Exp $
+
+ 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ h5py-1.3.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*h5py-1.3.0 (09 May 2010)
1.2 dev-python/h5py/h5py-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?r1=1.1&r2=1.2
Index: h5py-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- h5py-1.3.0.ebuild 9 May 2010 09:43:45 -0000 1.1
+++ h5py-1.3.0.ebuild 23 Jul 2010 20:51:56 -0000 1.2
@@ -1,11 +1,17 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.1 2010/05/09 09:43:45 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.2 2010/07/23 20:51:56 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="setup.py"
inherit distutils
DESCRIPTION="A simple Python interface to HDF5 files."
-HOMEPAGE="http://h5py.alfven.org/"
+HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py"
SRC_URI="http://h5py.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
@@ -17,6 +23,6 @@
dev-python/numpy"
RDEPEND="${DEPEND}"
-src_test() {
- "${python}" setup.py test || die "test failed"
-}
+PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
+
+DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/h5py: ChangeLog h5py-1.3.0.ebuild
@ 2010-07-23 21:11 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-23 21:11 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/23 21:11:23
Modified: ChangeLog h5py-1.3.0.ebuild
Log:
Fix building with Python 2.7 (bug #327859).
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/h5py/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 23 Jul 2010 20:51:56 -0000 1.3
+++ ChangeLog 23 Jul 2010 21:11:23 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/h5py
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.3 2010/07/23 20:51:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.4 2010/07/23 21:11:23 arfrever Exp $
+
+ 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ h5py-1.3.0.ebuild, +files/h5py-1.3.0-python-2.7.patch:
+ Fix building with Python 2.7 (bug #327859).
23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
h5py-1.3.0.ebuild:
1.3 dev-python/h5py/h5py-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild?r1=1.2&r2=1.3
Index: h5py-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- h5py-1.3.0.ebuild 23 Jul 2010 20:51:56 -0000 1.2
+++ h5py-1.3.0.ebuild 23 Jul 2010 21:11:23 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.2 2010/07/23 20:51:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.3 2010/07/23 21:11:23 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -8,7 +8,7 @@
RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="setup.py"
-inherit distutils
+inherit distutils eutils
DESCRIPTION="A simple Python interface to HDF5 files."
HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py"
@@ -26,3 +26,8 @@
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
+
+src_prepare() {
+ epatch "${FILESDIR}/${P}-python-2.7.patch"
+ distutils_src_prepare
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-23 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 21:11 [gentoo-commits] gentoo-x86 commit in dev-python/h5py: ChangeLog h5py-1.3.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-07-23 20:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-05-09 9:43 Andrey Kislyuk (weaver)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox