diff options
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/ |
