aboutsummaryrefslogtreecommitdiff
path: root/python/debugpy/debugpy.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-01-11 14:51:09 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:01 +0700
commit7891569328f32bc0011fcb0dd01d79cf65ffd46c (patch)
tree530f3f5b1db9b2b63d9a2c0465265f65c82d349f /python/debugpy/debugpy.SlackBuild
parent0dc2fa9926d5d24764a9484b63c1d3f2c83e2d48 (diff)
python/debugpy: Updated for version 1.6.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/debugpy/debugpy.SlackBuild')
-rw-r--r--python/debugpy/debugpy.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/python/debugpy/debugpy.SlackBuild b/python/debugpy/debugpy.SlackBuild
index ed8ac77fb2..4338969af2 100644
--- a/python/debugpy/debugpy.SlackBuild
+++ b/python/debugpy/debugpy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for debugpy
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=debugpy
-VERSION=${VERSION:-1.6.3}
+VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -86,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- *.md LICENSE \
+ CODE_OF_CONDUCT.md CONTRIBUTING.md DESCRIPTION.md LICENSE README.md SECURITY.md TROUBLESHOOTING.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild