[jhbuild] pycairo: track git instead of release tarballs



commit 8c64dbbf5c3bf1ba4975b0fa43313a14393bcd01
Author: Christoph Reiter <creiter src gnome org>
Date:   Sun Apr 15 13:29:10 2018 +0200

    pycairo: track git instead of release tarballs
    
    afair it was switched to make the release tools work, but the release team
    no longer uses jhbuild so we can use git again.

 modulesets/gnome-suites-core-deps-latest.modules |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index 8eed745..1a63919 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1712,11 +1712,9 @@ the module and we will just change it to use a tarball anyway.
   </autotools>
 
   <distutils id="pycairo" python3="1">
-    <branch repo="github-tar"
-            version="1.16.1"
-            module="pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
-            checkoutdir="pycairo-python3-${version}"
-            hash="sha256:47a14a6a2f8dadb649229f099ac712a5f3d0a22e14877165a203d8a0de09ad63"/>
+    <branch repo="github.com"
+            module="pygobject/pycairo.git"
+            checkoutdir="pycairo-python3"/>
   </distutils>
 
   <!-- Python 3 build of pygobject -->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]