renpy / renpy-build

Build system for the Ren'Py visual novel engine. (The engine itself, not games.)
76 stars 51 forks source link

Avoid creating junk *.pem.pyc files #98

Closed mal closed 11 months ago

mal commented 1 year ago

The only PEM file we need is the one from Certifi which is explicitly handled already, so don't include PEM files in PYC sync.

The following files were being created and included in the SDK, but will be no longer:

renpy/lib/python3.9/certifi/cacert.pem.pyc                                                                            
renpy/lib/python3.9/future/backports/test/nokia.pem.pyc                                                               
renpy/lib/python3.9/future/backports/test/ssl_key.passwd.pem.pyc                                                      
renpy/lib/python3.9/future/backports/test/https_svn_python_org_root.pem.pyc                                           
renpy/lib/python3.9/future/backports/test/nullcert.pem.pyc                                                            
renpy/lib/python3.9/future/backports/test/dh512.pem.pyc                                                               
renpy/lib/python3.9/future/backports/test/keycert2.pem.pyc                                                            
renpy/lib/python3.9/future/backports/test/sha256.pem.pyc                                                              
renpy/lib/python3.9/future/backports/test/nullbytecert.pem.pyc                                                        
renpy/lib/python3.9/future/backports/test/ssl_key.pem.pyc                                                             
renpy/lib/python3.9/future/backports/test/badkey.pem.pyc                                                              
renpy/lib/python3.9/future/backports/test/keycert.passwd.pem.pyc                                                      
renpy/lib/python3.9/future/backports/test/keycert.pem.pyc                                                             
renpy/lib/python3.9/future/backports/test/badcert.pem.pyc                                                             
renpy/lib/python3.9/future/backports/test/ssl_cert.pem.pyc