summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-keyring/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-keyring/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-keyring/package.py54
1 files changed, 28 insertions, 26 deletions
diff --git a/var/spack/repos/builtin/packages/py-keyring/package.py b/var/spack/repos/builtin/packages/py-keyring/package.py
index 3a94e0148a..9503f7d29b 100644
--- a/var/spack/repos/builtin/packages/py-keyring/package.py
+++ b/var/spack/repos/builtin/packages/py-keyring/package.py
@@ -12,33 +12,35 @@ class PyKeyring(PythonPackage):
storage."""
homepage = "https://github.com/jaraco/keyring"
- pypi = "keyring/keyring-23.0.1.tar.gz"
+ pypi = "keyring/keyring-23.0.1.tar.gz"
- version('23.5.0', sha256='9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9')
- version('23.2.1', sha256='6334aee6073db2fb1f30892697b1730105b5e9a77ce7e61fca6b435225493efe')
- version('23.2.0', sha256='1e1970dcecde00c59ff6033d69cee3b283cd0d7cbad78b0dc4cdd15c8a28bcf8')
- version('23.1.0', sha256='b7e0156667f5dcc73c1f63a518005cd18a4eb23fe77321194fefcc03748b21a4')
- version('23.0.1', sha256='045703609dd3fccfcdb27da201684278823b72af515aedec1a8515719a038cb8')
- version('21.7.0', sha256='a144f7e1044c897c3976202af868cb0ac860f4d433d5d0f8e750fa1a2f0f0b50')
- version('20.0.1', sha256='963bfa7f090269d30bdc5e25589e5fd9dad2cf2a7c6f176a7f2386910e5d0d8d')
- version('18.0.1', sha256='67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838')
+ version("23.5.0", sha256="9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9")
+ version("23.2.1", sha256="6334aee6073db2fb1f30892697b1730105b5e9a77ce7e61fca6b435225493efe")
+ version("23.2.0", sha256="1e1970dcecde00c59ff6033d69cee3b283cd0d7cbad78b0dc4cdd15c8a28bcf8")
+ version("23.1.0", sha256="b7e0156667f5dcc73c1f63a518005cd18a4eb23fe77321194fefcc03748b21a4")
+ version("23.0.1", sha256="045703609dd3fccfcdb27da201684278823b72af515aedec1a8515719a038cb8")
+ version("21.7.0", sha256="a144f7e1044c897c3976202af868cb0ac860f4d433d5d0f8e750fa1a2f0f0b50")
+ version("20.0.1", sha256="963bfa7f090269d30bdc5e25589e5fd9dad2cf2a7c6f176a7f2386910e5d0d8d")
+ version("18.0.1", sha256="67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838")
- depends_on('python@3.7:', when='@23.5:', type=('build', 'run'))
- depends_on('python@3.6:', when='@21:', type=('build', 'run'))
- depends_on('python@3.5:', when='@20:', type=('build', 'run'))
- depends_on('python@2.7:', type=('build', 'run'))
- depends_on('py-setuptools@56:', when='@23.1:', type='build')
- depends_on('py-setuptools@42:', when='@21:', type='build')
- depends_on('py-setuptools@34.4:', type='build')
- depends_on('py-setuptools-scm@3.4.1:+toml', when='@21:', type='build')
- depends_on('py-setuptools-scm@1.15:', type='build')
- depends_on('py-entrypoints', when='@18', type=('build', 'run'))
- depends_on('py-secretstorage@3.2:', when='@21: platform=linux', type=('build', 'run'))
- depends_on('py-secretstorage@:2', when='@18 ^python@:3.4 platform=linux', type=('build', 'run'))
- depends_on('py-secretstorage', when='platform=linux', type=('build', 'run'))
- depends_on('py-jeepney@0.4.2:', when='@21: platform=linux', type=('build', 'run'))
- depends_on('py-importlib-metadata@3.6:', when='@23:', type=('build', 'run'))
- depends_on('py-importlib-metadata@1:', when='@21:', type=('build', 'run'))
- depends_on('py-importlib-metadata', when='@20:', type=('build', 'run'))
+ depends_on("python@3.7:", when="@23.5:", type=("build", "run"))
+ depends_on("python@3.6:", when="@21:", type=("build", "run"))
+ depends_on("python@3.5:", when="@20:", type=("build", "run"))
+ depends_on("python@2.7:", type=("build", "run"))
+ depends_on("py-setuptools@56:", when="@23.1:", type="build")
+ depends_on("py-setuptools@42:", when="@21:", type="build")
+ depends_on("py-setuptools@34.4:", type="build")
+ depends_on("py-setuptools-scm@3.4.1:+toml", when="@21:", type="build")
+ depends_on("py-setuptools-scm@1.15:", type="build")
+ depends_on("py-entrypoints", when="@18", type=("build", "run"))
+ depends_on("py-secretstorage@3.2:", when="@21: platform=linux", type=("build", "run"))
+ depends_on(
+ "py-secretstorage@:2", when="@18 ^python@:3.4 platform=linux", type=("build", "run")
+ )
+ depends_on("py-secretstorage", when="platform=linux", type=("build", "run"))
+ depends_on("py-jeepney@0.4.2:", when="@21: platform=linux", type=("build", "run"))
+ depends_on("py-importlib-metadata@3.6:", when="@23:", type=("build", "run"))
+ depends_on("py-importlib-metadata@1:", when="@21:", type=("build", "run"))
+ depends_on("py-importlib-metadata", when="@20:", type=("build", "run"))
# TODO: additional dependency on pywin32-ctypes required for Windows