diff options
| author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2025-10-28 14:27:32 -0400 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-11-01 10:03:33 +0700 |
| commit | 497c8732e26b178c6bdc80ac2d63ddff533fe9d7 (patch) | |
| tree | fdd120c87c61207fea0dfd77c5c06141ecf47c18 /python/python3-aiohttp/python3-aiohttp.SlackBuild | |
| parent | 8f5edf585fefc61b1b61e42c2575edb88294034f (diff) | |
python/python3-aiohttp: Updated for version 3.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp/python3-aiohttp.SlackBuild')
| -rw-r--r-- | python/python3-aiohttp/python3-aiohttp.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index d6ac145645..3694b28f81 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.13.0} +VERSION=${VERSION:-3.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,6 +65,9 @@ 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 {} \; +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl |
