kivy-ios/recipes/six/__init__.py

15 lines
326 B
Python
Raw Normal View History

2016-10-14 14:07:10 +02:00
from toolchain import PythonRecipe
class SixRecipe(PythonRecipe):
name = "six"
version = "1.10.0"
url = (
"https://pypi.python.org/packages/b3/b2/"
"238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/"
"six-{version}.tar.gz"
)
depends = ["python"]
recipe = SixRecipe()