summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-celery/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-celery/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-celery/package.py56
1 files changed, 28 insertions, 28 deletions
diff --git a/var/spack/repos/builtin/packages/py-celery/package.py b/var/spack/repos/builtin/packages/py-celery/package.py
index 9b730dce2d..f7687c1727 100644
--- a/var/spack/repos/builtin/packages/py-celery/package.py
+++ b/var/spack/repos/builtin/packages/py-celery/package.py
@@ -11,13 +11,13 @@ class PyCelery(PythonPackage):
pypi = "celery/celery-4.2.1.tar.gz"
- version('5.2.3', sha256='e2cd41667ad97d4f6a2f4672d1c6a6ebada194c619253058b5f23704aaadaa82')
- version('5.0.0', sha256='313930fddde703d8e37029a304bf91429cd11aeef63c57de6daca9d958e1f255')
- version('4.4.7', sha256='d220b13a8ed57c78149acf82c006785356071844afe0b27012a4991d44026f9f')
- version('4.3.0', sha256='4c4532aa683f170f40bd76f928b70bc06ff171a959e06e71bf35f2f9d6031ef9')
+ version("5.2.3", sha256="e2cd41667ad97d4f6a2f4672d1c6a6ebada194c619253058b5f23704aaadaa82")
+ version("5.0.0", sha256="313930fddde703d8e37029a304bf91429cd11aeef63c57de6daca9d958e1f255")
+ version("4.4.7", sha256="d220b13a8ed57c78149acf82c006785356071844afe0b27012a4991d44026f9f")
+ version("4.3.0", sha256="4c4532aa683f170f40bd76f928b70bc06ff171a959e06e71bf35f2f9d6031ef9")
- variant('redis', default=False, description="Use redis transport")
- variant('sqlalchemy', default=False, description="Use sqlalchemy interface")
+ variant("redis", default=False, description="Use redis transport")
+ variant("sqlalchemy", default=False, description="Use sqlalchemy interface")
# 'auth',
# 'cassandra',
# 'django',
@@ -47,28 +47,28 @@ class PyCelery(PythonPackage):
# 'cosmosdbsql',
# 's3',
- depends_on('python@3.7:', type=('build', 'run'), when="@5.2.3:")
- depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
+ depends_on("python@3.7:", type=("build", "run"), when="@5.2.3:")
+ depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
- depends_on('py-setuptools', type=('build', 'run'))
- depends_on('py-setuptools@59.1.1:59.6', type=('build', 'run'), when="@5.2.3:")
+ depends_on("py-setuptools", type=("build", "run"))
+ depends_on("py-setuptools@59.1.1:59.6", type=("build", "run"), when="@5.2.3:")
- depends_on('py-redis@3.2.0:', when='+redis', type=('build', 'run'))
- depends_on('py-redis@3.4.1:3,4.0.2:', when='@5.2.3:+redis', type=('build', 'run'))
- depends_on('py-sqlalchemy', when='+sqlalchemy', type=('build', 'run'))
+ depends_on("py-redis@3.2.0:", when="+redis", type=("build", "run"))
+ depends_on("py-redis@3.4.1:3,4.0.2:", when="@5.2.3:+redis", type=("build", "run"))
+ depends_on("py-sqlalchemy", when="+sqlalchemy", type=("build", "run"))
- depends_on('py-click@7.0:7', when="@5.0.0:5.0", type=('build', 'run'))
- depends_on('py-click@8.0.3:8', when="@5.2.0:", type=('build', 'run'))
- depends_on('py-click-didyoumean@0.0.3:', when="@5.0.0:5", type=('build', 'run'))
- depends_on('py-click-plugins@1.1.1:', when="@5.0.3:", type=('build', 'run'))
- depends_on('py-click-repl@:0.1.6', when="@5.0.0:5.0", type=('build', 'run'))
- depends_on('py-click-repl@0.2.0:', when="@5.2.0:", type=('build', 'run'))
- depends_on('py-pytz@2019.3:', type=('build', 'run'))
- depends_on('py-pytz@2021.3:', type=('build', 'run'), when="@5.2.3")
- depends_on('py-billiard@3.6.3.0:3', type=('build', 'run'))
- depends_on('py-billiard@3.6.4.0:3', type=('build', 'run'), when="@5.2.3")
- depends_on('py-kombu@4.6.11', when="@4.3.0:4", type=('build', 'run'))
- depends_on('py-kombu@5.0.0:', when="@5.0.0:5.0", type=('build', 'run'))
- depends_on('py-kombu@5.2.3:5', when="@5.2.0:5.2", type=('build', 'run'))
- depends_on('py-vine@1.3.0', when="@4.3.0:4", type=('build', 'run'))
- depends_on('py-vine@5.0.0:5', when="@5.0.0:5", type=('build', 'run'))
+ depends_on("py-click@7.0:7", when="@5.0.0:5.0", type=("build", "run"))
+ depends_on("py-click@8.0.3:8", when="@5.2.0:", type=("build", "run"))
+ depends_on("py-click-didyoumean@0.0.3:", when="@5.0.0:5", type=("build", "run"))
+ depends_on("py-click-plugins@1.1.1:", when="@5.0.3:", type=("build", "run"))
+ depends_on("py-click-repl@:0.1.6", when="@5.0.0:5.0", type=("build", "run"))
+ depends_on("py-click-repl@0.2.0:", when="@5.2.0:", type=("build", "run"))
+ depends_on("py-pytz@2019.3:", type=("build", "run"))
+ depends_on("py-pytz@2021.3:", type=("build", "run"), when="@5.2.3")
+ depends_on("py-billiard@3.6.3.0:3", type=("build", "run"))
+ depends_on("py-billiard@3.6.4.0:3", type=("build", "run"), when="@5.2.3")
+ depends_on("py-kombu@4.6.11", when="@4.3.0:4", type=("build", "run"))
+ depends_on("py-kombu@5.0.0:", when="@5.0.0:5.0", type=("build", "run"))
+ depends_on("py-kombu@5.2.3:5", when="@5.2.0:5.2", type=("build", "run"))
+ depends_on("py-vine@1.3.0", when="@4.3.0:4", type=("build", "run"))
+ depends_on("py-vine@5.0.0:5", when="@5.0.0:5", type=("build", "run"))