aboutsummaryrefslogtreecommitdiff
path: root/python/python-evdev
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-19 00:41:15 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-21 08:51:08 +0700
commit812b13c5e364412428dbacfdd926c63bceae71f7 (patch)
treeef430ea173073830dd2c6a22da7b9a4ac1f6d186 /python/python-evdev
parent9e6305488bcd11e8e4e74a49d863ac4148c5c0ee (diff)
python/python-evdev: Update for 1.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-evdev')
-rw-r--r--python/python-evdev/python-evdev.SlackBuild8
-rw-r--r--python/python-evdev/python-evdev.info6
2 files changed, 5 insertions, 9 deletions
diff --git a/python/python-evdev/python-evdev.SlackBuild b/python/python-evdev/python-evdev.SlackBuild
index fedaca8810d0..c4a414cfb60b 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 <thedoogster@gmail.com>
-# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2020-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# 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 \
diff --git a/python/python-evdev/python-evdev.info b/python/python-evdev/python-evdev.info
index feb7726179dc..298c9bce0fad 100644
--- a/python/python-evdev/python-evdev.info
+++ b/python/python-evdev/python-evdev.info
@@ -1,8 +1,8 @@
PRGNAM="python-evdev"
-VERSION="1.6.0"
+VERSION="1.6.1"
HOMEPAGE="http://python-evdev.readthedocs.org/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/e/evdev/evdev-1.6.0.tar.gz"
-MD5SUM="2b4fda53215359aabc561906f09845d4"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/e/evdev/evdev-1.6.1.tar.gz"
+MD5SUM="905b12ef6136b518ddf418d8d5b053e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""