summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-06-25 18:40:51 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-29 21:14:32 +0700
commit86182bb906bbc74d37c725749128025b18a417c5 (patch)
tree3190ae05d88b72035d939cf1acb30df9fee66a48 /python
parent0b59e90e92bfbfd3a33040ef9a604de6148a8367 (diff)
downloadslackbuilds-86182bb906bbc74d37c725749128025b18a417c5.tar.gz
slackbuilds-86182bb906bbc74d37c725749128025b18a417c5.tar.xz
python/python3-debugpy: Update for 1.8.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-debugpy/python3-debugpy.SlackBuild16
-rw-r--r--python/python3-debugpy/python3-debugpy.info6
2 files changed, 4 insertions, 18 deletions
diff --git a/python/python3-debugpy/python3-debugpy.SlackBuild b/python/python3-debugpy/python3-debugpy.SlackBuild
index a6e611e125..9644406f42 100644
--- a/python/python3-debugpy/python3-debugpy.SlackBuild
+++ b/python/python3-debugpy/python3-debugpy.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-debugpy
-VERSION=${VERSION:-1.8.1}
+VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -49,20 +49,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-debugpy/python3-debugpy.info b/python/python3-debugpy/python3-debugpy.info
index 8b84d080b2..aba64ca101 100644
--- a/python/python3-debugpy/python3-debugpy.info
+++ b/python/python3-debugpy/python3-debugpy.info
@@ -1,8 +1,8 @@
PRGNAM="python3-debugpy"
-VERSION="1.8.1"
+VERSION="1.8.2"
HOMEPAGE="https://github.com/microsoft/debugpy/"
-DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.8.1/debugpy-1.8.1.tar.gz"
-MD5SUM="970aba798bf170d2089ed681cb6620d1"
+DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.8.2/debugpy-1.8.2.tar.gz"
+MD5SUM="f969f633a574411efed3c6c1e11c5545"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""