summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-botocore/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-botocore/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-botocore/package.py54
1 files changed, 29 insertions, 25 deletions
diff --git a/var/spack/repos/builtin/packages/py-botocore/package.py b/var/spack/repos/builtin/packages/py-botocore/package.py
index c67b68cef6..b754420f7b 100644
--- a/var/spack/repos/builtin/packages/py-botocore/package.py
+++ b/var/spack/repos/builtin/packages/py-botocore/package.py
@@ -12,30 +12,34 @@ class PyBotocore(PythonPackage):
homepage = "https://github.com/boto/botocore"
pypi = "botocore/botocore-1.13.44.tar.gz"
- version('1.21.12', sha256='8710d03b9de3e3d94ed410f3e83809ca02050b091100d68c22ff7bf986f29fb6')
- version('1.20.27', sha256='4477803f07649f4d80b17d054820e7a09bb2cb0792d0decc2812108bc3759c4a')
- version('1.19.52', sha256='dc5ec23deadbe9327d3c81d03fddf80805c549059baabd80dea605941fe6a221')
- version('1.13.44', sha256='a4409008c32a3305b9c469c5cc92edb5b79d6fcbf6f56fe126886b545f0a4f3f')
- version('1.13.38', sha256='15766a367f39dba9de3c6296aaa7da31030f08a0117fd12685e7df682d8acee2')
- version('1.12.169', sha256='25b44c3253b5ed1c9093efb57ffca440c5099a2d62fa793e8b6c52e72f54b01e')
+ version("1.21.12", sha256="8710d03b9de3e3d94ed410f3e83809ca02050b091100d68c22ff7bf986f29fb6")
+ version("1.20.27", sha256="4477803f07649f4d80b17d054820e7a09bb2cb0792d0decc2812108bc3759c4a")
+ version("1.19.52", sha256="dc5ec23deadbe9327d3c81d03fddf80805c549059baabd80dea605941fe6a221")
+ version("1.13.44", sha256="a4409008c32a3305b9c469c5cc92edb5b79d6fcbf6f56fe126886b545f0a4f3f")
+ version("1.13.38", sha256="15766a367f39dba9de3c6296aaa7da31030f08a0117fd12685e7df682d8acee2")
+ version("1.12.169", sha256="25b44c3253b5ed1c9093efb57ffca440c5099a2d62fa793e8b6c52e72f54b01e")
- depends_on('python@2.6:', when='@1.12:1.13', type=('build', 'run'))
- depends_on('python@2.7:', when='@1.19', type=('build', 'run'))
- depends_on('python@2.7:2.8,3.6:', when='@1.20', type=('build', 'run'))
- depends_on('python@3.6:', when='@1.21:', type=('build', 'run'))
+ depends_on("python@2.6:", when="@1.12:1.13", type=("build", "run"))
+ depends_on("python@2.7:", when="@1.19", type=("build", "run"))
+ depends_on("python@2.7:2.8,3.6:", when="@1.20", type=("build", "run"))
+ depends_on("python@3.6:", when="@1.21:", type=("build", "run"))
- depends_on('py-setuptools', type='build')
- depends_on('py-jmespath@0.7.1:0', type=('build', 'run'))
- depends_on('py-docutils@0.10:0.15', type=('build', 'run'), when='@:1.17')
- depends_on('py-ordereddict@1.1', type=('build', 'run'), when='^python@2.6.0:2.6')
- depends_on('py-simplejson@3.3.0', type=('build', 'run'), when='^python@2.6.0:2.6')
- depends_on('py-python-dateutil@2.1:2', type=('build', 'run'))
- depends_on('py-python-dateutil@2.1:2.6', type=('build', 'run'), when='^python@2.6.0:2.6')
- depends_on('py-urllib3@1.20:1.25', type=('build', 'run'), when='@:1.14.11')
- depends_on('py-urllib3@1.20:1.23', type=('build', 'run'), when='@:1.13 ^python@2.6.0:2.6')
- depends_on('py-urllib3@1.20:1.22', type=('build', 'run'), when='@:1.13 ^python@3.3.0:3.3')
- depends_on('py-urllib3@1.20:1.25.7', type=('build', 'run'), when='@1.14.12:1.18 ^python@3.4.0:3.4')
- depends_on('py-urllib3@1.20:1.25', type=('build', 'run'), when='@1.14.12:1.18')
- depends_on('py-urllib3@1.25.4:1.25.7', type=('build', 'run'), when='@1.19.0: ^python@3.4.0:3.4')
- depends_on('py-urllib3@1.25.4:1.25', type=('build', 'run'), when='@1.19.0:1.19.15')
- depends_on('py-urllib3@1.25.4:1.26', type=('build', 'run'), when='@1.19.16:')
+ depends_on("py-setuptools", type="build")
+ depends_on("py-jmespath@0.7.1:0", type=("build", "run"))
+ depends_on("py-docutils@0.10:0.15", type=("build", "run"), when="@:1.17")
+ depends_on("py-ordereddict@1.1", type=("build", "run"), when="^python@2.6.0:2.6")
+ depends_on("py-simplejson@3.3.0", type=("build", "run"), when="^python@2.6.0:2.6")
+ depends_on("py-python-dateutil@2.1:2", type=("build", "run"))
+ depends_on("py-python-dateutil@2.1:2.6", type=("build", "run"), when="^python@2.6.0:2.6")
+ depends_on("py-urllib3@1.20:1.25", type=("build", "run"), when="@:1.14.11")
+ depends_on("py-urllib3@1.20:1.23", type=("build", "run"), when="@:1.13 ^python@2.6.0:2.6")
+ depends_on("py-urllib3@1.20:1.22", type=("build", "run"), when="@:1.13 ^python@3.3.0:3.3")
+ depends_on(
+ "py-urllib3@1.20:1.25.7", type=("build", "run"), when="@1.14.12:1.18 ^python@3.4.0:3.4"
+ )
+ depends_on("py-urllib3@1.20:1.25", type=("build", "run"), when="@1.14.12:1.18")
+ depends_on(
+ "py-urllib3@1.25.4:1.25.7", type=("build", "run"), when="@1.19.0: ^python@3.4.0:3.4"
+ )
+ depends_on("py-urllib3@1.25.4:1.25", type=("build", "run"), when="@1.19.0:1.19.15")
+ depends_on("py-urllib3@1.25.4:1.26", type=("build", "run"), when="@1.19.16:")