lbry-android-sdk/p4a/pythonforandroidold/recipes/spine/__init__.py

15 lines
334 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
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()