diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2022-08-05 22:27:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:08 +0700 |
commit | ec872e98f14579b2b58b878825f8346d5a542f1a (patch) | |
tree | eaa2f0b826fde6612c1b61f013474d4677e04c0f /academic/biopython/biopython.SlackBuild | |
parent | e512f3baa647898de833924d6d5ed76d9fe2f30c (diff) |
academic/biopython: Updated for version 1.79.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/biopython/biopython.SlackBuild')
-rw-r--r-- | academic/biopython/biopython.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/academic/biopython/biopython.SlackBuild b/academic/biopython/biopython.SlackBuild index 4fadf0ddd1c88..458c4f38ffec4 100644 --- a/academic/biopython/biopython.SlackBuild +++ b/academic/biopython/biopython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for biopython -# Copyright 2019-2021 Petar Petrov slackalaxy@gmail.com +# Copyright 2019-2022 Petar Petrov slackalaxy@gmail.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=biopython -VERSION=${VERSION:-1.78} +VERSION=${VERSION:-1.79} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,9 +79,7 @@ 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 {} \; -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG 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 |