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

12 lines
337 B
Python
Raw Normal View History

from pythonforandroid.recipe import CompiledComponentsPythonRecipe
2017-08-13 03:24:00 +02:00
class GreenletRecipe(CompiledComponentsPythonRecipe):
version = '0.4.15'
2017-08-13 03:24:00 +02:00
url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz'
depends = ['setuptools']
call_hostpython_via_targetpython = False
2017-08-13 03:24:00 +02:00
recipe = GreenletRecipe()