-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove python2 #22641
base: master
Are you sure you want to change the base?
remove python2 #22641
Conversation
981131d
to
2c65835
Compare
This is still needed by gimp upstream until 3.0 is released as far as I know |
python plugins are optional for gimp. CI shows that it's fine to build gimp without python. as we package gimp3 here, it won't be a problem to ask users to switch to gimp3 if they need those plugins edit: Arch already removed python2 entirely |
Yes, I agree, but gimp is using MSYS2 to create their installer. edit: I can ask them in IRC again if needed, I doubt anything has changed though |
I thought that gimp2 won't be updated anymore... |
That would be weird, given it is the only supported stable branch atm. |
We could drop everything besides mingw32/mingw64 though |
dropping 32 bit here will be good, it doesn't seem that someone really needs such version of gimp |
Upstream gimp2 uses mingw32 for their installer. |
ok, leaving it draft until gimp3 is released |
So, we could remove it from clang64 and ucrt64. |
gimp: add
--disable-python
so it won't depend on it