summaryrefslogtreecommitdiff
path: root/dev-python/rpy2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-09 07:13:02 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-09 07:13:02 +0000
commit3e3968c9e274a143289f3732da5d130f6e2a226b (patch)
tree46d2d221eefd3f87bc29757e029a220800565fc5 /dev-python/rpy2
parent1100184368ffc184377c48797d63748f6c0f8f7a (diff)
downloadbaldeagleos-repo-3e3968c9e274a143289f3732da5d130f6e2a226b.tar.gz
baldeagleos-repo-3e3968c9e274a143289f3732da5d130f6e2a226b.tar.xz
baldeagleos-repo-3e3968c9e274a143289f3732da5d130f6e2a226b.zip
Adding metadata
Diffstat (limited to 'dev-python/rpy2')
-rw-r--r--dev-python/rpy2/Manifest1
-rw-r--r--dev-python/rpy2/rpy2-3.5.14.ebuild46
-rw-r--r--dev-python/rpy2/rpy2-3.6.4.ebuild2
3 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/rpy2/Manifest b/dev-python/rpy2/Manifest
index c8fcc6e44e06..d256f03ad66b 100644
--- a/dev-python/rpy2/Manifest
+++ b/dev-python/rpy2/Manifest
@@ -1,2 +1 @@
-DIST rpy2-3.5.14.tar.gz 219268 BLAKE2B 167284d4974710121475d83aada49e128566f075276f5f641096f6ce94c236c315617df2847504e0e3ca804090e1f422fa1b53a4a37b60f1c5bcdba8c0b059ff SHA512 d02454fb41c946a0a92547f8a5dba3c614741bec8e293984116b34dfbe97574a655b7066fd75d34fee4c0f604c41c8b672d6a2c3b4194cba30a37c95da6578dd
DIST rpy2-3.6.4.tar.gz 53247 BLAKE2B 0d06995e6f83648aeb7f9605ce990fbffd2b4549e7823b3ac7ee20491ce79c8cdf58ea89ea87f9c2b7f82ac665a2a6a5e3289aa073a117f9fb1e5d8a9f408ad2 SHA512 b3798eb91017782be19a1f3c1e9222dfd61bb8e1a89fa0ae193731ae450e03a6f1d96cd396e444372cc674dc9040ec3204483e1bb85e62352559a0232c5ad78f
diff --git a/dev-python/rpy2/rpy2-3.5.14.ebuild b/dev-python/rpy2/rpy2-3.5.14.ebuild
deleted file mode 100644
index 84695f38eaac..000000000000
--- a/dev-python/rpy2/rpy2-3.5.14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi optfeature
-
-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 ~x86"
-
-RDEPEND="
- >=dev-lang/R-4.0
- dev-python/cffi[${PYTHON_USEDEP}]
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- ${RDEPEND}
- dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "ipython integration" dev-python/ipython
- optfeature "numpy integration" dev-python/numpy
- optfeature "pandas integration" dev-python/pandas
-}
diff --git a/dev-python/rpy2/rpy2-3.6.4.ebuild b/dev-python/rpy2/rpy2-3.6.4.ebuild
index fdbd2c2d539b..59dfe0f8579b 100644
--- a/dev-python/rpy2/rpy2-3.6.4.ebuild
+++ b/dev-python/rpy2/rpy2-3.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8