File tree Expand file tree Collapse file tree
var/spack/repos/builtin/packages/py-keyrings-alt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ class PyKeyringsAlt(PythonPackage):
1212 homepage = "https://github.com/jaraco/keyrings.alt"
1313 pypi = "keyrings.alt/keyrings.alt-4.0.2.tar.gz"
1414
15+ version ("4.2.0" , sha256 = "2ba3d56441ba0637f5f9c096068f67010ac0453f9d0b626de2aa3019353b6431" )
1516 version ("4.1.0" , sha256 = "52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2" )
1617 version ("4.0.2" , sha256 = "cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25" )
1718
19+ depends_on ("python@3.7:" , when = "@4.2:" , type = ("build" , "run" ))
1820 depends_on ("python@3.6:" , type = ("build" , "run" ))
21+ depends_on ("py-setuptools@56:" , when = "@4.2:" , type = "build" )
1922 depends_on ("py-setuptools@42:" , type = "build" )
2023 depends_on ("py-setuptools-scm+toml@3.4.1:" , type = "build" )
24+
25+ depends_on ("py-jaraco-classes" , when = "@4.1.2:" , type = ("build" , "run" ))
You can’t perform that action at this time.
0 commit comments