diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-14 03:02:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-14 03:02:32 +0000 |
commit | d3c7d3e5f9607edef1a795ccc502ab3eb3121165 (patch) | |
tree | d36ccc4ef4aa53927a8cd66bc5d3ab06fe1bdd24 /dev-python/rpy | |
parent | 4dc2f97ed84159736ecfb5dea5485e83b27810d1 (diff) |
gentoo auto-resync : 14:11:2024 - 03:02:32
Diffstat (limited to 'dev-python/rpy')
-rw-r--r-- | dev-python/rpy/Manifest | 3 | ||||
-rw-r--r-- | dev-python/rpy/metadata.xml | 19 | ||||
-rw-r--r-- | dev-python/rpy/rpy-3.5.14.ebuild | 48 |
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest deleted file mode 100644 index b8bd2acec1b1..000000000000 --- a/dev-python/rpy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rpy2-3.5.14.tar.gz 219268 BLAKE2B 167284d4974710121475d83aada49e128566f075276f5f641096f6ce94c236c315617df2847504e0e3ca804090e1f422fa1b53a4a37b60f1c5bcdba8c0b059ff SHA512 d02454fb41c946a0a92547f8a5dba3c614741bec8e293984116b34dfbe97574a655b7066fd75d34fee4c0f604c41c8b672d6a2c3b4194cba30a37c95da6578dd -EBUILD rpy-3.5.14.ebuild 1071 BLAKE2B 6ce33946108cc8a35fbc04c567011802bd168a8b46262ae6fb5dd5aa75f25d0f288b06f5d0d0a3d1ac2f579800100b42b076e1325817fde661aa094e5aebbd12 SHA512 ad976f9763eb3737fa65a18998ffa6c539f836efe26af739c30f030b332c3a92fdeda4caae3fcb24e7fc387774568de71d2058606ee17cb212c7f2a6940e9e25 -MISC metadata.xml 695 BLAKE2B 9c98bf8cc9a517042e16e22b2d853cc0b760eeffdf966a61a2779726aa71a76d4f2e37c3fb1e4e493f2b58ebe5d922d6f10e1d05ee0354466f60e999f5312d0d SHA512 1a2ed1a51b3857507b6bc853905db9a5d3638fb9f4440e98f52a128d3739e59f900853587c6ca5715b0bb3c1cb1b8f81866df3eb76253aecf7913aa71ea3dbdd diff --git a/dev-python/rpy/metadata.xml b/dev-python/rpy/metadata.xml deleted file mode 100644 index 98f720adecd9..000000000000 --- a/dev-python/rpy/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> - <upstream> - <remote-id type="github">rpy2/rpy2</remote-id> - <remote-id type="pypi">rpy2</remote-id> - <remote-id type="sourceforge">rpy</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/rpy/rpy-3.5.14.ebuild b/dev-python/rpy/rpy-3.5.14.ebuild deleted file mode 100644 index 0aa15c9b861d..000000000000 --- a/dev-python/rpy/rpy-3.5.14.ebuild +++ /dev/null @@ -1,48 +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..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/ -" -SRC_URI="$(pypi_sdist_url rpy2)" -S="${WORKDIR}/rpy2-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -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 -} |