public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/
Date: Thu, 20 Aug 2015 06:12:50 +0000 (UTC)	[thread overview]
Message-ID: <1440051133.0f7359277e1750aeb505b50d6ea835b16f6cb21e.idella4@gentoo> (raw)

commit:     0f7359277e1750aeb505b50d6ea835b16f6cb21e
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 06:11:35 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 06:12:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f735927

dev-python/rpy: bump; update key dep dev-lang/R

Package-Manager: portage-2.2.20

 dev-python/rpy/Manifest                               | 2 +-
 dev-python/rpy/{rpy-2.6.0.ebuild => rpy-2.6.2.ebuild} | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest
index 4abff86..a03dd7c 100644
--- a/dev-python/rpy/Manifest
+++ b/dev-python/rpy/Manifest
@@ -1,3 +1,3 @@
 DIST rpy2-2.5.4.tar.gz 164830 SHA256 d521ecdd05cd0c31ab017cb63e9f63c29b524e46ec9063a920f640b5875f8a90 SHA512 e40ae81be19acf5008eed088c10fef3824cc712c0175414c1899bf45b24c35e2ef7d8808fae75d156064e82d1cd5939c50d5291c190030ae2050c6dffa9a36db WHIRLPOOL 2769adccaa6a634b964d4712e4bcc4d4161f8aef17d38a235bf5a3646fd166a01749fcc1852954996a00b695617597617f0dfb43f73744948a55f2eba07d9ba2
-DIST rpy2-2.6.0.tar.gz 171190 SHA256 53e295f3018a781008bffb97cc0c9a7cd361a3d191939f197157827d21a2e4b6 SHA512 16012a8a634538ba61e392dc811615a870b94b348c7ece885f8c0d146419b9689a08d5901ed2a694754cc220664797d530f75ba35e395f5857a0f25c3170f3ce WHIRLPOOL 1f33e99f1997ffbc1e9711bb667ba07db024099bdf7e460a13efe311419b872095128b2d59ffb732384ca19b77dac97822bbcf8e77ff45b0b093d7b5cfbc83e5
 DIST rpy2-2.6.1.tar.gz 171635 SHA256 39f15d7f5d51646a6cbf9d5cd1c817d2880301dbb95141947f93361685453e28 SHA512 14c6c47d6ace40ac26bf89d3efdbf5c5a68f74096fec74897877be312d3ffb03c30f4ca13ed1531ccf094ac33672fa550264fe980788bc4eca12d02089475f63 WHIRLPOOL dda6a0a2abe33f8d7e3a489c6bbaa03335a47d5fa474409883773a52be315f0920347a38f76f94e9e16c680e08cd8e7a18d27a6a2ffd4af35a779a305836bdd5
+DIST rpy2-2.6.2.tar.gz 171655 SHA256 2e28886b2a6a138cfc057f9b7cddade253e61c9abb43f0eae20dace58b6dfced SHA512 7a060ccc26a03dc93d75edb85d92f1ab31af96ba140932ff8e699cd5855e6078b1e0ffceed135d32deb6c8f273ebcc8b02be38e9b8fc66778cc2adab5745f542 WHIRLPOOL 26d9a9c13e4efa22a232507cfff0b13d650e0528f635dfa9fe464cde50462d2d94a668d1566b537bafaa5462eb66e96005296c6295308b1e3d1c5639da2879b6

diff --git a/dev-python/rpy/rpy-2.6.0.ebuild b/dev-python/rpy/rpy-2.6.2.ebuild
similarity index 89%
rename from dev-python/rpy/rpy-2.6.0.ebuild
rename to dev-python/rpy/rpy-2.6.2.ebuild
index ea9c6e6..521031d 100644
--- a/dev-python/rpy/rpy-2.6.0.ebuild
+++ b/dev-python/rpy/rpy-2.6.2.ebuild
@@ -23,11 +23,12 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-	>=dev-lang/R-3
+	>=dev-lang/R-3.1
 	dev-python/numpy[${PYTHON_USEDEP}]
 	>=dev-python/pandas-0.13.1[${PYTHON_USEDEP}]
 	dev-python/ipython[${PYTHON_USEDEP}]
-	virtual/python-singledispatch[${PYTHON_USEDEP}]"
+	virtual/python-singledispatch[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )"
@@ -36,7 +37,8 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MY_P}"
 
 # Tarball absent of doc files in doc folder
-# https://bitbucket.org/lgautier/rpy2/issue/229/
+# https://bitbucket.org/rpy2/rpy2/issues/229
+
 python_compile() {
 	if ! python_is_python3; then
 		local CFLAGS=${CFLAGS}


             reply	other threads:[~2015-08-20  6:12 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-20  6:12 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-02  7:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/ Justin Lecher
2015-09-24 14:26 Agostino Sarubbo
2015-09-25 14:29 Agostino Sarubbo
2015-09-25 18:38 Justin Lecher
2015-10-21 14:32 Justin Lecher
2015-11-03 11:38 Justin Lecher
2015-11-10 10:54 Justin Lecher
2015-11-24 12:10 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-12-29 10:02 Justin Lecher
2016-01-21  8:33 Justin Lecher
2016-02-03  9:42 Justin Lecher
2017-03-04 15:19 David Seifert
2017-03-12 12:31 Zac Medico
2017-05-03  7:37 Michał Górny
2017-07-11 20:33 Sebastien Fabbro
2017-10-01  8:57 Patrick Lauer
2018-03-17 21:41 Michał Górny
2019-12-04 17:15 Michał Górny
2020-03-16 18:55 Michał Górny
2020-03-29  7:31 Michał Górny
2020-08-14 23:22 Andreas Sturmlechner
2021-03-02 14:17 Thomas Deutschmann
2021-03-03 12:37 Agostino Sarubbo
2021-03-03 12:54 Michał Górny
2021-04-19  6:56 Michał Górny
2021-12-28 14:15 Andrew Ammerlaan
2022-01-29 15:47 Sam James
2022-01-29 15:47 Sam James
2022-01-29 17:23 Michał Górny
2022-08-22 19:23 Arthur Zamarin
2022-09-25 23:58 Sam James
2022-09-27  7:10 Agostino Sarubbo
2022-09-27  7:20 Arthur Zamarin
2022-10-12 19:45 Arthur Zamarin
2022-11-19 16:40 Sam James
2022-11-19 16:40 Sam James
2022-11-19 16:54 Michał Górny
2023-02-23 12:58 Andrew Ammerlaan
2023-03-27 19:31 Sam James
2023-03-27 19:31 Sam James
2023-03-28  4:26 Michał Górny
2023-11-13 14:06 Andrew Ammerlaan
2023-11-13 14:06 Andrew Ammerlaan
2024-02-17 19:19 Michał Górny

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=1440051133.0f7359277e1750aeb505b50d6ea835b16f6cb21e.idella4@gentoo \
    --to=idella4@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