Skip to content

Commit ebb9f4b

Browse files
version variable and github url
1 parent b078955 commit ebb9f4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pythonforandroid/recipes/aiohttp/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
from typing import List
33
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
44

5+
56
class AIOHTTPRecipe(CppCompiledComponentsPythonRecipe): # type: ignore # pylint: disable=R0903
6-
url = "https://files.pythonhosted.org/packages/ff/4f/62d9859b7d4e6dc32feda67815c5f5ab4421e6909e48cbc970b6a40d60b7/aiohttp-3.8.3.tar.gz"
7-
name = "aiohttp"
7+
version = "3.8.3"
8+
url = "https://github.com/aio-libs/aiohttp/archive/v{version}.zip"name = "aiohttp"
89
depends: List[str] = ["setuptools"]
910
call_hostpython_via_targetpython = False
1011
install_in_hostpython = True

0 commit comments

Comments
 (0)