office/epy: Updated for version 2023.6.11.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-07-12 04:42:28 -04:00 committed by Willy Sudiarto Raharjo
parent 4003242c76
commit ca9525d4e7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View file

@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230712 bkw: updated for v2023.6.11.
# 20230530 bkw: updated for v2023.2.8.
# 20230104 bkw: updated for v2022.12.11.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=epy
VERSION=${VERSION:-2023.2.8}
VERSION=${VERSION:-2023.6.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -46,7 +47,8 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
python3 setup.py install --root=$PKG
python3 -m build --wheel --no-isolation
python3 -m installer --destdir "$PKG" dist/*.whl
# man page by SlackBuild author.
mkdir -p $PKG/usr/man/man1

View file

@ -1,10 +1,10 @@
PRGNAM="epy"
VERSION="2023.2.8"
VERSION="2023.6.11"
HOMEPAGE="https://github.com/wustho/epy"
DOWNLOAD="https://github.com/wustho/epy/archive/v2023.2.8/epy-2023.2.8.tar.gz"
MD5SUM="95dbaf919c3bc46c10138dd4bd27d648"
DOWNLOAD="https://github.com/wustho/epy/archive/v2023.2.8/epy-2023.6.11.tar.gz"
MD5SUM="ca8f734192c12a56e637219c84877f70"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-poetry-core"
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"