summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:03:18 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:03:18 +0000
commit8ba2860ae7c5f5429e27ed1edd8753981376059a (patch)
tree65ab7f40697f559187fc6303fba1f00594969f7c /dev-python/mpi4py
parentadd ~arm, bug #402989 (diff)
downloadgentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz
gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2
gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/mpi4py')
-rw-r--r--dev-python/mpi4py/metadata.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/mpi4py/metadata.xml b/dev-python/mpi4py/metadata.xml
index ead1d2681b6c..31fa7d68fc3e 100644
--- a/dev-python/mpi4py/metadata.xml
+++ b/dev-python/mpi4py/metadata.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
-<longdescription lang="en">
- MPI for Python (mpi4py) provides bindings of the Message Passing
+ <herd>python</herd>
+ <longdescription lang="en">MPI for Python (mpi4py) provides bindings of the Message Passing
Interface (MPI) standard for the Python programming language,
allowing any Python program to exploit multiple processors.
-
This package is constructed on top of the MPI-1/MPI-2 specification
and provides an object oriented interface which closely follows
MPI-2 C++ bindings. It supports point-to-point (sends, receives) and
collective (broadcasts, scatters, gathers) communications of any
picklable Python object as well as optimized communications of
Python object exposing the single-segment buffer interface (NumPy
- arrays, builtin bytes/string/array objects).
-</longdescription>
+ arrays, builtin bytes/string/array objects).</longdescription>
+ <upstream>
+ <remote-id type="google-code">mpi4py</remote-id>
+ </upstream>
</pkgmetadata>