kivy-ios/recipes/pycparser/__init__.py

15 lines
348 B
Python
Raw Normal View History

2016-10-14 14:07:10 +02:00
from toolchain import PythonRecipe
class PycparserRecipe(PythonRecipe):
name = "pycparser"
version = "2.14"
url = (
"https://pypi.python.org/packages/6d/31/"
"666614af3db0acf377876d48688c5d334b6e493b96d21aa7d332169bee50/"
"pycparser-{version}.tar.gz"
)
depends = ["python"]
recipe = PycparserRecipe()