Skip to content

Commit 2055e6c

Browse files
authored
Merge pull request #904 from T-Dynamos/add-mcp
(`recipes/materialyoucolor`): update to 2.0.9
2 parents d02948e + 444330f commit 2055e6c

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

kivy_ios/recipes/materialyoucolor/__init__.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22

33

44
class MaterialYouColorRecipe(PythonRecipe):
5-
version = "2.0.7"
6-
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
5+
version = "2.0.9"
6+
url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
77
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")
158

169

1710
recipe = MaterialYouColorRecipe()

kivy_ios/recipes/materialyoucolor/fix_cert.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)