Skip to content

Commit

Permalink
py-editables: add v0.4, v0.5 (switch to flit-core) (spack#44380)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jun 6, 2024
1 parent 8328c34 commit 329dc40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion var/spack/repos/builtin/packages/py-editables/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ class PyEditables(PythonPackage):
homepage = "https://github.com/pfmoore/editables"
pypi = "editables/editables-0.3.tar.gz"

version("0.5", sha256="309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2")
version("0.4", sha256="dc322c42e7ccaf19600874035a4573898d88aadd07e177c239298135b75da772")
version("0.3", sha256="167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a")

depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools@42:", type="build")
depends_on("py-setuptools@42:", type="build", when="@:0.3")
depends_on("py-flit-core@3.3:", type="build", when="@0.4:")

0 comments on commit 329dc40

Please sign in to comment.