New comment by fosslinux on void-packages repository https://github.com/void-linux/void-packages/pull/22109#issuecomment-632381869 Comment: > srcpkgs/python-PyQt5/template: Place homepage= after license= Fixed this. > srcpkgs/python-PyQt5/template:53: indent with tabs This is `cat`ing to a file, it needs to be spaces. > srcpkgs/python-PyQt5/template:7: do not set pycompile_module, it is autodetected > srcpkgs/python-PyQt5/template:100: do not set pycompile_module, it is autodetected > srcpkgs/python-PyQt5/template:117: do not set pycompile_module, it is autodetected > srcpkgs/python-PyQt5/template:283: do not set pycompile_module, it is autodetected It seems to me that there are a variety of different things that could be compiled in the source tree, I think that the `pycompile_module`s do need to be there? I sometimes get this wrong, so please do tell me if you are sure that the pycompile_module directives should be removed.