Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-3146

Pyside6-deploy fill list value to attr in pysidedeploy.desc should be sorted

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.10.0, 6.9.2, 6.8.5
    • None
    • Tooling
    • None
    • 8edf6c9f9 (dev), 81164c00f (tqtc/lts-6.8), 9e9e5ba14 (6.9), 8f65a3a79 (dev), 949aed79b (6.9), 6b7492e07 (tqtc/lts-6.8)

      Pyside6-deploy fill list value to attr in pysidedeploy.desc  should be sorted
      otherwise after every build ,some changes in VCS like

       # qt modules used. comma separated
      -modules = Core,DBus,Gui,Network,Qml,Widgets
      +modules = Gui,Network,Core,Qml,DBus,Widgets
      

       It's really annoying.

      At the same time, May be consider not replace relative path with abs path in some field like 

      -input_file = ./src/main.py
      +input_file = /abs_path_of_dir/src/main.py
      
      -python_path = ./.venv/bin/python3
      +python_path = /abs_path_of_dir/.venv/bin/python3
      

      a cr like https://codereview.qt-project.org/c/pyside/pyside-setup/+/662575

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shpremna Shyamnath Premnadh
            leeyoung L Y
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: