We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d02948e + 444330f commit 2055e6cCopy full SHA for 2055e6c
kivy_ios/recipes/materialyoucolor/__init__.py
@@ -2,16 +2,9 @@
2
3
4
class MaterialYouColorRecipe(PythonRecipe):
5
- version = "2.0.7"
6
- url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
+ version = "2.0.9"
+ url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
7
depends = ["hostpython3", "python3"]
8
- hostpython_prerequisites = ["certifi"]
9
-
10
- def prebuild_platform(self, plat):
11
- if self.has_marker("patched"):
12
- return
13
- self.apply_patch("fix_cert.patch")
14
- self.set_marker("patched")
15
16
17
recipe = MaterialYouColorRecipe()
kivy_ios/recipes/materialyoucolor/fix_cert.patch
0 commit comments