python3-pygame: regenerate cython binding
This commit is contained in:
parent
c37ab86350
commit
2808e9ddd7
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user