Derive dir from filename if root is the same in winbuild by radarhere · Pull Request #8567 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 2 commits intopython-pillow:mainfrom
Dec 17, 2024Merged
Derive dir from filename if root is the same in winbuild#8567
hugovk merged 2 commits intopython-pillow:mainfrom
Derive dir from filename if root is the same in winbuild#8567
hugovk merged 2 commits intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
Pillow/winbuild/build_prepare.py
Lines 134 to 135 in 4304414
| "filename": f"libjpeg-turbo-{V['JPEGTURBO']}.tar.gz", | |
| "dir": f"libjpeg-turbo-{V['JPEGTURBO']}", |
It would seem like the "dir" could be derived from the "filename", simply by removing the file extension.
radarhere
added
Cleanup
Windows
labels
radarhere
force-pushed
the
winbuild
branch
from
be1b189 to
62d8ccc
Compare
hugovk reviewed Dec 16, 2024
winbuild/build_prepare.py
Show resolved
Hide resolved
winbuild/build_prepare.py Show resolved Hide resolved
hugovk
merged commit
76919ad
into
python-pillow:main
radarhere
deleted the
winbuild
branch
radarhere
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment