aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com>2024-08-01 05:31:48 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-01 18:14:01 +0700
commitb84478dfe2cd3732e8dff5409157b1f3804f8f87 (patch)
tree8a645e8d310ed8decd914ae6d894250f2f0dc501
parente02bc5d18955867642ac60343f244d105ad7f982 (diff)
python/python3-aiohttp: Updated for version 3.10.0.
This now requires new approved upload dep "python3-aiohappyeyeballs" which has been added to REQUIRES. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-aiohttp/python3-aiohttp.SlackBuild5
-rw-r--r--python/python3-aiohttp/python3-aiohttp.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild
index 1f43b179fd..920216d988 100644
--- a/python/python3-aiohttp/python3-aiohttp.SlackBuild
+++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp
-VERSION=${VERSION:-3.9.5}
+VERSION=${VERSION:-3.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -65,7 +65,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --wheel --no-isolation
+python3 -m installer --destdir=$PKG dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python3-aiohttp/python3-aiohttp.info b/python/python3-aiohttp/python3-aiohttp.info
index b17dc44277..2c8b579afd 100644
--- a/python/python3-aiohttp/python3-aiohttp.info
+++ b/python/python3-aiohttp/python3-aiohttp.info
@@ -1,10 +1,10 @@
PRGNAM="python3-aiohttp"
-VERSION="3.9.5"
+VERSION="3.10.0"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.9.5.tar.gz"
-MD5SUM="14829a5ea507c8219e3f679fceeb5585"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.10.0.tar.gz"
+MD5SUM="c2d17f4042a99068c6506d825f823ccb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-async-timeout python3-attrs python3-yarl python3-aiosignal"
+REQUIRES="python3-aiohappyeyeballs python3-aiosignal python3-async-timeout python3-attrs python3-yarl"
MAINTAINER="Jay Lanagan"
EMAIL="j@lngn.net"