summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-geoplot/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-geoplot/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-geoplot/package.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/var/spack/repos/builtin/packages/py-geoplot/package.py b/var/spack/repos/builtin/packages/py-geoplot/package.py
index 9ca0c6b2ed..679c5d6ad4 100644
--- a/var/spack/repos/builtin/packages/py-geoplot/package.py
+++ b/var/spack/repos/builtin/packages/py-geoplot/package.py
@@ -15,17 +15,17 @@ class PyGeoplot(PythonPackage):
homepage = "https://github.com/ResidentMario/geoplot"
pypi = "geoplot/geoplot-0.4.1.tar.gz"
- maintainers = ['adamjstewart']
-
- version('0.4.1', sha256='eb073436c5a1cb7f97caa217cdb109e6cad4f3774e657757005e3f0f5a3183ca')
-
- depends_on('python@3.6.0:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-matplotlib', type=('build', 'run'))
- depends_on('py-seaborn', type=('build', 'run'))
- depends_on('py-pandas', type=('build', 'run'))
- depends_on('py-geopandas', type=('build', 'run'))
- depends_on('py-cartopy', type=('build', 'run'))
- depends_on('py-descartes', type=('build', 'run'))
- depends_on('py-mapclassify@2.1:', type=('build', 'run'))
- depends_on('py-contextily@1.0.0:', type=('build', 'run'))
+ maintainers = ["adamjstewart"]
+
+ version("0.4.1", sha256="eb073436c5a1cb7f97caa217cdb109e6cad4f3774e657757005e3f0f5a3183ca")
+
+ depends_on("python@3.6.0:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-matplotlib", type=("build", "run"))
+ depends_on("py-seaborn", type=("build", "run"))
+ depends_on("py-pandas", type=("build", "run"))
+ depends_on("py-geopandas", type=("build", "run"))
+ depends_on("py-cartopy", type=("build", "run"))
+ depends_on("py-descartes", type=("build", "run"))
+ depends_on("py-mapclassify@2.1:", type=("build", "run"))
+ depends_on("py-contextily@1.0.0:", type=("build", "run"))