8000 update for pygame_sdl2 · lstwzd/python-for-android@7db6dab · GitHub
[go: up one dir, main page]

Skip to content

Commit 7db6dab

Browse files
committed
update for pygame_sdl2
1 parent 539bfed commit 7db6dab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pythonforandroid/recipes/pygame_sdl2/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ class Pygame_sdl2Recipe(CompiledComponentsPythonRecipe):
1313
url = 'https://github.com/renpy/pygame_sdl2/archive/{version}.tar.gz'
1414

1515
name = 'pygame_sdl2'
16-
version = '2.1.0'
17-
#url = 'https://nightly.renpy.org/current/pygame_sdl2-2.1.0-for-renpy-nightly-2021-03-19-50aedffdd.tar.gz'
18-
1916
site_packages_name= 'pygame_sdl2'
2017

21-
#depends = []
22-
2318
depends = ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'setuptools', 'jpeg', 'png']
2419
call_hostpython_via_targetpython = False # Due to setuptools
2520
install_in_hostpython = False

0 commit comments

Comments
 (0)
0