Skip to content

Commit

Permalink
(recipes/materialyoucolor): update to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Mar 26, 2024
1 parent 12f4a25 commit 444330f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
11 changes: 2 additions & 9 deletions kivy_ios/recipes/materialyoucolor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@


class MaterialYouColorRecipe(PythonRecipe):
version = "2.0.7"
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"
depends = ["hostpython3", "python3"]
hostpython_prerequisites = ["certifi"]

def prebuild_platform(self, plat):
if self.has_marker("patched"):
return
self.apply_patch("fix_cert.patch")
self.set_marker("patched")


recipe = MaterialYouColorRecipe()
22 changes: 0 additions & 22 deletions kivy_ios/recipes/materialyoucolor/fix_cert.patch

This file was deleted.

0 comments on commit 444330f

Please sign in to comment.