From 7ea45ab9f5166ee8f5f0cbc06508593cac4bdb11 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 22 Sep 2023 19:10:05 -0700 Subject: python/python3-pytest: Correct email and clean up SlackBuild Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pytest/python3-pytest.SlackBuild | 14 -------------- python/python3-pytest/python3-pytest.info | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) (limited to 'python') diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index 61fb7f429f..49365dc2eb 100644 --- a/python/python3-pytest/python3-pytest.SlackBuild +++ b/python/python3-pytest/python3-pytest.SlackBuild @@ -51,20 +51,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 diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info index 6588c143b8..6c51de2201 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pluggy python3-iniconfig python3-exceptiongroup" MAINTAINER="Jeremy Hansen" -EMAIL="jebrhansen+SBp@gmail.com" +EMAIL="jebrhansen+SBo@gmail.com" -- cgit v1.2.3