lbry-android/p4a/pythonforandroid/recipes/gevent-websocket/__init__.py

13 lines
373 B
Python
Raw Normal View History

from pythonforandroid.recipe import PythonRecipe
2017-08-13 03:24:00 +02:00
class GeventWebsocketRecipe(PythonRecipe):
version = '0.9.5'
url = 'https://pypi.python.org/packages/source/g/gevent-websocket/gevent-websocket-{version}.tar.gz'
depends = ['setuptools']
2017-08-13 03:24:00 +02:00
site_packages_name = 'geventwebsocket'
call_hostpython_via_targetpython = False
2017-08-13 03:24:00 +02:00
recipe = GeventWebsocketRecipe()