[gimp-macos-build/wip/lukaso/tests] .circleci: use gimp-mac-bundler from my namespace.




commit 1394452f23a7285f87707b6702093c67ede73e47
Author: Jehan <jehan girinstud io>
Date:   Sat Oct 9 22:59:24 2021 +0200

    .circleci: use gimp-mac-bundler from my namespace.
    
    We were using a gtk-mac-bundler from samm-git which was itself a fork of
    a repository named the same from jralls on Github (itself a fork of some
    other project). Unfortunately samm-git being absent lately, we don't
    have access to his repository, so I fork it once more as
    gimp-mac-bundler in my namespace.
    
    Note that there is only a single commit over jralls' version (which
    seems maintained) so ideally we should fist check if it's really still
    needed. And if so, we should contribute it upstream and get rid of our
    fork if it goes in (which I'm planning to act on).
    
    For the time being, for sake of testing, I just use my fork, which I
    just rebased over jralls' version as we have run errors with Python
    3.9.7 from the CI server, which looks like they might be fixed by commit
    58d951c on jralls' repo.
    
    Errors were:
    
    Creating bundle
    Traceback (most recent call last):
      File "/Users/distiller/.local/bin/gtk-mac-bundler", line 5, in <module>
        import bundler.main
      File "/Users/distiller/Source/gtk-mac-bundler/bundler/main.py", line 3, in <module>
        from .project import *
      File "/Users/distiller/Source/gtk-mac-bundler/bundler/project.py", line 10, in <module>
        from plistlib import Plist
    ImportError: cannot import name 'Plist' from 'plistlib' 
(/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/plistlib.py)

 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f28bd65..7c3b89e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -57,8 +57,8 @@ jobs:
             name: Setup gtk-mac-bundler
             command: |
               cd ~/Source
-              git clone https://github.com/samm-git/gtk-mac-bundler -b fix-otool
-              cd gtk-mac-bundler
+              git clone https://gitlab.gnome.org/Jehan/gimp-mac-bundler.git
+              cd gimp-mac-bundler
               make install
         # we can try to make it automatically depended on the corresponding modules
         - restore_cache:


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