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.
1 parent 0d0d9f3 commit d07f168Copy full SHA for d07f168
pythonforandroid/recipes/apsw/__init__.py
@@ -4,8 +4,10 @@
4
5
6
class ApswRecipe(PythonRecipe):
7
- version = '3.15.0-r1'
8
- url = 'https://github.com/rogerbinns/apsw/archive/{version}.tar.gz'
+ version = '3.50.4.0'
+ url = ('https://files.pythonhosted.org/packages/02/ea/'
9
+ '7469e89d75a07972255aac4c1b98675bfbc74df32a19dd5dc8ba87aa552b/'
10
+ 'apsw-{version}.tar.gz')
11
depends = ['sqlite3', 'setuptools']
12
call_hostpython_via_targetpython = False
13
site_packages_name = 'apsw'
0 commit comments