Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/
Date: Fri, 25 Sep 2015 18:39:00
Message-Id: 1443206329.92d805695a61a79444093f243a424d4137f94c23.jlec@gentoo
1 commit: 92d805695a61a79444093f243a424d4137f94c23
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 18:38:49 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:38:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d80569
7
8 dev-python/rpy: Drop old
9
10 obsolets
11 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=489138
12 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556394
13
14 Package-Manager: portage-2.2.21
15 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
16
17 dev-python/rpy/Manifest | 2 --
18 dev-python/rpy/rpy-2.5.4.ebuild | 50 --------------------------------------
19 dev-python/rpy/rpy-2.6.1.ebuild | 53 -----------------------------------------
20 3 files changed, 105 deletions(-)
21
22 diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest
23 index a03dd7c..90514ef 100644
24 --- a/dev-python/rpy/Manifest
25 +++ b/dev-python/rpy/Manifest
26 @@ -1,3 +1 @@
27 -DIST rpy2-2.5.4.tar.gz 164830 SHA256 d521ecdd05cd0c31ab017cb63e9f63c29b524e46ec9063a920f640b5875f8a90 SHA512 e40ae81be19acf5008eed088c10fef3824cc712c0175414c1899bf45b24c35e2ef7d8808fae75d156064e82d1cd5939c50d5291c190030ae2050c6dffa9a36db WHIRLPOOL 2769adccaa6a634b964d4712e4bcc4d4161f8aef17d38a235bf5a3646fd166a01749fcc1852954996a00b695617597617f0dfb43f73744948a55f2eba07d9ba2
28 -DIST rpy2-2.6.1.tar.gz 171635 SHA256 39f15d7f5d51646a6cbf9d5cd1c817d2880301dbb95141947f93361685453e28 SHA512 14c6c47d6ace40ac26bf89d3efdbf5c5a68f74096fec74897877be312d3ffb03c30f4ca13ed1531ccf094ac33672fa550264fe980788bc4eca12d02089475f63 WHIRLPOOL dda6a0a2abe33f8d7e3a489c6bbaa03335a47d5fa474409883773a52be315f0920347a38f76f94e9e16c680e08cd8e7a18d27a6a2ffd4af35a779a305836bdd5
29 DIST rpy2-2.6.2.tar.gz 171655 SHA256 2e28886b2a6a138cfc057f9b7cddade253e61c9abb43f0eae20dace58b6dfced SHA512 7a060ccc26a03dc93d75edb85d92f1ab31af96ba140932ff8e699cd5855e6078b1e0ffceed135d32deb6c8f273ebcc8b02be38e9b8fc66778cc2adab5745f542 WHIRLPOOL 26d9a9c13e4efa22a232507cfff0b13d650e0528f635dfa9fe464cde50462d2d94a668d1566b537bafaa5462eb66e96005296c6295308b1e3d1c5639da2879b6
30
31 diff --git a/dev-python/rpy/rpy-2.5.4.ebuild b/dev-python/rpy/rpy-2.5.4.ebuild
32 deleted file mode 100644
33 index fd4fe9a..0000000
34 --- a/dev-python/rpy/rpy-2.5.4.ebuild
35 +++ /dev/null
36 @@ -1,50 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40 -
41 -EAPI=5
42 -
43 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
44 -PYTHON_REQ_USE="sqlite"
45 -
46 -inherit distutils-r1 flag-o-matic
47 -
48 -MYSLOT=2
49 -MY_PN=${PN}${MYSLOT}
50 -MY_P=${MY_PN}-${PV}
51 -
52 -DESCRIPTION="Python interface to the R Programming Language"
53 -HOMEPAGE="http://rpy.sourceforge.net/ https://pypi.python.org/pypi/rpy2"
54 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
55 -
56 -LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
57 -SLOT="0"
58 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
59 -IUSE="test"
60 -
61 -RDEPEND="
62 - >=dev-lang/R-3
63 - dev-python/numpy[${PYTHON_USEDEP}]
64 - >=dev-python/pandas-0.13.1[${PYTHON_USEDEP}]
65 - dev-python/ipython[${PYTHON_USEDEP}]"
66 -DEPEND="${RDEPEND}
67 - dev-python/setuptools[${PYTHON_USEDEP}]
68 - test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )"
69 -
70 -# ggplot2 is an optional test dep but not in portage
71 -S="${WORKDIR}/${MY_P}"
72 -
73 -# Tarball absent of doc files in doc folder
74 -# https://bitbucket.org/lgautier/rpy2/issue/229/
75 -python_compile() {
76 - if ! python_is_python3; then
77 - local CFLAGS=${CFLAGS}
78 - append-cflags -fno-strict-aliasing
79 - fi
80 - distutils-r1_python_compile
81 -}
82 -
83 -python_test() {
84 - cd "${BUILD_DIR}"/lib || die
85 - ${PYTHON} -m 'rpy2.tests' || die
86 -}
87
88 diff --git a/dev-python/rpy/rpy-2.6.1.ebuild b/dev-python/rpy/rpy-2.6.1.ebuild
89 deleted file mode 100644
90 index de5f720..0000000
91 --- a/dev-python/rpy/rpy-2.6.1.ebuild
92 +++ /dev/null
93 @@ -1,53 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI=5
99 -
100 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
101 -PYTHON_REQ_USE="sqlite"
102 -
103 -inherit distutils-r1 flag-o-matic
104 -
105 -MYSLOT=2
106 -MY_PN=${PN}${MYSLOT}
107 -MY_P=${MY_PN}-${PV}
108 -
109 -DESCRIPTION="Python interface to the R Programming Language"
110 -HOMEPAGE="http://rpy.sourceforge.net/ https://pypi.python.org/pypi/rpy2"
111 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
112 -
113 -LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
116 -IUSE="test"
117 -
118 -RDEPEND="
119 - >=dev-lang/R-3
120 - dev-python/numpy[${PYTHON_USEDEP}]
121 - >=dev-python/pandas-0.13.1[${PYTHON_USEDEP}]
122 - dev-python/ipython[${PYTHON_USEDEP}]
123 - virtual/python-singledispatch[${PYTHON_USEDEP}]
124 - dev-python/six[${PYTHON_USEDEP}]"
125 -DEPEND="${RDEPEND}
126 - dev-python/setuptools[${PYTHON_USEDEP}]
127 - test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )"
128 -
129 -# ggplot2 is an optional test dep but not in portage
130 -S="${WORKDIR}/${MY_P}"
131 -
132 -# Tarball absent of doc files in doc folder
133 -# https://bitbucket.org/rpy2/rpy2/issues/229
134 -
135 -python_compile() {
136 - if ! python_is_python3; then
137 - local CFLAGS=${CFLAGS}
138 - append-cflags -fno-strict-aliasing
139 - fi
140 - distutils-r1_python_compile
141 -}
142 -
143 -python_test() {
144 - cd "${BUILD_DIR}"/lib || die
145 - ${PYTHON} -m 'rpy2.tests' || die
146 -}