* [gentoo-commits] gentoo-x86 commit in dev-python/mpi4py: mpi4py-1.3.ebuild ChangeLog
@ 2012-01-20 20:38 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-01-20 20:38 UTC (permalink / raw
To: gentoo-commits
xarthisius 12/01/20 20:38:16
Modified: ChangeLog
Added: mpi4py-1.3.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/mpi4py/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 22 Sep 2010 16:09:24 -0000 1.5
+++ ChangeLog 20 Jan 2012 20:38:16 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/mpi4py
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v 1.5 2010/09/22 16:09:24 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v 1.6 2012/01/20 20:38:16 xarthisius Exp $
+
+*mpi4py-1.3 (20 Jan 2012)
+
+ 20 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> +mpi4py-1.3.ebuild:
+ Version bump
*mpi4py-1.2.2 (22 Sep 2010)
1.1 dev-python/mpi4py/mpi4py-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.ebuild?rev=1.1&content-type=text/plain
Index: mpi4py-1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.ebuild,v 1.1 2012/01/20 20:38:16 xarthisius Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Message Passing Interface for Python"
HOMEPAGE="http://code.google.com/p/mpi4py/ http://pypi.python.org/pypi/mpi4py"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
DEPEND="virtual/mpi"
RDEPEND="${DEPEND}"
src_test() {
testing() {
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" mpiexec -n 2 "$(PYTHON)" test/runtests.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc; then
insinto /usr/share/doc/${PF}/html
doins -r docs/*
fi
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r demo/*
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-20 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 20:38 [gentoo-commits] gentoo-x86 commit in dev-python/mpi4py: mpi4py-1.3.ebuild ChangeLog Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox