diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-05 00:56:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-05 00:56:26 +0000 |
| commit | d61df70579ebb5592535281a56a1ae4d9b4faee8 (patch) | |
| tree | 946b15d385fdbbb1bfbdc7ea1ab341eeedc678d0 /dev-python/celery | |
| parent | 1c0d9b41643fe533de1c74d382afc5e5511da8f2 (diff) | |
| download | baldeagleos-repo-d61df70579ebb5592535281a56a1ae4d9b4faee8.tar.gz baldeagleos-repo-d61df70579ebb5592535281a56a1ae4d9b4faee8.tar.xz baldeagleos-repo-d61df70579ebb5592535281a56a1ae4d9b4faee8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/celery')
| -rw-r--r-- | dev-python/celery/celery-5.3.0_beta1.ebuild | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/celery/celery-5.3.0_beta1.ebuild b/dev-python/celery/celery-5.3.0_beta1.ebuild index 12978959d429..babf19a2c160 100644 --- a/dev-python/celery/celery-5.3.0_beta1.ebuild +++ b/dev-python/celery/celery-5.3.0_beta1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -inherit bash-completion-r1 distutils-r1 optfeature +inherit bash-completion-r1 check-reqs distutils-r1 optfeature MY_PV="${PV/_beta/b}" DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" @@ -34,10 +34,21 @@ RDEPEND=" dev-python/pytz[${PYTHON_USEDEP}] dev-python/vine[${PYTHON_USEDEP}] " +# TODO: +# - dev-python/pyArango +# - dev-python/couchbase +# - dev-python/pycouchdb +# Deprecated test deps (don't add): +# - eventlet +# - memcached +# - python-consul +# - pydocumentdb BDEPEND=" test? ( $(python_gen_impl_dep 'ncurses(+)') + dev-python/azure-storage-blob[${PYTHON_USEDEP}] >=dev-python/boto3-1.9.178[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/elasticsearch-py[${PYTHON_USEDEP}] >=dev-python/moto-1.3.7[${PYTHON_USEDEP}] dev-python/msgpack[${PYTHON_USEDEP}] @@ -51,6 +62,7 @@ BDEPEND=" dev-python/redis-py[${PYTHON_USEDEP}] dev-python/sphinx-testing[${PYTHON_USEDEP}] dev-python/tblib[${PYTHON_USEDEP}] + sci-astronomy/pyephem[${PYTHON_USEDEP}] ) doc? ( dev-python/docutils[${PYTHON_USEDEP}] @@ -61,6 +73,8 @@ BDEPEND=" ) " +CHECKREQS_MEMORY="2G" + EPYTEST_DESELECT=( t/unit/tasks/test_result.py::test_EagerResult::test_wait_raises t/unit/tasks/test_tasks.py::test_task_retries @@ -75,6 +89,14 @@ distutils_enable_tests pytest distutils_enable_sphinx docs --no-autodoc +pkg_setup() { + use test && check-reqs_pkg_setup +} + +pkg_pretend() { + use test && check-reqs_pkg_pretend +} + python_install_all() { # Main celeryd init.d and conf.d newinitd "${FILESDIR}/celery.initd-r2" celery |
