lbry-fdroid/recipes/incremental/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

15 lines
427 B
Python

from pythonforandroid.toolchain import PythonRecipe, shprint
import sh
class IncrementalRecipe(PythonRecipe):
version = '17.5.0'
url = 'https://pypi.python.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca097/incremental-{version}.tar.gz'
depends = ['python2', 'setuptools']
call_hostpython_via_targetpython = False
install_in_hostpython = True
recipe = IncrementalRecipe()