aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2024-02-23 14:24:10 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 08:09:10 +0700
commite3ce182e5c8f1e7e2f99295caf25bee8a4e4dc43 (patch)
treeb29762bc8f6fc2d6d1dfa3ddf7d63a08b03f4659
parent98d94a4aca6f5825f0f6510d3c4f97894496a8e7 (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>
-rw-r--r--python/python-evdev/python-evdev.SlackBuild5
-rw-r--r--python/python-evdev/python-evdev.info8
2 files changed, 7 insertions, 6 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 \
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"