lbry-android-sdk/p4a/pythonforandroidold/recipes/preppy/__init__.py
2022-12-02 15:15:34 -05:00

12 lines
300 B
Python

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()