diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/rpy2 | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/rpy2')
| -rw-r--r-- | dev-python/rpy2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/rpy2/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-python/rpy2/rpy2-3.6.4.ebuild | 29 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/rpy2/Manifest b/dev-python/rpy2/Manifest new file mode 100644 index 000000000000..d256f03ad66b --- /dev/null +++ b/dev-python/rpy2/Manifest @@ -0,0 +1 @@ +DIST rpy2-3.6.4.tar.gz 53247 BLAKE2B 0d06995e6f83648aeb7f9605ce990fbffd2b4549e7823b3ac7ee20491ce79c8cdf58ea89ea87f9c2b7f82ac665a2a6a5e3289aa073a117f9fb1e5d8a9f408ad2 SHA512 b3798eb91017782be19a1f3c1e9222dfd61bb8e1a89fa0ae193731ae450e03a6f1d96cd396e444372cc674dc9040ec3204483e1bb85e62352559a0232c5ad78f diff --git a/dev-python/rpy2/metadata.xml b/dev-python/rpy2/metadata.xml new file mode 100644 index 000000000000..831446e7ee55 --- /dev/null +++ b/dev-python/rpy2/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/rpy2/rpy2-3.6.4.ebuild b/dev-python/rpy2/rpy2-3.6.4.ebuild new file mode 100644 index 000000000000..cc86bb0f7647 --- /dev/null +++ b/dev-python/rpy2/rpy2-3.6.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python interface to the R language" +HOMEPAGE=" + https://rpy2.github.io/ + https://github.com/rpy2/rpy2/ + https://pypi.org/project/rpy/ +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-lang/R-4.0 + >=dev-python/rpy2-rinterface-3.6.3[${PYTHON_USEDEP}] + >=dev-python/rpy2-robjects-3.6.3[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/cffi-1.15.0[${PYTHON_USEDEP}] +" |
