We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
recipes/materialyoucolor
1 parent 9cd5220 commit 1017571Copy full SHA for 1017571
pythonforandroid/recipes/materialyoucolor/__init__.py
@@ -1,13 +1,11 @@
1
-from pythonforandroid.recipe import CompiledComponentsPythonRecipe
+from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
2
3
4
-class MaterialyoucolorRecipe(CompiledComponentsPythonRecipe):
5
- need_stl_shared = True
+class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
6
stl_lib_name = "c++_shared"
7
- version = "2.0.5"
+ version = "2.0.7"
8
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
9
depends = ["setuptools"]
10
- call_hostpython_via_targetpython = False
11
12
13
recipe = MaterialyoucolorRecipe()
0 commit comments