We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cd5220 + 1017571 commit 0aba56eCopy full SHA for 0aba56e
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