diff options
Diffstat (limited to 'python/python3-rope')
| -rw-r--r-- | python/python3-rope/README | 6 | ||||
| -rw-r--r-- | python/python3-rope/python3-rope.SlackBuild | 18 | ||||
| -rw-r--r-- | python/python3-rope/python3-rope.info | 6 |
3 files changed, 8 insertions, 22 deletions
diff --git a/python/python3-rope/README b/python/python3-rope/README index 98c3045b5a..6fe3e26a53 100644 --- a/python/python3-rope/README +++ b/python/python3-rope/README @@ -1,6 +1,6 @@ Rope is the world's most advanced open source Python refactoring library (that's the upstream author's words). -python3-rope 1.1.0 is the last available version for Slackware 15.0. -Newer versions depend on python3-pytoolconfig, which itself -depends on a newer python-tomli. +python3-rope 1.1.1 is the last available version for Slackware 15.0. +Newer versions depend on python3-pytoolconfig, which itself depends on +python-tomli >= 2.0. diff --git a/python/python3-rope/python3-rope.SlackBuild b/python/python3-rope/python3-rope.SlackBuild index b170554db6..4ad2c04bb2 100644 --- a/python/python3-rope/python3-rope.SlackBuild +++ b/python/python3-rope/python3-rope.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-rope -# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.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=python3-rope -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} 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-rope/python3-rope.info b/python/python3-rope/python3-rope.info index d89c47f9ac..3da8d8cd99 100644 --- a/python/python3-rope/python3-rope.info +++ b/python/python3-rope/python3-rope.info @@ -1,8 +1,8 @@ PRGNAM="python3-rope" -VERSION="1.1.0" +VERSION="1.1.1" HOMEPAGE="https://github.com/python-rope/rope" -DOWNLOAD="https://github.com/python-rope/rope/archive/1.1.0/rope-1.1.0.tar.gz" -MD5SUM="71ded8057d5048e49373ccb2d9948e29" +DOWNLOAD="https://github.com/python-rope/rope/archive/1.1.1/rope-1.1.1.tar.gz" +MD5SUM="32771d1cdf52feb07c939383c4f1d300" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |
