py-nodeenv: add 1.8.0 (#38383)
* py-nodeenv: add 1.8.0 * Remove python@3.7 restriction
This commit is contained in:
parent
bd5e99120d
commit
92d970498a
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ class PyNodeenv(PythonPackage):
|
|||
homepage = "https://github.com/ekalinin/nodeenv"
|
||||
pypi = "nodeenv/nodeenv-1.3.3.tar.gz"
|
||||
|
||||
version("1.8.0", sha256="d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2")
|
||||
version("1.7.0", sha256="e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b")
|
||||
version("1.3.3", sha256="ad8259494cf1c9034539f6cced78a1da4840a4b157e23640bc4a0c0546b0cb7a")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-setuptools", when="@1.7:", type=("build", "run"))
|
||||
depends_on("py-setuptools", type="build")
|
||||
|
|
Loading…
Reference in a new issue