summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pytest/package.py
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2023-02-27 13:51:13 -0600
committerGitHub <noreply@github.com>2023-02-27 13:51:13 -0600
commitd6ff426d4816fdfcaa1d4c3ba43b857f3532e1d9 (patch)
tree33ca7adc8da52805bdc5c526ee2397f821268125 /var/spack/repos/builtin/packages/py-pytest/package.py
parentc4311a250a151228e76b7b29e32f9497d79b1c0c (diff)
downloadspack-d6ff426d4816fdfcaa1d4c3ba43b857f3532e1d9.tar.gz
spack-d6ff426d4816fdfcaa1d4c3ba43b857f3532e1d9.tar.bz2
spack-d6ff426d4816fdfcaa1d4c3ba43b857f3532e1d9.tar.xz
spack-d6ff426d4816fdfcaa1d4c3ba43b857f3532e1d9.zip
py-awkward: new version 1.10.*, 2.0.* (#35549)
* py-awkward: new version 1.10.*, 2.0.* Lots of changes in 2.0.*, see https://github.com/scikit-hep/awkward/releases. This will need some extra testing. * py-awkward: hatchling * Update var/spack/repos/builtin/packages/py-awkward/package.py * Update var/spack/repos/builtin/packages/py-awkward/package.py * py-scikit-build-core: new and improved py-scikit-build * py-awkward-cpp: new package * py-awkward: add depends_on py-awkward-cpp * py-awkward: depends_on py-packaging * py-awkward-cpp: new versions pinned by py-awkward * py-scikit-build-core: additional depends_on * py-awkward: branch master deprecated * py-pytest-subprocess: new package * py-pytest: new version 7.2.1 * py-scikit-build-core: add tests dependencies * [@spackbot] updating style on behalf of wdconinc * py-scikit-build-core: two more test dependencies * py-pytest: depends_on py-exceptiongroup * py-awkward: add pytest support * py-pytest: suggestions from review * py-scikit-build-core: suggestions from review * Update var/spack/repos/builtin/packages/py-awkward-cpp/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-awkward: depends_on pyyaml when @:1, order old deps last * [@spackbot] updating style on behalf of wdconinc * py-awkward: move some opt deps to test, order test deps * py-awkward: remove test dependencies --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pytest/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pytest/package.py15
1 files changed, 9 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytest/package.py b/var/spack/repos/builtin/packages/py-pytest/package.py
index ff7ba5b428..fcbf83c9f0 100644
--- a/var/spack/repos/builtin/packages/py-pytest/package.py
+++ b/var/spack/repos/builtin/packages/py-pytest/package.py
@@ -12,6 +12,7 @@ class PyPytest(PythonPackage):
homepage = "https://pytest.org/"
pypi = "pytest/pytest-5.2.1.tar.gz"
+ version("7.2.1", sha256="d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42")
version("7.1.3", sha256="4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39")
version("6.2.5", sha256="131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89")
version("6.2.4", sha256="50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b")
@@ -63,17 +64,19 @@ class PyPytest(PythonPackage):
depends_on("py-pluggy@0.7:", when="@3.7:4.3", type=("build", "run"))
depends_on("py-pluggy@0.5:0.7", when="@3.6.4:3.6", type=("build", "run"))
depends_on("py-pluggy@0.5:0.6", when="@:3.6.3", type=("build", "run"))
- depends_on("py-py@1.8.2:", when="@6:", type=("build", "run"))
- depends_on("py-py@1.5.0:", when="@3.3:5", type=("build", "run"))
- depends_on("py-py@1.4.33:", when="@3.1.2:3.2.3,3.2.5:3.2", type=("build", "run"))
- depends_on("py-py@1.4.33:1.4", when="@3.2.4", type=("build", "run"))
- depends_on("py-py@1.4.29:", when="@:3.1.1", type=("build", "run"))
- depends_on("py-tomli@1:", when="@7:", type=("build", "run"))
depends_on("py-colorama", when="platform=windows", type=("build", "run"))
+ depends_on("py-exceptiongroup@1:", when="@7: ^python@:3.10", type=("build", "run"))
depends_on("py-importlib-metadata@0.12:", when="@4.6:5.0", type=("build", "run"))
depends_on("py-importlib-metadata@0.12:", when="@5.1: ^python@:3.7", type=("build", "run"))
+ depends_on("py-tomli@1:", when="@7.1: ^python@:3.10", type=("build", "run"))
+ depends_on("py-tomli@1:", when="@7.0", type=("build", "run"))
# Historic dependencies
+ depends_on("py-py@1.8.2:", when="@6:7.1", type=("build", "run"))
+ depends_on("py-py@1.5.0:", when="@3.3:5", type=("build", "run"))
+ depends_on("py-py@1.4.33:", when="@3.1.2:3.2.3,3.2.5:3.2", type=("build", "run"))
+ depends_on("py-py@1.4.33:1.4", when="@3.2.4", type=("build", "run"))
+ depends_on("py-py@1.4.29:", when="@:3.1.1", type=("build", "run"))
depends_on("py-atomicwrites@1.0:", when="@5.3:7.1.2 platform=windows", type=("build", "run"))
depends_on("py-atomicwrites@1.0:", when="@3.6:5.2", type=("build", "run"))
depends_on("py-toml", when="@6", type=("build", "run"))