gentoo/dev-python/rpy/metadata.xml
Justin Lecher 5bbc94a101
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-10-01 14:02:01 +02:00

17 lines
564 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>sci</herd>
<longdescription lang="en">
RPy provides a robust Python interface to the R programming
language. It can manage R objects and can execute arbitrary R
functions. All the errors from the R language are converted to
Python exceptions.
</longdescription>
<upstream>
<remote-id type="pypi">rpy2</remote-id>
<remote-id type="sourceforge">rpy</remote-id>
</upstream>
</pkgmetadata>