# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DISTUTILS_USE_SETUPTOOLS=rdepend MYPV="${PV/_beta/b}" PYTHON_COMPAT=( python3_8 ) inherit bash-completion-r1 distutils-r1 eutils optfeature DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE=" http://celeryproject.org https://pypi.org/project/celery https://github.com/celery/celery " SRC_URI="https://github.com/celery/celery/archive/v${MYPV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MYPV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" # There are a number of other optional 'extras' IUSE="examples" #RESTRICT="!test? ( test )" RESTRICT="test" # 'celery' not found in `markers` configuration option RDEPEND=" >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}] =dev-python/click-7[${PYTHON_USEDEP}] =dev-python/click-didyoumean-0.0.3[${PYTHON_USEDEP}] >=dev-python/click-plugins-1.1.1[${PYTHON_USEDEP}] >=dev-python/click-repl-0.1.6[${PYTHON_USEDEP}] =dev-python/kombu-5[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] >=dev-python/vine-5[${PYTHON_USEDEP}]