Skip to content

Commit

Permalink
Update pycairo to version 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Sep 9, 2024
1 parent 08e729d commit 0a687fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gvsbuild/projects/pycairo.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(self):
Meson.__init__(
self,
"pycairo",
version="1.26.1",
version="1.27.0",
archive_url="https://github.com/pygobject/pycairo/releases/download/v{version}/pycairo-{version}.tar.gz",
hash="a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430",
hash="5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430",
dependencies=["cairo"],
)

Expand All @@ -37,7 +37,7 @@ def build(self):
Meson.build(self, meson_params=f'-Dpython="{py_dir}\\python.exe"')
cairo_inc = Path(self.builder.gtk_dir) / "include" / "cairo"
self.builder.mod_env("INCLUDE", str(cairo_inc))
self.exec_vs(r"%(python_dir)s\python.exe -m build")
self.exec_vs(r"%(python_dir)s\python.exe -m build -w")
dist_dir = Path(self.build_dir) / "dist"
for path in dist_dir.rglob("*.whl"):
self.exec_vs(r"%(python_dir)s\python.exe -m pip install " + str(path))
Expand Down

0 comments on commit 0a687fa

Please sign in to comment.