We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f0ba0 commit 1b70324Copy full SHA for 1b70324
1 file changed
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