lbry-android-sdk/p4a/pythonforandroid/recipes/spine/__init__.py
2022-11-29 15:35:24 -05:00

14 lines
334 B
Python

from pythonforandroid.recipe import CythonRecipe
class SpineCython(CythonRecipe):
version = '0.5.1'
url = 'https://github.com/tileworks/spine-cython/archive/{version}.zip'
name = 'spine'
depends = ['setuptools']
site_packages_name = 'spine'
call_hostpython_via_targetpython = False
recipe = SpineCython()