Skip to content

Commit

Permalink
python/python3-lsp-server: Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackwy committed Dec 14, 2024
1 parent 1db48d6 commit 2cf6922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion python/python3-lsp-server/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Python LSP Server is a Python 3.7+ implementation of the Language
Server Protocol.

python3-lsp-server 1.6.0 is the last available version for Slackware
15.0. Newer versions require a newer python3-rope.
15.0. Newer versions require python3-rope > 1.2.0.
14 changes: 0 additions & 14 deletions python/python3-lsp-server/python3-lsp-server.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cf6922

Please sign in to comment.