diff options
author | Erich Ritz <erich.public@protonmail.com> | 2024-02-23 14:24:10 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 08:09:10 +0700 |
commit | e3ce182e5c8f1e7e2f99295caf25bee8a4e4dc43 (patch) | |
tree | b29762bc8f6fc2d6d1dfa3ddf7d63a08b03f4659 /python/python-evdev/python-evdev.SlackBuild | |
parent | 98d94a4aca6f5825f0f6510d3c4f97894496a8e7 (diff) |
python/python-evdev: Updated for version 1.7.0.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-evdev/python-evdev.SlackBuild')
-rw-r--r-- | python/python-evdev/python-evdev.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-evdev/python-evdev.SlackBuild b/python/python-evdev/python-evdev.SlackBuild index f205f27b9e..8540ff6afe 100644 --- a/python/python-evdev/python-evdev.SlackBuild +++ b/python/python-evdev/python-evdev.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2015 Dugan Chen, Canada <thedoogster@gmail.com> # Copyright 2020-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2023-2024 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-evdev -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -69,6 +69,7 @@ find -L . \ # ... but upstream shipped evdev-1.0.0 with 660 permissions everywhere, so: find -L . -perm 660 -exec chmod 644 {} \; +export PYTHONPATH=/opt/python3.9/site-packages/ python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |