python3-pygame: regenerate cython binding

This commit is contained in:
Đoàn Trần Công Danh 2022-09-22 23:07:52 +07:00
parent c37ab86350
commit 2808e9ddd7

View File

@ -18,3 +18,9 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
checksum=8b1e7b63f47aafcdd8849933b206778747ef1802bd3d526aca45ed77141e4001
export PORTMIDI_INC_PORTTIME=1
post_extract() {
find src_c/cython/pygame -name '*.pyx' |
sed 's,cython/pygame/,,;s/pyx$/c/' |
xargs rm -f
}