summaryrefslogtreecommitdiff
blob: 8e2f8ee6708641badf6b27ecd080a375b5223443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"
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/logbook
	dev-python/redis-py
	dev-python/times
	virtual/python-argparse[${PYTHON_USEDEP}]
	python_targets_python2_5? ( dev-python/importlib )
	python_targets_python2_6? ( dev-python/importlib )
"
DEPEND="${RDEPEND}
	dev-python/setuptools
"