From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/
Date: Sun, 29 Mar 2020 07:31:35 +0000 (UTC) [thread overview]
Message-ID: <1585467069.3a109c1d06fa59fa51a2200c4e1ccaf17d140b45.mgorny@gentoo> (raw)
commit: 3a109c1d06fa59fa51a2200c4e1ccaf17d140b45
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 07:18:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 07:31:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a109c1d
dev-python/rpy: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rpy/Manifest | 1 -
dev-python/rpy/rpy-2.6.2.ebuild | 52 -----------------------------------------
2 files changed, 53 deletions(-)
diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest
index c69479af449..33a30f5de82 100644
--- a/dev-python/rpy/Manifest
+++ b/dev-python/rpy/Manifest
@@ -1,2 +1 @@
-DIST rpy2-2.6.2.tar.gz 171655 BLAKE2B f590e63dbbb6f5aa9f18d7475136005fa993d32af41e12a8e33fda0232a73d444f83341aa2dac3ec8300cf68de83e377d5f6caabb27b5d439af795126670e286 SHA512 7a060ccc26a03dc93d75edb85d92f1ab31af96ba140932ff8e699cd5855e6078b1e0ffceed135d32deb6c8f273ebcc8b02be38e9b8fc66778cc2adab5745f542
DIST rpy2-2.9.0.tar.gz 193062 BLAKE2B 92492821856e516f8f620397cba2e0ffb17718156c7c3a0bc8df8e744f0adf1ea6006e5c762ba99aa142fe06d327a240bf5d616175e81a80d28a21265c9771aa SHA512 55be876fb7316a08f507f3a332ed29d71b52f733c1986482f141e694d66d0e01a51a9c3f0260f6fe0086d7bfbc1f58b678cda4570665e4f1ffdb120c793ef1b2
diff --git a/dev-python/rpy/rpy-2.6.2.ebuild b/dev-python/rpy/rpy-2.6.2.ebuild
deleted file mode 100644
index dd858ff0296..00000000000
--- a/dev-python/rpy/rpy-2.6.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 flag-o-matic
-
-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"
-
-LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-lang/R-3.1
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/pandas-0.13.1[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
-
-# ggplot2 is an optional test dep but not in portage
-S="${WORKDIR}/${MY_P}"
-
-# Tarball absent of doc files in doc folder
-# https://bitbucket.org/rpy2/rpy2/issues/229
-
-python_compile() {
- if ! python_is_python3; then
- local CFLAGS=${CFLAGS}
- append-cflags -fno-strict-aliasing
- fi
- distutils-r1_python_compile
-}
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- ${PYTHON} -m 'rpy2.tests' || die
-}
next reply other threads:[~2020-03-29 7:31 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-29 7:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-17 19:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/ Michał Górny
2023-11-13 14:06 Andrew Ammerlaan
2023-11-13 14:06 Andrew Ammerlaan
2023-03-28 4:26 Michał Górny
2023-03-27 19:31 Sam James
2023-03-27 19:31 Sam James
2023-02-23 12:58 Andrew Ammerlaan
2022-11-19 16:54 Michał Górny
2022-11-19 16:40 Sam James
2022-11-19 16:40 Sam James
2022-10-12 19:45 Arthur Zamarin
2022-09-27 7:20 Arthur Zamarin
2022-09-27 7:10 Agostino Sarubbo
2022-09-25 23:58 Sam James
2022-08-22 19:23 Arthur Zamarin
2022-01-29 17:23 Michał Górny
2022-01-29 15:47 Sam James
2022-01-29 15:47 Sam James
2021-12-28 14:15 Andrew Ammerlaan
2021-04-19 6:56 Michał Górny
2021-03-03 12:54 Michał Górny
2021-03-03 12:37 Agostino Sarubbo
2021-03-02 14:17 Thomas Deutschmann
2020-08-14 23:22 Andreas Sturmlechner
2020-03-16 18:55 Michał Górny
2019-12-04 17:15 Michał Górny
2018-03-17 21:41 Michał Górny
2017-10-01 8:57 Patrick Lauer
2017-07-11 20:33 Sebastien Fabbro
2017-05-03 7:37 Michał Górny
2017-03-12 12:31 Zac Medico
2017-03-04 15:19 David Seifert
2016-02-03 9:42 Justin Lecher
2016-01-21 8:33 Justin Lecher
2015-12-29 10:02 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-11-24 12:10 Justin Lecher
2015-11-10 10:54 Justin Lecher
2015-11-03 11:38 Justin Lecher
2015-10-21 14:32 Justin Lecher
2015-09-25 18:38 Justin Lecher
2015-09-25 14:29 Agostino Sarubbo
2015-09-24 14:26 Agostino Sarubbo
2015-09-02 7:21 Justin Lecher
2015-08-20 6:12 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1585467069.3a109c1d06fa59fa51a2200c4e1ccaf17d140b45.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox