mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/rpy2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user