···
···
disabled = pythonOlder "3.8";
···
owner = "pygame-community";
-
hash = "sha256-Vl9UwCknbMHdsB1wwo/JqybWz3UbAMegIcO0GpiCxig=";
# Unicode files cause different checksums on HFS+ vs. other filesystems
postFetch = "rm -rf $out/docs/reST";
···
# cython was pinned to fix windows build hangs (pygame-community/pygame-ce/pull/3015)
substituteInPlace pyproject.toml \
--replace-fail '"meson<=1.7.0",' '"meson",' \
--replace-fail '"meson-python<=0.17.1",' '"meson-python",' \
--replace-fail '"ninja<=1.12.1",' "" \
···
···
···
disabled = pythonOlder "3.8";
···
owner = "pygame-community";
+
hash = "sha256-joMc3QaQNbZ65pBJ7r5D6lWAGW9eM+e0k/ozOHfQL4U=";
# Unicode files cause different checksums on HFS+ vs. other filesystems
postFetch = "rm -rf $out/docs/reST";
···
+
# "pyproject-metadata!=0.9.1" was pinned due to https://github.com/pygame-community/pygame-ce/pull/3395
# cython was pinned to fix windows build hangs (pygame-community/pygame-ce/pull/3015)
substituteInPlace pyproject.toml \
+
--replace-fail '"pyproject-metadata!=0.9.1",' '"pyproject-metadata",' \
--replace-fail '"meson<=1.7.0",' '"meson",' \
--replace-fail '"meson-python<=0.17.1",' '"meson-python",' \
--replace-fail '"ninja<=1.12.1",' "" \
···