commit:     6e772d5755a185db28bd5f394a00d84e0900956a
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Sep 28 11:06:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 00:43:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e772d57

dev-python/rpy2: add 3.6.4

Closes: https://bugs.gentoo.org/952394
Closes: https://bugs.gentoo.org/961031
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43969
Closes: https://github.com/gentoo/gentoo/pull/43969
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rpy2/Manifest          |  1 +
 dev-python/rpy2/rpy2-3.6.4.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/rpy2/Manifest b/dev-python/rpy2/Manifest
index 4b05cc402c2c..c8fcc6e44e06 100644
--- a/dev-python/rpy2/Manifest
+++ b/dev-python/rpy2/Manifest
@@ -1 +1,2 @@
 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.6.4.ebuild 
b/dev-python/rpy2/rpy2-3.6.4.ebuild
new file mode 100644
index 000000000000..a78e3c2ea684
--- /dev/null
+++ b/dev-python/rpy2/rpy2-3.6.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+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}]
+"

Reply via email to