kivy-ios/recipes/txaio/__init__.py
2016-10-14 14:07:10 +02:00

14 lines
330 B
Python

from toolchain import PythonRecipe
class TxaioRecipe(PythonRecipe):
name = "txaio"
version = "2.5.1"
url = (
"https://pypi.python.org/packages/45/e1/"
"f7d88767d65dbfc20d4b4aa0dad657dbbe8ca629ead2bef24da04630a12a/"
"txaio-{version}.tar.gz"
)
depends = ["six"]
recipe = TxaioRecipe()