From c3d35533219bfc1cef6d621b38cd93f894436da2 Mon Sep 17 00:00:00 2001 From: Jay Lanagan Date: Fri, 23 Jun 2023 07:10:40 +0700 Subject: python/python3-aiohttp: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-aiohttp/python3-aiohttp.SlackBuild | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'python/python3-aiohttp/python3-aiohttp.SlackBuild') diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index b455667152..7ced65d04c 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-aiohttp # Copyright 2019-2023 Isaac Yu +# Maintained 2023 by Jay Lanagan (j@lngn.net), Detroit, MI, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -49,20 +50,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG -- cgit v1.2.3