kivy-ios/recipes/twisted/__init__.py

13 lines
288 B
Python
Raw Permalink Normal View History

2016-10-14 14:07:10 +02:00
from toolchain import CythonRecipe
2016-10-14 14:07:10 +02:00
class TwistedRecipe(CythonRecipe):
name = "twisted"
version = "16.1.1"
url = "https://github.com/twisted/twisted/archive/twisted-{version}.zip"
2016-10-14 14:07:10 +02:00
depends = ["pyopenssl", "zope_interface"]
cythonize = False
recipe = TwistedRecipe()