lbry-android/p4a/pythonforandroid/recipes/preppy/__init__.py

13 lines
300 B
Python
Raw Normal View History

from pythonforandroid.recipe import PythonRecipe
class PreppyRecipe(PythonRecipe):
version = '27b7085'
url = 'https://bitbucket.org/rptlab/preppy/get/{version}.tar.gz'
depends = []
patches = ['fix-setup.patch']
call_hostpython_via_targetpython = False
recipe = PreppyRecipe()