lbry-android/p4a/pythonforandroid/recipes/spine/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

14 lines
337 B
Python

from pythonforandroid.toolchain 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()