aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pytest
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2023-09-22 19:10:05 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:00:03 +0700
commit7ea45ab9f5166ee8f5f0cbc06508593cac4bdb11 (patch)
tree058a16e33e5ae83b055e56a41019da158872aebb /python/python3-pytest
parent1a2499375bbb563509a808981cc01687b8486ff6 (diff)
downloadslackbuilds-7ea45ab9f5166ee8f5f0cbc06508593cac4bdb11.tar.xz
python/python3-pytest: Correct email and clean up SlackBuild
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest')
-rw-r--r--python/python3-pytest/python3-pytest.SlackBuild14
-rw-r--r--python/python3-pytest/python3-pytest.info2
2 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild
index 61fb7f429f21..49365dc2eb0d 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 6588c143b8f8..6c51de2201fb 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"