summaryrefslogtreecommitdiffstats
path: root/python/python3-sge
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-sge')
-rw-r--r--python/python3-sge/python3-sge.SlackBuild18
-rw-r--r--python/python3-sge/python3-sge.info8
2 files changed, 7 insertions, 19 deletions
diff --git a/python/python3-sge/python3-sge.SlackBuild b/python/python3-sge/python3-sge.SlackBuild
index b8fef544ef..b111f3f3d6 100644
--- a/python/python3-sge/python3-sge.SlackBuild
+++ b/python/python3-sge/python3-sge.SlackBuild
@@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230713 bkw: update for sge-2.0.2 (xsge unchanged).
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-sge
-VERSION=${VERSION:-2.0.post0}
+VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -31,20 +33,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
SRCNAM=sge
diff --git a/python/python3-sge/python3-sge.info b/python/python3-sge/python3-sge.info
index 9feeef2943..7e7c4895bc 100644
--- a/python/python3-sge/python3-sge.info
+++ b/python/python3-sge/python3-sge.info
@@ -1,12 +1,12 @@
PRGNAM="python3-sge"
-VERSION="2.0.post0"
+VERSION="2.0.2"
HOMEPAGE="https://python-sge.github.io/"
-DOWNLOAD="https://github.com/python-sge/sge/archive/v2.0.post0/sge-2.0.post0.tar.gz \
+DOWNLOAD="https://github.com/python-sge/sge/archive/v2.0.2/sge-2.0.2.tar.gz \
https://github.com/python-sge/xsge/releases/download/v2021.10.11/xsge-2021.10.11.tar.gz"
-MD5SUM="bc6363ad02da7c015d46fabb5367b2a7 \
+MD5SUM="bcd9cc46754910925f847bec249999bb \
58fb4b439d420f48706e7a3de01de81d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pygame"
+REQUIRES="python3-pygame"
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"