Tuesday, August 29, 2023

Question about updating devel/pygame

Hi, I have a diff for devel/pygame to bring it up to version 2.5.1,
but I noticed that Python 2 and SDL1 support were deprecated in
2.0.3.

https://github.com/pygame/pygame/releases/tag/2.0.3

These are the ports that were yielded by `make show-required-by`,
and they all contain MODPY_DEFAULT_VERSION_2 in their Makefiles:

games/fretsonfire
productivity/bruce
games/forcedattack
games/pathological
games/mysticmine
games/renpy
games/pyganim

My question is this: is there a way to update this port without
breaking the ports that depend on it, or would a new port need to
be created? This is the first time I've run into a situation like
this and I'd like to get some feedback before I forge ahead.

I've attached my current diff for review and suggestions.

No comments:

Post a Comment