summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-configparser/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-configparser/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-configparser/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-configparser/package.py b/var/spack/repos/builtin/packages/py-configparser/package.py
index 8021cacd05..b229b1f16f 100644
--- a/var/spack/repos/builtin/packages/py-configparser/package.py
+++ b/var/spack/repos/builtin/packages/py-configparser/package.py
@@ -13,13 +13,13 @@ class PyConfigparser(PythonPackage):
homepage = "https://docs.python.org/3/library/configparser.html"
pypi = "configparser/configparser-3.5.0.tar.gz"
- version('5.2.0', sha256='1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa')
- version('3.5.1', sha256='f41e19cb29bebfccb1a78627b3f328ec198cc8f39510c7c55e7dfc0ab58c8c62')
- version('3.5.0', sha256='5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a')
+ version("5.2.0", sha256="1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa")
+ version("3.5.1", sha256="f41e19cb29bebfccb1a78627b3f328ec198cc8f39510c7c55e7dfc0ab58c8c62")
+ version("3.5.0", sha256="5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a")
- depends_on('python@3.6:', type=('build', 'run'), when='@5.2.0:')
- depends_on('py-setuptools', type='build')
- depends_on('py-setuptools@34.4:', type='build', when='@3.5.1:')
- depends_on('py-setuptools@56:', type='build', when='@5.2.0:')
- depends_on('py-setuptools-scm@3.4.1:+toml', type='build', when='@5.2.0:')
- depends_on('py-ordereddict', type=('build', 'run'), when='python@:2.6')
+ depends_on("python@3.6:", type=("build", "run"), when="@5.2.0:")
+ depends_on("py-setuptools", type="build")
+ depends_on("py-setuptools@34.4:", type="build", when="@3.5.1:")
+ depends_on("py-setuptools@56:", type="build", when="@5.2.0:")
+ depends_on("py-setuptools-scm@3.4.1:+toml", type="build", when="@5.2.0:")
+ depends_on("py-ordereddict", type=("build", "run"), when="python@:2.6")