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

12 lines
320 B
Python

from pythonforandroid.recipe import PythonRecipe
class CherryPyRecipe(PythonRecipe):
version = '5.1.0'
url = 'https://bitbucket.org/cherrypy/cherrypy/get/{version}.tar.gz'
depends = ['setuptools']
site_packages_name = 'cherrypy'
call_hostpython_via_targetpython = False
recipe = CherryPyRecipe()