diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-12-14 00:06:59 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-14 21:35:44 +0700 |
commit | 31640fce44fda4243eb58659b1384efb95f0b725 (patch) | |
tree | 1d55fa53554a150525b453cd1be361f3e004b54b /python/python3-lsp-server | |
parent | 96b6944ae7fd9f15104dec980441ff7288505312 (diff) |
python/python3-lsp-server: Edit README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lsp-server')
-rw-r--r-- | python/python3-lsp-server/README | 2 | ||||
-rw-r--r-- | python/python3-lsp-server/python3-lsp-server.SlackBuild | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-lsp-server/README b/python/python3-lsp-server/README index 265c680e8e..39062d7127 100644 --- a/python/python3-lsp-server/README +++ b/python/python3-lsp-server/README @@ -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. diff --git a/python/python3-lsp-server/python3-lsp-server.SlackBuild b/python/python3-lsp-server/python3-lsp-server.SlackBuild index 665f899d0d..66d3f22736 100644 --- a/python/python3-lsp-server/python3-lsp-server.SlackBuild +++ b/python/python3-lsp-server/python3-lsp-server.SlackBuild @@ -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 |