kivy-ios/recipes/autobahn/__init__.py

11 lines
268 B
Python
Raw Normal View History

2016-10-14 14:07:10 +02:00
from toolchain import PythonRecipe
class AutobahnRecipe(PythonRecipe):
2016-10-14 14:07:10 +02:00
name = "autobahn"
version = "0.16.0"
url = "https://github.com/crossbario/autobahn-python/archive/v{version}.zip"
2016-10-14 14:07:10 +02:00
depends = ["twisted", "six", "txaio"]
recipe = AutobahnRecipe()