academic/pysam: Upgrade to version 0.22.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2024-07-27 16:57:44 +01:00 committed by Willy Sudiarto Raharjo
parent 43d7f488fe
commit eb4b9071e6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pysam
VERSION=${VERSION:-0.21.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.22.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="pysam"
VERSION="0.21.0"
VERSION="0.22.1"
HOMEPAGE="https://github.com/pysam-developers/pysam"
DOWNLOAD="https://pypi.python.org/packages/source/p/pysam/pysam-0.21.0.tar.gz"
MD5SUM="dca7fb36d2cf69ef887fe05ddd726998"
DOWNLOAD="https://pypi.python.org/packages/source/p/pysam/pysam-0.22.1.tar.gz"
MD5SUM="1ad924c322e8acaa946c2a8ed1366a82"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""