Skip to content

Commit 1b70324

Browse files
committed
Added spine-cython recipe.
1 parent 65f0ba0 commit 1b70324

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
from pythonforandroid.toolchain import CythonRecipe
2+
3+
4+
class SpineCython(CythonRecipe):
5+
6+
version = '0.5.1'
7+
url = 'https://github.com/tileworks/spine-cython/archive/{version}.zip'
8+
name = 'spine'
9+
depends = ['setuptools']
10+
site_packages_name = 'spine'
11+
call_hostpython_via_targetpython = False
12+
13+
14+
recipe = SpineCython()

0 commit comments

Comments
 (0)