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: Mon, 27 Jul 2015 22:06:41 +0000 (UTC)	[thread overview]
Message-ID: <1438024061.30491332e11db77fc1d8c3e667e21e00c4d25b33.eva@gentoo> (raw)

commit:     30491332e11db77fc1d8c3e667e21e00c4d25b33
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 18:49:18 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 19:07:41 2015 +0000
URL:        https://gitweb.gentoo.org/dev/eva.git/commit/?id=30491332

dev-python/rq: 0.3.7 → 0.5.4

 dev-python/rq/Manifest        | 12 +-----------
 dev-python/rq/rq-0.3.7.ebuild | 36 ------------------------------------
 dev-python/rq/rq-0.5.4.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 47 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 20fc30a..c59ee72 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,11 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST rq-0.3.7.tar.gz 38645 SHA256 368bfd9c3a4443239d3b357cc9685abc09bedc22b5436256c3d9f9ef7d156a3b SHA512 e3983d91861704be65977885054d2827aaedb549cfccc567cb8116cc881e505243c37c0b5432ab19621a246e644570ba6a75cbfa2c448b942c70de01845ce1c6 WHIRLPOOL 41f75ff20430661adc1b7b63669ffffadb9350bba7edf4319f725645d4a90c9eb1d25f4f04e6d3c451c20789f279c2747527a3804be57de8816fa19f9eb0a1dc
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlExLF4ACgkQ1fmVwcYIWAZcgwCgwe+Le6EN5HXcMGiA/MTMkPDO
-JHAAoJ2rxVDRgODN3HL4ynEvdlcew8AH
-=C0lf
------END PGP SIGNATURE-----
+DIST rq-0.5.4.tar.gz 45771 SHA256 fb1e4b43304968e4cdd8f3bfecf3cd4ec69b79a1bdb35dd0f259a42f4ad78099 SHA512 2e069351ed11a6a3130cd9a5152f393ff92e04e14e94a856b2a03cf165e04cdb2e8642842ab938235ed192a51a6d27b795c4c0461ecc534a88590a571034318c WHIRLPOOL c48738aac51ef9dd49081aaa1126044335781a4ac9826b13ee3a1ac378c4f375c8544e357a9568a0c4cda49e074a6ea30c3ca60f6db1707ceca8810f514b88a9

diff --git a/dev-python/rq/rq-0.3.7.ebuild b/dev-python/rq/rq-0.3.7.ebuild
deleted file mode 100644
index 334b801..0000000
--- a/dev-python/rq/rq-0.3.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="RQ is a simple, lightweight, library for creating background jobs, and processing them"
-HOMEPAGE="http://python-rq.org"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-db/redis-2.4.13
-	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 )
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools
-"
-
-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
-}

diff --git a/dev-python/rq/rq-0.5.4.ebuild b/dev-python/rq/rq-0.5.4.ebuild
new file mode 100644
index 0000000..fc6fda0
--- /dev/null
+++ b/dev-python/rq/rq-0.5.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="RQ is a simple, lightweight, library for creating background jobs, and processing them"
+HOMEPAGE="http://python-rq.org"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-db/redis-2.7
+	>=dev-python/redis-py-2.7[${PYTHON_USEDEP}]
+	>=dev-python/click-3[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools
+"


             reply	other threads:[~2015-07-27 22:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 22:06 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
2013-04-10 19:48 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=1438024061.30491332e11db77fc1d8c3e667e21e00c4d25b33.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