[PATCH] sort file list in RECORD

"Bernhard M. Wiedemann" <[email protected]>
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <[email protected]>
Make package build reproducible.
See https://reproducible-builds.org/ for why this is good.

Index: PyQt5_gpl-5.12.1/mk_distinfo.py
===================================================================
--- PyQt5_gpl-5.12.1.orig/mk_distinfo.py
+++ PyQt5_gpl-5.12.1/mk_distinfo.py
@@ -86,6 +86,8 @@ for name in installed:
         all_fns = []
 
         for root, dirs, files in os.walk(native_name):
+            dirs.sort()
+            files.sort()
             for f in files:
                 all_fns.append(os.path.join(root, f).replace(os.sep, '/'))
 
_______________________________________________
PyQt mailing list    [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.