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 +++-- python/python-evdev/python-evdev.info | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'python') 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 \ diff --git a/python/python-evdev/python-evdev.info b/python/python-evdev/python-evdev.info index 5b620d94a2..76e1d03ccc 100644 --- a/python/python-evdev/python-evdev.info +++ b/python/python-evdev/python-evdev.info @@ -1,10 +1,10 @@ PRGNAM="python-evdev" -VERSION="1.6.1" +VERSION="1.7.0" HOMEPAGE="http://python-evdev.readthedocs.org/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/evdev/evdev-1.6.1.tar.gz" -MD5SUM="905b12ef6136b518ddf418d8d5b053e4" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/evdev/evdev-1.7.0.tar.gz" +MD5SUM="ef6d242ed75a92f93022b8715c4c8fe5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-setuptools-opt" MAINTAINER="Erich Ritz" EMAIL="erich.public@protonmail.com" -- cgit v1.2.3