summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-humanize/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/py-humanize/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/py-humanize/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-humanize/package.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/py-humanize/package.py b/var/spack/repos/builtin/packages/py-humanize/package.py
index 772940628f..4d710e10fc 100644
--- a/var/spack/repos/builtin/packages/py-humanize/package.py
+++ b/var/spack/repos/builtin/packages/py-humanize/package.py
@@ -16,16 +16,16 @@ class PyHumanize(PythonPackage):
homepage = "https://github.com/jmoiron/humanize"
pypi = "humanize/humanize-0.5.1.tar.gz"
- version('4.0.0', sha256='ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00')
- version('3.12.0', sha256='5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6')
- version('0.5.1', sha256='a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19')
+ version("4.0.0", sha256="ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00")
+ version("3.12.0", sha256="5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6")
+ version("0.5.1", sha256="a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
- depends_on('python@3.7:', when='@4:', type=('build', 'run'))
- depends_on('python@3.6:', when='@3:', type=('build', 'run'))
- depends_on('python@3.5:', when='@1.1.0:', type=('build', 'run'))
- depends_on('python@2.7:2,3.5:', when='@1.0.0', type=('build', 'run'))
- depends_on('py-setuptools@42:', when='@3.2:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-setuptools-scm+toml@3.4:', when='@3.2:', type='build')
- depends_on('py-setuptools-scm', when='@1:', type='build')
- depends_on('py-importlib-metadata', when='@3.12: ^python@:3.7', type=('build', 'run'))
+ depends_on("python@3.7:", when="@4:", type=("build", "run"))
+ depends_on("python@3.6:", when="@3:", type=("build", "run"))
+ depends_on("python@3.5:", when="@1.1.0:", type=("build", "run"))
+ depends_on("python@2.7:2,3.5:", when="@1.0.0", type=("build", "run"))
+ depends_on("py-setuptools@42:", when="@3.2:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-setuptools-scm+toml@3.4:", when="@3.2:", type="build")
+ depends_on("py-setuptools-scm", when="@1:", type="build")
+ depends_on("py-importlib-metadata", when="@3.12: ^python@:3.7", type=("build", "run"))