diff options
Diffstat (limited to 'python/python-confuse/python-confuse.SlackBuild')
| -rw-r--r-- | python/python-confuse/python-confuse.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/python-confuse/python-confuse.SlackBuild b/python/python-confuse/python-confuse.SlackBuild index 8d67a6ca01..67c190156c 100644 --- a/python/python-confuse/python-confuse.SlackBuild +++ b/python/python-confuse/python-confuse.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220908 46and2: Updated version, added DEPS. +# -build process changed + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-confuse SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,10 +83,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -#fix setup.py as it tries to import from wrong library -/usr/bin/sed -i 's/distutils.core/setuptools/' setup.py - -python3 setup.py install --root=$PKG +python3 -m build --no-isolation +python3 -m installer -d "$PKG" dist/*.whl find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
