kivy-ios/recipes/zope_interface/__init__.py
2016-11-02 17:43:23 +01:00

14 lines
318 B
Python

from toolchain import CythonRecipe
class ZopeInterfaceRecipe(CythonRecipe):
name = "zope"
version = "4.3.2"
url = 'http://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'
depends = ["python", "host_setuptools"]
cythonize = False
recipe = ZopeInterfaceRecipe()