gentoo/dev-python/rpy2/metadata.xml
Michał Górny f4e4f89e62
Rename dev-python/{rpy → rpy2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-13 21:40:57 +01:00

20 lines
695 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<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="github">rpy2/rpy2</remote-id>
<remote-id type="pypi">rpy2</remote-id>
<remote-id type="sourceforge">rpy</remote-id>
</upstream>
</pkgmetadata>