summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-cookiecutter/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-cookiecutter/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-cookiecutter/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-cookiecutter/package.py b/var/spack/repos/builtin/packages/py-cookiecutter/package.py
index d47804c1c5..341323a360 100644
--- a/var/spack/repos/builtin/packages/py-cookiecutter/package.py
+++ b/var/spack/repos/builtin/packages/py-cookiecutter/package.py
@@ -12,16 +12,16 @@ class PyCookiecutter(PythonPackage):
projects."""
homepage = "https://cookiecutter.readthedocs.io/en/latest/"
- url = "https://github.com/audreyr/cookiecutter/archive/1.6.0.tar.gz"
+ url = "https://github.com/audreyr/cookiecutter/archive/1.6.0.tar.gz"
- version('1.6.0', sha256='0c9018699b556b83d7c37b27fe0cc17485b90b6e1f47365b3cdddf77f6ca9d36')
+ version("1.6.0", sha256="0c9018699b556b83d7c37b27fe0cc17485b90b6e1f47365b3cdddf77f6ca9d36")
- depends_on('py-setuptools', type='build')
- depends_on('py-future@0.15.2:', type=('build', 'run'))
- depends_on('py-binaryornot@0.2.0:', type=('build', 'run'))
- depends_on('py-jinja2@2.7:', type=('build', 'run'))
- depends_on('py-click@5.0:', type=('build', 'run'))
- depends_on('py-whichcraft@0.4.0:', type=('build', 'run'))
- depends_on('py-poyo@0.1.0:', type=('build', 'run'))
- depends_on('py-jinja2-time@0.1.0:', type=('build', 'run'))
- depends_on('py-requests@2.18.0:', type=('build', 'run'))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-future@0.15.2:", type=("build", "run"))
+ depends_on("py-binaryornot@0.2.0:", type=("build", "run"))
+ depends_on("py-jinja2@2.7:", type=("build", "run"))
+ depends_on("py-click@5.0:", type=("build", "run"))
+ depends_on("py-whichcraft@0.4.0:", type=("build", "run"))
+ depends_on("py-poyo@0.1.0:", type=("build", "run"))
+ depends_on("py-jinja2-time@0.1.0:", type=("build", "run"))
+ depends_on("py-requests@2.18.0:", type=("build", "run"))