kivy-ios/recipes/plyer/__init__.py

13 lines
320 B
Python
Raw Normal View History

2015-02-25 13:41:08 +01:00
# pure-python package, this can be removed when we'll support any python package
from toolchain import PythonRecipe
class PlyerRecipe(PythonRecipe):
version = "master"
url = "https://github.com/kivy/plyer/archive/{version}.zip"
depends = ["python", "pyobjus"]
archs = ["i386"]
recipe = PlyerRecipe()