8000 sdl2: enhance default blacklist to not care about pygame, and make it… · peterdocter/python-for-android@5fe8bea · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fe8bea

Browse files
committed
sdl2: enhance default blacklist to not care about pygame, and make it works with numpy recipes
1 parent e01cd7e commit 5fe8bea

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

pythonforandroid/bootstraps/sdl2/build/blacklist.txt

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# prevent user to include invalid extensions
2+
*.apk
3+
*.pxd
4+
15
# eggs
26
*.egg-info
37

@@ -7,23 +11,6 @@ unittest/*
711
# python config
812
config/makesetup
913

10-
# unused pygame files
11-
pygame/_camera_*
12-
pygame/camera.pyo
13-
pygame/*.html
14-
pygame/*.bmp
15-
pygame/*.svg
16-
pygame/cdrom.so
17-
pygame/pygame_icon.icns
18-
pygame/LGPL
19-
pygame/threads/Py25Queue.pyo
20-
pygame/*.ttf
21-
pygame/mac*
22-
pygame/_numpy*
23-
pygame/sndarray.pyo
24-
pygame/surfarray.pyo
25-
pygame/_arraysurfarray.pyo
26-
2714
# unused kivy files (platform specific)
2815
kivy/input/providers/wm_*
2916
kivy/input/providers/mactouch*
@@ -33,6 +20,10 @@ kivy/input/providers/hidinput*
3320
kivy/core/camera/camera_videocapture*
3421
kivy/core/spelling/*osx*
3522
kivy/core/video/video_pyglet*
23+
kivy/tools
24+
kivy/tests/*
25+
kivy/*/*.h
26+
kivy/*/*.pxi
3627

3728
# unused encodings
3829
lib-dynload/*codec*
@@ -80,13 +71,13 @@ lib-dynload/_lsprof.so
8071
lib-dynload/*audioop.so
8172
lib-dynload/mmap.so
8273
lib-dynload/_hotshot.so
83-
lib-dynload/_csv.so
84-
lib-dynload/future_builtins.so
8574
lib-dynload/_heapq.so
8675
lib-dynload/_json.so
8776
lib-dynload/grp.so
8877
lib-dynload/resource.so
8978
lib-dynload/pyexpat.so
79+
lib-dynload/_ctypes_test.so
80+
lib-dynload/_testcapi.so
9081

9182
# odd files
9283
plat-linux3/regen

0 commit comments

Comments
 (0)
0