aboutsummaryrefslogtreecommitdiff
path: root/python/python3-openpyxl/python3-openpyxl.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-05-24 16:42:01 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-28 09:11:28 +0700
commit22a8991dbb9b2f14533031dcee1548e578a4c8fe (patch)
tree5e8cec4d63ca3e88b186298f327ee220d7d61249 /python/python3-openpyxl/python3-openpyxl.SlackBuild
parentff18f95494311ae8a15113a97bfb6f5e45a9f4a6 (diff)
python/python3-openpyxl: Updated for version 3.0.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-openpyxl/python3-openpyxl.SlackBuild')
-rw-r--r--python/python3-openpyxl/python3-openpyxl.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild
index 7b2235489f..2981e56fac 100644
--- a/python/python3-openpyxl/python3-openpyxl.SlackBuild
+++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-openpyxl
-VERSION=${VERSION:-3.0.9}
+VERSION=${VERSION:-3.0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.rst *.txt doc/*.rst doc/*.txt doc/charts/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS.rst CONTRIBUTING.txt LICENCE.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install