diff options
-rw-r--r-- | python/python-evdev/README | 6 | ||||
-rw-r--r-- | python/python-evdev/python-evdev.SlackBuild | 9 | ||||
-rw-r--r-- | python/python-evdev/python-evdev.info | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/python/python-evdev/README b/python/python-evdev/README index 5df3c5270f..94244e0786 100644 --- a/python/python-evdev/README +++ b/python/python-evdev/README @@ -1,5 +1,5 @@ -python-evdev allows Python programs running in Linux to read and write input -events. It provides bindings to both the generic input event interface (evdev) -and the userspace input subsystem (Uinput). +python-evdev allows Python programs running in Linux to read and write +input events. It provides bindings to both the generic input event +interface (evdev) and the userspace input subsystem (Uinput). This will automatically build for Python 3 if it's available. diff --git a/python/python-evdev/python-evdev.SlackBuild b/python/python-evdev/python-evdev.SlackBuild index a8c9ccd943..c3f9f546bc 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 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -17,18 +17,19 @@ # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-evdev -SRCNAM=evdev -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=evdev + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; diff --git a/python/python-evdev/python-evdev.info b/python/python-evdev/python-evdev.info index f11c15b90d..6cf2cdd456 100644 --- a/python/python-evdev/python-evdev.info +++ b/python/python-evdev/python-evdev.info @@ -1,8 +1,8 @@ PRGNAM="python-evdev" -VERSION="1.3.0" +VERSION="1.4.0" HOMEPAGE="http://python-evdev.readthedocs.org/en/latest/" -DOWNLOAD="https://pypi.python.org/packages/source/e/evdev/evdev-1.3.0.tar.gz" -MD5SUM="05f9e900d6e11e1674475d2dd2668f0d" +DOWNLOAD="https://files.pythonhosted.org/packages/4d/ec/bb298d36ed67abd94293253e3e52bdf16732153b887bf08b8d6f269eacef/evdev-1.4.0.tar.gz" +MD5SUM="919c1107b576771cfb0c43e2a8a4a405" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |