public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/eva:master commit in: dev-python/rq/
Date: Wed, 10 Apr 2013 19:48:32 +0000 (UTC)	[thread overview]
Message-ID: <1365623267.3519cddbf3a2093530b12909ef2f953837c3b040.eva@gentoo> (raw)

commit:     3519cddbf3a2093530b12909ef2f953837c3b040
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 19:44:42 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 19:47:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=3519cddb

dev-python/rq: add missing PYTHON_USEDEP

---
 dev-python/rq/rq-0.3.7.ebuild |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/rq/rq-0.3.7.ebuild b/dev-python/rq/rq-0.3.7.ebuild
index f41daae..334b801 100644
--- a/dev-python/rq/rq-0.3.7.ebuild
+++ b/dev-python/rq/rq-0.3.7.ebuild
@@ -18,9 +18,8 @@ IUSE=""
 
 RDEPEND="
 	>=dev-db/redis-2.4.13
-	dev-python/logbook
-	dev-python/redis-py
-	dev-python/times
+	dev-python/redis-py[${PYTHON_USEDEP}]
+	dev-python/times[${PYTHON_USEDEP}]
 	virtual/python-argparse[${PYTHON_USEDEP}]
 	python_targets_python2_5? ( dev-python/importlib )
 	python_targets_python2_6? ( dev-python/importlib )
@@ -29,4 +28,9 @@ DEPEND="${RDEPEND}
 	dev-python/setuptools
 "
 
-# No unittest since it requires a running redis
+python_prepare_all() {
+	# No unittest since it requires a running redis
+	# installation of tests is done in site-packages directly which is not
+	# optimal.
+	rm -r tests || die
+}


             reply	other threads:[~2013-04-10 19:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-10 19:48 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-24 19:32 [gentoo-commits] dev/eva:master commit in: dev-python/rq/ Gilles Dartiguelongue
2015-07-27 22:06 Gilles Dartiguelongue
2013-03-01 22:32 Gilles Dartiguelongue
2012-11-22 21:18 Gilles Dartiguelongue
2012-11-02 23:00 Gilles Dartiguelongue
2012-10-26 15:19 Gilles Dartiguelongue
2012-10-22 17:21 Gilles Dartiguelongue
2012-10-22 17:21 Gilles Dartiguelongue
2012-10-20 10:24 Gilles Dartiguelongue

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=1365623267.3519cddbf3a2093530b12909ef2f953837c3b040.eva@gentoo \
    --to=eva@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