From 0414a4e9c10c0e02846b3ef0c725a811b35338d6 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Wed, 26 Jun 2024 23:07:38 -0700 Subject: python/python3-pykeepass: Update for 4.1.0 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pykeepass/python3-pykeepass.SlackBuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'python/python3-pykeepass/python3-pykeepass.SlackBuild') 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/ -- cgit v1.2.3