diff options
| author | isaackwy <isaacyu@protonmail.com> | 2024-06-26 23:07:38 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-28 18:25:21 +0700 |
| commit | 0414a4e9c10c0e02846b3ef0c725a811b35338d6 (patch) | |
| tree | 4d3062d1ec7ebeec733bb8dea5361eb9cb99b5df /python/python3-pykeepass/python3-pykeepass.SlackBuild | |
| parent | dd68c1307b3d1dea1a1ef68c51827a07d3c3e7e3 (diff) | |
python/python3-pykeepass: Update for 4.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pykeepass/python3-pykeepass.SlackBuild')
| -rw-r--r-- | python/python3-pykeepass/python3-pykeepass.SlackBuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/python/python3-pykeepass/python3-pykeepass.SlackBuild b/python/python3-pykeepass/python3-pykeepass.SlackBuild index 4f23b98d47..2427952195 100644 --- a/python/python3-pykeepass/python3-pykeepass.SlackBuild +++ b/python/python3-pykeepass/python3-pykeepass.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pykeepass -VERSION=${VERSION:-4.0.7} -BUILD=${BUILD:-3} +VERSION=${VERSION:-4.1.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,14 +67,6 @@ find -L . \ # fix dos line endings or patch will fail perl -pi -e 's/\r\n/\n/g' pyproject.toml -# Fix missing pykeepass.kdbx_parsing when built with modern tools -# https://github.com/libkeepass/pykeepass/pull/378 -patch -p1 < $CWD/fix_missing_pykeepass_kdbx_parsing.patch - -# Use built-in isoformat support -# https://github.com/libkeepass/pykeepass/pull/383 -patch -p1 < $CWD/use_built_in_isoformat_support.patch - PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH=/opt/python$PYVER/site-packages/ |
