lbry-android-sdk/p4a/pythonforandroid/recipes/pysdl2/__init__.py

12 lines
249 B
Python
Raw Permalink Normal View History

from pythonforandroid.recipe import PythonRecipe
2017-08-13 03:24:00 +02:00
class PySDL2Recipe(PythonRecipe):
2022-12-02 21:15:34 +01:00
version = '0.9.6'
url = 'https://files.pythonhosted.org/packages/source/P/PySDL2/PySDL2-{version}.tar.gz'
2017-08-13 03:24:00 +02:00
depends = ['sdl2']
recipe = PySDL2Recipe()