commit: da9d38ac85a80f469f82b946b968d9d1c60dc4e4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 17:24:19 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 17:24:19 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9d38ac
dev-python/rpy2: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/rpy2/Manifest | 1 - dev-python/rpy2/rpy2-3.5.14.ebuild | 46 -------------------------------------- 2 files changed, 47 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 209310bc5309..000000000000 --- a/dev-python/rpy2/rpy2-3.5.14.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2026 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_12 ) - -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 -}
