Skip to content

Commit 6274da8

Browse files
committed
Merge pull request kivy#701 from pythonic64/spine-cython_recipe
Add spine-cython recipe.
2 parents 65f0ba0 + 1b70324 commit 6274da8

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)