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

11 lines
273 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 = ['setuptools']
call_hostpython_via_targetpython = False
recipe = PyProjRecipe()