Commit Graph

8 Commits

Author SHA1 Message Date
OscarL
2a1dade5a2 pygame: drop spurious cmd:cython dependency. (#11813)
AFAICS, cython is only used by upstream devs to turn some cython code into .c
files (that are already included in the tarball we use).

(Tested with the 3 on-tree games that require pygame. All work without cython).

Side note: numpy dep is documented as "optional", so we may want to remove that
REQUIRES from this package, and just add it on packages that use that "extra"
functionality.

PyGame's README.rst says:

"The surfarray module requires the Python NumPy package for its
multidimensional numeric arrays.".
2025-02-21 06:49:16 +00:00
OscarL
e777491cec pygame: fix recipe issues, update affected recipes. (#11530)
Fixes #11529.
2024-12-26 08:54:47 +01:00
Schrijvers Luc
c21207d49e pygame, revbump, fixes detection in python3.10 (#9197) 2023-08-13 05:59:40 +00:00
Schrijvers Luc
1fe4b50be6 pygame, revbump for python changes (#9178) 2023-08-11 16:41:24 +00:00
OscarL
2fad2470b6 pygame: provide "non _x86" package name. (#8821) 2023-06-08 16:02:42 +02:00
OscarL
479c6ed0f7 pygame: switch to Python 3.9. (#8255) 2023-04-03 15:56:52 +02:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
extrowerk
c5c0f0c26c PyGame: bump (#5469)
* PyGame: bump

* Cleanup
2021-01-13 07:23:20 +01:00