Closed radarhere closed 3 weeks ago
There are several places in winbuild/build_prepare.py where the "filename" is replicated in the "url" https://github.com/python-pillow/Pillow/blob/822ec3d05dfbaf2e3209c2b26e3392040e274975/winbuild/build_prepare.py#L163-L165
winbuild/build_prepare.py
I wonder if
"zlib": { "url": "https://zlib.net/FILENAME", "filename": f"zlib{V['ZLIB_DOTLESS']}.zip",
is neater, reducing duplication?
Feel free to reject if others think it isn't simpler.
There are several places in
winbuild/build_prepare.py
where the "filename" is replicated in the "url" https://github.com/python-pillow/Pillow/blob/822ec3d05dfbaf2e3209c2b26e3392040e274975/winbuild/build_prepare.py#L163-L165I wonder if
is neater, reducing duplication?
Feel free to reject if others think it isn't simpler.