summaryrefslogtreecommitdiff
path: root/dev-python/rpy
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rpy')
-rw-r--r--dev-python/rpy/Manifest4
-rw-r--r--dev-python/rpy/rpy-3.5.4.ebuild41
-rw-r--r--dev-python/rpy/rpy-3.5.5.ebuild2
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest
index 62d87c74e6dc..6212982c8ef1 100644
--- a/dev-python/rpy/Manifest
+++ b/dev-python/rpy/Manifest
@@ -1,5 +1,3 @@
-DIST rpy2-3.5.4.tar.gz 208307 BLAKE2B bd302a65daf9f702f66cde63484552c8b01777baf1fd99f1631711806ea259df51d4beb7800b6fa9f9816637b1b6a0f75bb583e256c956142aaad5b677038fa2 SHA512 65a0a4516f362459667a678c3aeaaa05fa1df785ac4e203122e6268db1578af8d7344b905ef27528c20ebdf93bbbe5f1b6a5d8958d1f5dca2867d95f191afb5b
DIST rpy2-3.5.5.tar.gz 210255 BLAKE2B b26aa4830f10b69ad8a9b21df14784203f77ea35b403a5b9d6135680ab47b47edbc480e3dbfcc469ffd523262c977c9a78e3597e467f5ccb3643c66a8a49b94e SHA512 47ce62851ec5385e3d8da947bb30cb71bf28fdba5891ec729f227313aa3863a2fa7be9ec3b7b2fffa4c09ebae131d15a8723f796c85406e5c19ea4a480f8e653
-EBUILD rpy-3.5.4.ebuild 1014 BLAKE2B cb94ad14f79016f8ab707d5e793548f6cc1bb3944c8d8f7afcad59854a71fd9d7c78cc57e763075ed53594eb2e7dc54f15d97f3be609b23ba91a60163fc1de48 SHA512 558ac7090589b8109c2b994644984cc4d450fc9bbfe93f06862ec950d904fd50db9f989cec96607754e01c2b6740a754952a6f5c3e63b4735761fce12995b7e1
-EBUILD rpy-3.5.5.ebuild 1016 BLAKE2B f94c952c7f9229c4994598a516cf54222bf33b298db81b465f0e02b7062f9c48ba1eaac47fd5b03bfe1ac8f798568795fc38e5248d90c367d1886b4553638505 SHA512 0c80addc0dbb961c4b3226e62b0f0c61e940b6c073dcf28e2c021589ae334039cfd437d4cc711e6f0722af74b6b079f4aaeef8d4abf631a2234e093e29e5bf34
+EBUILD rpy-3.5.5.ebuild 1014 BLAKE2B cb94ad14f79016f8ab707d5e793548f6cc1bb3944c8d8f7afcad59854a71fd9d7c78cc57e763075ed53594eb2e7dc54f15d97f3be609b23ba91a60163fc1de48 SHA512 558ac7090589b8109c2b994644984cc4d450fc9bbfe93f06862ec950d904fd50db9f989cec96607754e01c2b6740a754952a6f5c3e63b4735761fce12995b7e1
MISC metadata.xml 594 BLAKE2B 30723d02d77794b1d8303e4063b3f14b0896de94ab2f7dff371353db67fe132e7fbbc914cad4157fba2764faefad6b15e8ece111023fd3935f04b926c4c7364f SHA512 ee3231beea6731daf7e14a20aee434c35eb3a2f9e9c4bc7a9047fd0a3de133fa0142ef758cb353abb769bb13280f5a57f50153fa20bb2ecf06e4570c65fca8d6
diff --git a/dev-python/rpy/rpy-3.5.4.ebuild b/dev-python/rpy/rpy-3.5.4.ebuild
deleted file mode 100644
index 7fc4a253ebc8..000000000000
--- a/dev-python/rpy/rpy-3.5.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite"
-inherit distutils-r1 virtualx
-
-MYSLOT=2
-MY_PN=${PN}${MYSLOT}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python interface to the R Programming Language"
-HOMEPAGE="https://rpy.sourceforge.net/
- https://pypi.org/project/rpy2/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-# ggplot2 is a test dep but not in portage
-RESTRICT="test"
-
-RDEPEND="
- >=dev-lang/R-3.2
- dev-python/cffi[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/pandas-0.13.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
-"
-PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- virtx "${EPYTHON}" -m 'rpy2.tests'
-}
diff --git a/dev-python/rpy/rpy-3.5.5.ebuild b/dev-python/rpy/rpy-3.5.5.ebuild
index 33ae4762eb31..7fc4a253ebc8 100644
--- a/dev-python/rpy/rpy-3.5.5.ebuild
+++ b/dev-python/rpy/rpy-3.5.5.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
# ggplot2 is a test dep but not in portage
RESTRICT="test"