# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) PYTHON_REQ_USE="sqlite(+)" inherit distutils-r1 eutils DESCRIPTION="Celery Integration for Django" HOMEPAGE="http://celeryproject.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples test" # Python testsuite fails when built against dev-python/django-1.8.5 # with ValueError: save() prohibited to prevent data loss due to # unsaved related object 'interval'. RDEPEND=" >=dev-python/celery-3.1.15[${PYTHON_USEDEP}] >dev-python/django-1.4[${PYTHON_USEDEP}]