From ec872e98f14579b2b58b878825f8346d5a542f1a Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Fri, 5 Aug 2022 22:27:56 +0100 Subject: academic/biopython: Updated for version 1.79. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- academic/biopython/biopython.SlackBuild | 8 +++----- academic/biopython/biopython.info | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/academic/biopython/biopython.SlackBuild b/academic/biopython/biopython.SlackBuild index 4fadf0ddd1..458c4f38ff 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 diff --git a/academic/biopython/biopython.info b/academic/biopython/biopython.info index 065965da62..ad65ab5b6c 100644 --- a/academic/biopython/biopython.info +++ b/academic/biopython/biopython.info @@ -1,8 +1,8 @@ PRGNAM="biopython" -VERSION="1.78" +VERSION="1.79" HOMEPAGE="https://biopython.org/" -DOWNLOAD="http://biopython.org/DIST/biopython-1.78.tar.gz" -MD5SUM="acb2e70be7a002108659f1856c60b123" +DOWNLOAD="http://biopython.org/DIST/biopython-1.79.tar.gz" +MD5SUM="3c0e2dac4cf80f802c62effd788590f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy" -- cgit v1.2.3