From e3ce182e5c8f1e7e2f99295caf25bee8a4e4dc43 Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Fri, 23 Feb 2024 14:24:10 -0600 Subject: python/python-evdev: Updated for version 1.7.0. Signed-off-by: Erich Ritz Signed-off-by: Willy Sudiarto Raharjo --- python/python-evdev/python-evdev.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/python-evdev/python-evdev.SlackBuild') 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 # Copyright 2020-2023 Isaac Yu -# 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 \ -- cgit v1.2.3