kivy-ios/recipes/idna/__init__.py

15 lines
327 B
Python
Raw Normal View History

2016-10-14 14:07:10 +02:00
from toolchain import PythonRecipe
class IdnaRecipe(PythonRecipe):
name = "idna"
version = "2.1"
url = (
"https://pypi.python.org/packages/fb/84/"
"8c27516fbaa8147acd2e431086b473c453c428e24e8fb99a1d89ce381851/"
"idna-{version}.tar.gz"
)
depends = ["python"]
recipe = IdnaRecipe()