diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-03-11 04:03:29 +0100 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-03-11 04:05:34 +0100 |
commit | f237de8d7e9c757aa3b3891e803faf5c92c92f8d (patch) | |
tree | e552e42ca113ef013e4e0d3c8f54bb5d316fa9b3 /dev-python/celery | |
parent | dev-python/opentracing_instrumentation: enable py3.9 (diff) | |
download | guru-f237de8d7e9c757aa3b3891e803faf5c92c92f8d.tar.gz guru-f237de8d7e9c757aa3b3891e803faf5c92c92f8d.tar.bz2 guru-f237de8d7e9c757aa3b3891e803faf5c92c92f8d.zip |
dev-python/celery: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/celery')
-rw-r--r-- | dev-python/celery/celery-5.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/celery/celery-5.1.1.ebuild b/dev-python/celery/celery-5.1.1.ebuild index 9614de20d..6b89326ce 100644 --- a/dev-python/celery/celery-5.1.1.ebuild +++ b/dev-python/celery/celery-5.1.1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit bash-completion-r1 distutils-r1 optfeature DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE=" https://docs.celeryproject.org/en/stable/index.html - https://pypi.org/project/celery + 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" |