summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2022-10-11 02:49:52 +0200
committerGitHub <noreply@github.com>2022-10-10 18:49:52 -0600
commitbe293ceb7acedbc583c6d0e712b00148afbf0c3e (patch)
tree07708a9fc165538694b659f779f93752047dbf87 /var
parent4a9790e8cdad21bd86f082f2d710ac785f4ad203 (diff)
downloadspack-be293ceb7acedbc583c6d0e712b00148afbf0c3e.tar.gz
spack-be293ceb7acedbc583c6d0e712b00148afbf0c3e.tar.bz2
spack-be293ceb7acedbc583c6d0e712b00148afbf0c3e.tar.xz
spack-be293ceb7acedbc583c6d0e712b00148afbf0c3e.zip
Add checksum for py-virtualenv 20.16.4 (#33154)
* Add checksum for py-virtualenv 20.16.4 * [@spackbot] updating style on behalf of iarspider * Update package.py * Update package.py Co-authored-by: iarspider <iarspider@users.noreply.github.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-virtualenv/package.py33
1 files changed, 22 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-virtualenv/package.py b/var/spack/repos/builtin/packages/py-virtualenv/package.py
index 5ea1f89b87..047280360e 100644
--- a/var/spack/repos/builtin/packages/py-virtualenv/package.py
+++ b/var/spack/repos/builtin/packages/py-virtualenv/package.py
@@ -12,6 +12,7 @@ class PyVirtualenv(PythonPackage):
homepage = "https://virtualenv.pypa.io/"
pypi = "virtualenv/virtualenv-16.7.6.tar.gz"
+ version("20.16.4", sha256="014f766e4134d0008dcaa1f95bafa0fb0f575795d07cae50b1bee514185d6782")
version("20.10.0", sha256="576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218")
version("16.7.6", sha256="5d370508bf32e522d79096e8cbea3499d47e624ac7e11e9089f9397a0b3318df")
version("16.4.1", sha256="5a3ecdfbde67a4a3b3111301c4d64a5b71cf862c8c42958d30cf3253df1f29dd")
@@ -22,20 +23,30 @@ class PyVirtualenv(PythonPackage):
version("1.11.6", sha256="3e7a4c151e2ee97f51db0215bfd2a073b04a91e9786df6cb67c916f16abe04f7")
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
- depends_on("python@2.7:2.8,3.5:", type=("build", "run"), when="@20.10.0:")
+ depends_on("python@2.7:2.8,3.5:", when="@20.10.0:", type=("build", "run"))
+ depends_on("python@3.6:", when="@20.16.4:", type=("build", "run"))
# not just build-time, requires pkg_resources
depends_on("py-setuptools@40.6.3:", type=("build", "run"))
- depends_on("py-setuptools@41.00.03:", type=("build", "run"), when="@20.10.0:")
- depends_on("py-setuptools-scm@2:", type=("build", "run"), when="@20.10.0:")
+ depends_on("py-setuptools@41.00.03:", when="@20.10.0:", type=("build", "run"))
+ depends_on("py-setuptools@59.6:", when="@20.16.4:", type=("build", "run"))
+ depends_on("py-setuptools-scm@2:", when="@20.10.0:", type="build")
+ depends_on("py-setuptools-scm@6.4.2:", when="@20.16.4:", type="build")
depends_on(
- "py-backports-entry-points-selectable @1.0.4:", type=("build", "run"), when="@20.10.0:"
+ "py-backports-entry-points-selectable @1.0.4:", type=("build", "run"), when="@20.10.0"
)
- depends_on("py-distlib@0.3.1:0", type=("build", "run"), when="@20.10.0:")
- depends_on("py-filelock@3.2:3", type=("build", "run"), when="@20.10.0:")
- depends_on("py-platformdirs@2:2", type=("build", "run"), when="@20.10.0:")
- depends_on("py-six@1.9.0:1", type=("build", "run"), when="@20.10.0:")
- depends_on("py-importlib-metadata@0.12:", type=("build", "run"), when="@20.10.0: ^python@:3.7")
- depends_on("py-importlib-resources@1:", type=("build", "run"), when="@20.10.0: ^python@:3.6")
- depends_on("py-pathlib2", type=("build", "run"), when="@20.10.0: ^python@:3.3")
+ depends_on("py-distlib@0.3.1:0", when="@20.10.0:", type=("build", "run"))
+ depends_on("py-distlib@0.3.5:0", when="@20.16.4:", type=("build", "run"))
+ depends_on("py-filelock@3.2:3", when="@20.10.0:", type=("build", "run"))
+ depends_on("py-filelock@3.4.1:3", when="@20.16.4:", type=("build", "run"))
+ depends_on("py-platformdirs@2:2", when="@20.10.0:", type=("build", "run"))
+ depends_on("py-platformdirs@2.4:2", when="@20.16.4:", type=("build", "run"))
+ depends_on("py-six@1.9.0:1", when="@20.10.0", type=("build", "run"))
+ depends_on("py-importlib-metadata@0.12:", when="@20.10.0: ^python@:3.7", type=("build", "run"))
+ depends_on("py-importlib-resources@1:", when="@20.10.0: ^python@:3.6", type=("build", "run"))
+ depends_on(
+ "py-importlib-metadata@4.8.3:", when="@20.16.4: ^python@:3.7", type=("build", "run")
+ )
+ depends_on("py-importlib-resources@5.4:", when="@20.16.4: ^python@:3.6", type=("build", "run"))
+ depends_on("py-pathlib2", when="@20.10.0 ^python@:3.3", type=("build", "run"))