kivy-ios/recipes/pykka/__init__.py

14 lines
262 B
Python
Raw Normal View History

2018-06-14 15:44:28 +02:00
from toolchain import PythonRecipe
class PykkaRecipe(PythonRecipe):
version = '1.2.1'
url = 'https://github.com/jodal/pykka/archive/v{version}.zip'
depends = ['python', 'host_setuptools']
site_packages_name = 'pykka'
recipe = PykkaRecipe()