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

11 lines
336 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.toolchain import PythonRecipe
class CherryPyRecipe(PythonRecipe):
version = '5.1.0'
url = 'https://bitbucket.org/cherrypy/cherrypy/get/{version}.tar.gz'
depends = ['hostpython2', 'setuptools']
site_packages_name = 'cherrypy'
call_hostpython_via_targetpython = False
recipe = CherryPyRecipe()