Install this version:
emerge -a =dev-python/celery-5.6.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/celery-5.6.3
Or alternatively:
emerge --autounmask-write -a =dev-python/celery-5.6.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.6.3 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit bash-completion-r1 distutils-r1 optfeature
MY_PV="${PV/_/}"
DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing"
HOMEPAGE="
https://celeryproject.org/
https://pypi.org/project/celery/
https://github.com/celery/celery
"
SRC_URI="https://github.com/celery/celery/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="examples"
RDEPEND="
>=dev-python/billiard-4.2.1[${PYTHON_USEDEP}]
<dev-python/billiard-5.0.0[${PYTHON_USEDEP}]
>=dev-python/click-8.1.2[${PYTHON_USEDEP}]
<dev-python/click-9.0.0[${PYTHON_USEDEP}]
>=dev-python/click-didyoumean-0.3.0[${PYTHON_USEDEP}]
>=dev-python/click-plugins-1.1.1[${PYTHON_USEDEP}]
>=dev-python/click-repl-0.2.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
>=dev-python/kombu-5.6.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2022.7[${PYTHON_USEDEP}]
>=dev-python/vine-5.1.0[${PYTHON_USEDEP}]
<dev-python/vine-6.0.0[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
$(python_gen_impl_dep 'ncurses(+)')
>=dev-python/boto3-1.26.143[${PYTHON_USEDEP}]
>=dev-python/cryptography-46.0.5[${PYTHON_USEDEP}]
dev-python/elasticsearch[${PYTHON_USEDEP}]
dev-python/elastic-transport[${PYTHON_USEDEP}]
dev-python/greenlet[${PYTHON_USEDEP}]
dev-python/moto[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.1.0[${PYTHON_USEDEP}]
>=dev-python/pycurl-7.45.4[${PYTHON_USEDEP}]
>=dev-python/python-memcached-1.61[${PYTHON_USEDEP}]
>=dev-python/pymongo-4.1.1[${PYTHON_USEDEP}]
>=dev-python/pytest-celery-1.3.0[${PYTHON_USEDEP}]
dev-python/pytest-click[${PYTHON_USEDEP}]
>=dev-python/pytest-order-1.2.1[${PYTHON_USEDEP}]
>=dev-python/pytest-rerunfailures-15.0[${PYTHON_USEDEP}]
>=dev-python/pytest-subtests-0.14.1[${PYTHON_USEDEP}]
>=dev-python/pytest-timeout-2.4.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
dev-python/redis[${PYTHON_USEDEP}]
dev-python/tblib[${PYTHON_USEDEP}]
sci-astronomy/pyephem[${PYTHON_USEDEP}]
)
doc? (
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
distutils_enable_sphinx docs \
'>=dev-python/sphinx-celery-2.1.1' \
'>=dev-python/sphinx-click-6.0.0'
EPYTEST_IGNORE=(
# Disable backends
t/unit/backends/test_gcs.py
t/unit/backends/test_azureblockblob.py
)
EPYTEST_DESELECT=(
# Requires dev-python/pyramid-celery
t/unit/app/test_preload_cli.py::test_preload_options
)
python_install_all() {
# Main celeryd init.d and conf.d
newinitd "${FILESDIR}/celery.initd-r2" celery
newconfd "${FILESDIR}/celery.confd-r2" celery
if use examples; then
docinto examples
dodoc -r examples/.
docompress -x "/usr/share/doc/${PF}/examples"
fi
newbashcomp extra/bash-completion/celery.bash "${PN}"
distutils-r1_python_install_all
}
pkg_postinst() {
optfeature "msgpack support" dev-python/msgpack
optfeature "redis support" dev-python/redis
optfeature "auth support" dev-python/pyopenssl
optfeature "pyro support" dev-python/Pyro4
optfeature "yaml support" dev-python/pyyaml
optfeature "memcache support" dev-python/python-memcached
optfeature "mongodb support" dev-python/pymongo
optfeature "sqlalchemy support" dev-python/sqlalchemy
optfeature "sqs support" dev-python/boto
}
Manage flags for this package:
euse -i <flag> -p dev-python/celery |
euse -E <flag> -p dev-python/celery |
euse -D <flag> -p dev-python/celery
>=dev-python/billiard-4.2.1[] <dev-python/billiard-5.0.0[] >=dev-python/click-8.1.2[] <dev-python/click-9.0.0[] >=dev-python/click-didyoumean-0.3.0[] >=dev-python/click-plugins-1.1.1[] >=dev-python/click-repl-0.2.0[] >=dev-python/python-dateutil-2.8.2[] >=dev-python/kombu-5.6.0[] >=dev-python/pytz-2022.7[] >=dev-python/vine-5.1.0[] <dev-python/vine-6.0.0[] dev-python/tzlocal[]
test? ( $(python_gen_impl_dep 'ncurses(+)') >=dev-python/boto3-1.26.143[${PYTHON_USEDEP}] >=dev-python/cryptography-46.0.5[${PYTHON_USEDEP}] dev-python/elasticsearch[${PYTHON_USEDEP}] dev-python/elastic-transport[${PYTHON_USEDEP}] dev-python/greenlet[${PYTHON_USEDEP}] dev-python/moto[${PYTHON_USEDEP}] >=dev-python/msgpack-1.1.0[${PYTHON_USEDEP}] >=dev-python/pycurl-7.45.4[${PYTHON_USEDEP}] >=dev-python/python-memcached-1.61[${PYTHON_USEDEP}] >=dev-python/pymongo-4.1.1[${PYTHON_USEDEP}] >=dev-python/pytest-celery-1.3.0[${PYTHON_USEDEP}] dev-python/pytest-click[${PYTHON_USEDEP}] >=dev-python/pytest-order-1.2.1[${PYTHON_USEDEP}] >=dev-python/pytest-rerunfailures-15.0[${PYTHON_USEDEP}] >=dev-python/pytest-subtests-0.14.1[${PYTHON_USEDEP}] >=dev-python/pytest-timeout-2.4.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] dev-python/redis[${PYTHON_USEDEP}] dev-python/tblib[${PYTHON_USEDEP}] sci-astronomy/pyephem[${PYTHON_USEDEP}] ) doc? ( dev-python/docutils[${PYTHON_USEDEP}] dev-python/jinja2[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | celery-5.6.3.gh.tar.gz | 1765374 bytes | https://github.com/celery/celery/archive/v5.6.3.tar.gz |