From 812b13c5e364412428dbacfdd926c63bceae71f7 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 19 Feb 2023 00:41:15 -0800 Subject: python/python-evdev: Update for 1.6.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python-evdev/python-evdev.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 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 fedaca8810..c4a414cfb6 100644 --- a/python/python-evdev/python-evdev.SlackBuild +++ b/python/python-evdev/python-evdev.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python-evdev # Copyright 2015 Dugan Chen, Canada -# Copyright 2020-2022 Isaac Yu +# Copyright 2020-2023 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-evdev -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -85,7 +82,6 @@ find -L . \ # ... but upstream shipped evdev-1.0.0 with 660 permissions everywhere, so: find -L . -perm 660 -exec chmod 644 {} \; -python setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3