Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python/python3-rope: Update for 1.1.1 #9108

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python/python3-rope/README
Original file line number Diff line number Diff line change
@@ -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.
18 changes: 2 additions & 16 deletions python/python3-rope/python3-rope.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for python3-rope

# Copyright 2023 Isaac Yu <[email protected]>
# Copyright 2023-2024 Isaac Yu <[email protected]>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -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}
Expand All @@ -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
6 changes: 3 additions & 3 deletions python/python3-rope/python3-rope.info
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down