From 62a98b99c968c7398e33f6b72941851854c7a913 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 13 Feb 2022 15:35:51 -0800 Subject: python/python3-pandas: Update for 1.4.1 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pandas/python3-pandas.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/python3-pandas/python3-pandas.SlackBuild') diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild index c95987a46c..77b2144260 100644 --- a/python/python3-pandas/python3-pandas.SlackBuild +++ b/python/python3-pandas/python3-pandas.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-pandas # Copyright 2020 Benjamin Trigona-Harany +# Copyright 2022 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pandas SRCNAM=pandas -VERSION=${VERSION:-1.0.5} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - LICENSE README.md \ + LICENSE PKG-INFO README.md RELEASE.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3