summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-contextily/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-contextily/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-contextily/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-contextily/package.py b/var/spack/repos/builtin/packages/py-contextily/package.py
index 2482834885..cde25816cc 100644
--- a/var/spack/repos/builtin/packages/py-contextily/package.py
+++ b/var/spack/repos/builtin/packages/py-contextily/package.py
@@ -12,16 +12,16 @@ class PyContextily(PythonPackage):
homepage = "https://github.com/darribas/contextily"
pypi = "contextily/contextily-1.0.1.tar.gz"
- maintainers = ['adamjstewart']
+ maintainers = ["adamjstewart"]
- version('1.0.1', sha256='f7dc25dbc8e01163be6cdeedb49a56da9cd0d586c838861f442ef2ee45eba9d4')
+ version("1.0.1", sha256="f7dc25dbc8e01163be6cdeedb49a56da9cd0d586c838861f442ef2ee45eba9d4")
- depends_on('python@3.6:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-geopy', type=('build', 'run'))
- depends_on('py-matplotlib', type=('build', 'run'))
- depends_on('py-mercantile', type=('build', 'run'))
- depends_on('pil', type=('build', 'run'))
- depends_on('py-rasterio', type=('build', 'run'))
- depends_on('py-requests', type=('build', 'run'))
- depends_on('py-joblib', type=('build', 'run'))
+ depends_on("python@3.6:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-geopy", type=("build", "run"))
+ depends_on("py-matplotlib", type=("build", "run"))
+ depends_on("py-mercantile", type=("build", "run"))
+ depends_on("pil", type=("build", "run"))
+ depends_on("py-rasterio", type=("build", "run"))
+ depends_on("py-requests", type=("build", "run"))
+ depends_on("py-joblib", type=("build", "run"))