|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
# Slackware build script for python3-lazy-object-proxy |
|
|
# Slackware build script for python3-lazy-object-proxy |
|
|
|
|
|
|
|
|
# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
|
|
|
|
|
# Copyright 2022-2023 Dimitris Zlatanidis Orestiada, Greece |
|
|
# Copyright 2018 Markus Rinne Finland |
|
|
# Copyright 2018 Markus Rinne Finland |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
|
# |
|
|
# |
|
@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
|
PRGNAM=python3-lazy-object-proxy |
|
|
PRGNAM=python3-lazy-object-proxy |
|
|
SRCNAM=lazy-object-proxy |
|
|
SRCNAM=lazy-object-proxy |
|
|
VERSION=${VERSION:-1.8.0} |
|
|
|
|
|
BUILD=${BUILD:-2} |
|
|
|
|
|
|
|
|
VERSION=${VERSION:-1.10.0} |
|
|
|
|
|
BUILD=${BUILD:-1} |
|
|
TAG=${TAG:-_SBo} |
|
|
TAG=${TAG:-_SBo} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -81,9 +81,6 @@ find -L . \ |
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
|
# allow building with newer python-setuptools_scm on included in slackware |
|
|
|
|
|
sed -i 's/3.3.1,<6.0/3.3.1,<6.4/' setup.cfg |
|
|
|
|
|
|
|
|
|
|
|
python3 setup.py install --root=$PKG |
|
|
python3 setup.py install --root=$PKG |
|
|
|
|
|
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|