aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-aiohttp/APKBUILD')
-rw-r--r--community/py3-aiohttp/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD
index 152d3faff9d..0e536decc86 100644
--- a/community/py3-aiohttp/APKBUILD
+++ b/community/py3-aiohttp/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-aiohttp
_pkgname=aiohttp
pkgver=3.6.3
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP client/server for asyncio"
url="https://pypi.python.org/pypi/aiohttp"
arch="all"
@@ -12,7 +12,9 @@ depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl
py3-idna-ssl py3-attrs"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
+ relax-yarl.patch
+ "
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -27,4 +29,5 @@ package() {
python3 setup.py install --root="$pkgdir" --optimize=1
}
-sha512sums="21a0272c2805bda8809e151e48e0ae2661a00239b7898cc627e273b8b17ffe27f29373d0a7d2f1c628469a905e18835906a8068e336e8901a6ab0c2043353d97 py3-aiohttp-3.6.3.tar.gz"
+sha512sums="21a0272c2805bda8809e151e48e0ae2661a00239b7898cc627e273b8b17ffe27f29373d0a7d2f1c628469a905e18835906a8068e336e8901a6ab0c2043353d97 py3-aiohttp-3.6.3.tar.gz
+4038dcc2be15243596dee67250573a571d63912d1b2f4c22d5748565469beaac322c6df18907e0c1a84873602af0e373022e69f43260da7878f8f4f9643b17f7 relax-yarl.patch"