Files
gentoo/dev-python/rpy/metadata.xml
Alfred Wingate bad3315668 dev-python/rpy: add github upstream metadata
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33787
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2023-11-13 14:53:27 +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>