diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:50 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:50 +0000 |
commit | f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch) | |
tree | 8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/mpi4py | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.gz historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.bz2 historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.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.xml | 12 |
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> |