diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-11-17 14:34:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-20 15:54:56 +0000 |
commit | b8c9afcc0aba1cc44aede5ba03b8e8eef1780ed5 (patch) | |
tree | 4cc6b28606b9427e0b046bf7f8f9dc3c25ac2436 /community/py3-aiohttp | |
parent | 33a6e9e3cf1c129ad43097e7fc94c44d145ff859 (diff) | |
download | aports-b8c9afcc0aba1cc44aede5ba03b8e8eef1780ed5.tar.bz2 aports-b8c9afcc0aba1cc44aede5ba03b8e8eef1780ed5.tar.xz |
community/py3-aiohttp: upgrade to 2.3.3
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index d0bd6c645d..4084674541 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-aiohttp _pkgname=aiohttp -pkgver=2.3.1 -pkgrel=1 +pkgver=2.3.3 +pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="https://pypi.python.org/pypi/aiohttp" arch="all !aarch64" @@ -19,12 +19,12 @@ check() { python3 setup.py check } -prepare() { - default_prepare - # Workaround to remove x86_64 .so file that is shipped in source - # and make strip fails in arches != from x86_64 - rm "$srcdir"/aiohttp-2.3.1/aiohttp/_http_parser.cpython-36m-x86_64-linux-gnu.so -} +#prepare() { +# default_prepare +# # Workaround to remove x86_64 .so file that is shipped in source +# # and make strip fails in arches != from x86_64 +# rm "$srcdir"/$_pkgname-$pkgver/aiohttp/_http_parser.cpython-36m-x86_64-linux-gnu.so +#} build() { cd "$builddir" @@ -36,4 +36,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="1be4e2e9e7ba7dc59427fce60b98a026321a750011517fc6c044c0c5b0d6297b840c42f099224944dd19b00cda360a5f688cd022de73e98a03e3266afe9c5cf4 py3-aiohttp-2.3.1.tar.gz" +sha512sums="48dbc6b47483a7f162047fdc29f3cdfc95650e5f357e86a38b7be05832b3599c1b6740b818092db2f03addf3b8be4643aafd8d15118c9fc42d07708027b1bfbb py3-aiohttp-2.3.3.tar.gz" |