Cross-platform builds #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tracking how to get this thing as a single binary available on Linux/MacOS/Windoze. Maybe we actually don't give a fook about MacOS/Windoze but definitely multiple Linux distros would be ideal as a first step.
A piece of this relates to having
pygobject
andpycairo
versions setup correctly. For example, when you install latestpycairo
, you have a dependency on a system package,cairo
which may or may not be available via your system package manager. Hence, we need to get these bounds right and to be relaxed enough to handle different distributions and to be at least 1 version back (e.g. Debian Stretch + Buster). See https://gitlab.gnome.org/GNOME/pygobject/-/issues/395#note_929707.Oh, more digging and I think I have some workable bounds now: