lbry-android/p4a/pythonforandroid/recipes/pyproj/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

11 lines
288 B
Python

from pythonforandroid.recipe import CythonRecipe
class PyProjRecipe(CythonRecipe):
version = '1.9.5.1'
url = 'https://github.com/jswhit/pyproj/archive/master.zip'
depends = ['python2', 'setuptools']
call_hostpython_via_targetpython = False
recipe = PyProjRecipe()