diff options
author | fgava90 <68648009+fgava90@users.noreply.github.com> | 2024-03-08 14:43:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 07:43:46 -0700 |
commit | ee1fa3e50c1d9dce481572a69fb255f8ca3cee6b (patch) | |
tree | 61e01b247b6d47fdf09c5ce8e202a86a35031ccb | |
parent | 772928241b2e721724cbaa4a3a07a6ce0753c0e7 (diff) | |
download | spack-ee1fa3e50c1d9dce481572a69fb255f8ca3cee6b.tar.gz spack-ee1fa3e50c1d9dce481572a69fb255f8ca3cee6b.tar.bz2 spack-ee1fa3e50c1d9dce481572a69fb255f8ca3cee6b.tar.xz spack-ee1fa3e50c1d9dce481572a69fb255f8ca3cee6b.zip |
Deprecating py-pylint@2.3 as it cannot build with python@3.8: (#43096)
* Deprecating py-pylint@2.3 as it cannot build with python@3.8:
* Style fix
* Removed versions because can't build with python@3.7
---------
Co-authored-by: Gava, Francesco <francesco.gava@mclaren.com>
-rw-r--r-- | var/spack/repos/builtin/packages/py-pylint/package.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-pylint/package.py b/var/spack/repos/builtin/packages/py-pylint/package.py index 57d1e14587..d8584445ed 100644 --- a/var/spack/repos/builtin/packages/py-pylint/package.py +++ b/var/spack/repos/builtin/packages/py-pylint/package.py @@ -33,10 +33,7 @@ class PyPylint(PythonPackage): version("2.13.5", sha256="dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b") version("2.11.1", sha256="2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436") version("2.8.2", sha256="586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217") - version("2.3.1", sha256="723e3db49555abaf9bf79dc474c6b9e2935ad82230b10c1138a71ea41ac0fff1") - version("2.3.0", sha256="ee80c7af4f127b2a480d83010c9f0e97beb8eaa652b78c2837d3ed30b12e1182") - depends_on("python@3.4:", when="@2:2.7", type=("build", "run")) depends_on("python@3.6:", when="@2.8.2:", type=("build", "run")) depends_on("python@3.6.2:", when="@2.13.5:", type=("build", "run")) depends_on("python@3.7.2:", when="@2.14.0:", type=("build", "run")) |