py-igraph: add 0.11.6 (#45132)

This commit is contained in:
Szabolcs Horvát 2024-08-01 06:34:20 +03:00 committed by GitHub
parent 5f86ee5d93
commit 20e6b60fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ class PyIgraph(PythonPackage):
license("GPL-2.0-or-later") license("GPL-2.0-or-later")
version("0.11.6", sha256="837f233256c3319f2a35a6a80d94eafe47b43791ef4c6f9e9871061341ac8e28")
version("0.10.6", sha256="76f7aad294514412f835366a7d9a9c1e7a34c3e6ef0a6c3a1a835234323228e8") version("0.10.6", sha256="76f7aad294514412f835366a7d9a9c1e7a34c3e6ef0a6c3a1a835234323228e8")
depends_on("c", type="build") # generated depends_on("c", type="build") # generated
@ -25,10 +26,11 @@ class PyIgraph(PythonPackage):
depends_on("cmake", type="build") depends_on("cmake", type="build")
depends_on("igraph+shared@0.10.6", when="@0.10.6") depends_on("igraph+shared@0.10.6", when="@0.10.6")
depends_on("igraph+shared@0.10.13", when="@0.11.6")
depends_on("pkgconfig", type="build") depends_on("pkgconfig", type="build")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
depends_on("py-texttable@1.6.2:", type=("build", "run")) depends_on("py-texttable@1.6.2:", type=("build", "run"))
depends_on("py-matplotlib@3.5", type="run", when="+matplotlib") depends_on("py-matplotlib@3.5:", type="run", when="+matplotlib")
def setup_build_environment(self, env): def setup_build_environment(self, env):
env.set("IGRAPH_USE_PKG_CONFIG", "1") env.set("IGRAPH_USE_PKG_CONFIG", "1")