py-contourpy: add 1.0.7 (#37914)
This commit is contained in:
parent
124a81df5b
commit
3bb15f420b
1 changed files with 4 additions and 1 deletions
|
@ -12,10 +12,13 @@ class PyContourpy(PythonPackage):
|
|||
homepage = "https://github.com/contourpy/contourpy"
|
||||
pypi = "contourpy/contourpy-1.0.5.tar.gz"
|
||||
|
||||
version("1.0.7", sha256="d8165a088d31798b59e91117d1f5fc3df8168d8b48c4acc10fc0df0d0bdbcc5e")
|
||||
version("1.0.5", sha256="896631cd40222aef3697e4e51177d14c3709fda49d30983269d584f034acc8a4")
|
||||
|
||||
depends_on("python@3.8:", when="@1.0.7:", type=("build", "link", "run"))
|
||||
depends_on("python@3.7:", type=("build", "link", "run"))
|
||||
depends_on("py-build", type="build")
|
||||
depends_on("py-pybind11@2.6:", type=("build", "link"))
|
||||
depends_on("py-setuptools@42:", type="build")
|
||||
depends_on("py-numpy@1.16:", type=("build", "run"))
|
||||
|
||||
depends_on("py-build", when="@:1.0.5", type="build")
|
||||
|
|
Loading…
Reference in a new issue