summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-11-29 17:58:09 +0100
committerGitHub <noreply@github.com>2021-11-29 10:58:09 -0600
commit4858a26400e634b62e137e738be663aa3fa4e26d (patch)
treeafc4f4665264121fe439b0b7c55619ad33ee5339 /var
parent995a29d2f3126083b2461ff766641a45ddd7e97f (diff)
downloadspack-4858a26400e634b62e137e738be663aa3fa4e26d.tar.gz
spack-4858a26400e634b62e137e738be663aa3fa4e26d.tar.bz2
spack-4858a26400e634b62e137e738be663aa3fa4e26d.tar.xz
spack-4858a26400e634b62e137e738be663aa3fa4e26d.zip
py-humanize: add 3.12.0 (#27688)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-humanize/package.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-humanize/package.py b/var/spack/repos/builtin/packages/py-humanize/package.py
index 8240561773..5ad7992088 100644
--- a/var/spack/repos/builtin/packages/py-humanize/package.py
+++ b/var/spack/repos/builtin/packages/py-humanize/package.py
@@ -16,6 +16,15 @@ class PyHumanize(PythonPackage):
homepage = "https://github.com/jmoiron/humanize"
pypi = "humanize/humanize-0.5.1.tar.gz"
+ version('3.12.0', sha256='5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6')
version('0.5.1', sha256='a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19')
+ 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', when='@3:', 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'))