We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b27ff0b + 139c778 commit 865de72Copy full SHA for 865de72
pythonforandroid/recipes/pyproj/__init__.py
@@ -2,8 +2,8 @@
2
3
4
class PyProjRecipe(CythonRecipe):
5
- version = '1.9.5.1'
6
- url = 'https://github.com/jswhit/pyproj/archive/master.zip'
+ version = '1.9.6'
+ url = 'https://github.com/pyproj4/pyproj/archive/v{version}rel.zip'
7
depends = ['setuptools']
8
call_hostpython_via_targetpython = False
9
0 commit comments