We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65f0ba0 + 1b70324 commit 6274da8Copy full SHA for 6274da8
pythonforandroid/recipes/spine/__init__.py
@@ -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