From 1eb5faf1f910d167631069859450856ecd86decb Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 27 Jan 2020 10:22:25 +0000 Subject: python/python2-sip: Updated for version 4.19.20. --- python/python2-sip/python2-sip.SlackBuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'python/python2-sip/python2-sip.SlackBuild') diff --git a/python/python2-sip/python2-sip.SlackBuild b/python/python2-sip/python2-sip.SlackBuild index 0e31375c23e38..5ffe8425f3be3 100644 --- a/python/python2-sip/python2-sip.SlackBuild +++ b/python/python2-sip/python2-sip.SlackBuild @@ -32,8 +32,8 @@ PRGNAM=python2-sip SRCNAM=sip -VERSION=${VERSION:-4.19.6} -BUILD=${BUILD:-4} +VERSION=${VERSION:-4.19.20} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -85,7 +85,7 @@ python configure.py \ -b "/usr/bin" \ -d "$PYTHONLIB" \ -e "/usr/include/python$PYTHONVER" \ - --sip-module="python2_sip" \ + --sip-module "PyQt5.sip" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" @@ -99,10 +99,9 @@ mkdir -p $PKG/usr/include/python$PYTHONVER/python2-sip mv $PKG/usr/include/python$PYTHONVER/sip.h \ $PKG/usr/include/python$PYTHONVER/python2-sip/sip.h \ -for oldf in sipdistutils.py sip.pyi sipconfig.py -do +for oldf in sipdistutils.py sipconfig.py; do mv $PKG/usr/lib$LIBDIRSUFFIX/python$PYTHONVER/site-packages/$oldf \ - $PKG/usr/lib$LIBDIRSUFFIX/python$PYTHONVER/site-packages/python2_$oldf + $PKG/usr/lib$LIBDIRSUFFIX/python$PYTHONVER/site-packages/PyQt5_$oldf done find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3