dev-R/reticulate: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-19 15:44:25 +02:00
parent f88dfd4f69
commit b1440e106c
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription>
Interface to 'Python' // Interface to 'Python' modules, classes,
and functions. When calling into 'Python', R data types are
automatically converted to their equivalent 'Python' types.
When values are returned from 'Python' to R they are converted
back to R types. Compatible with all versions of 'Python' =
2.7.
</longdescription>
</pkgmetadata>