From 79180da6e21b8faf789b168586e830a0f196320b Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 20 Jul 2019 08:08:58 +0700 Subject: python/python-xlib: Updated for version 0.25. Signed-off-by: Willy Sudiarto Raharjo --- python/python-xlib/python-xlib.SlackBuild | 7 ++++--- python/python-xlib/python-xlib.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'python') diff --git a/python/python-xlib/python-xlib.SlackBuild b/python/python-xlib/python-xlib.SlackBuild index 83295fe261..0ea9263b3a 100644 --- a/python/python-xlib/python-xlib.SlackBuild +++ b/python/python-xlib/python-xlib.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for python-xlib # Written by Vasilis Papavasileiou -# Copyright 2018 Hunter Sezen California, USA +# Copyright 2018-2019 Hunter Sezen California, USA PRGNAM=python-xlib -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,8 @@ find -L . \ # https://github.com/python-xlib/python-xlib/commit/22a8e1929ad58b8168bcf5d931e8f6067ebdec0a # https://github.com/python-xlib/python-xlib/commit/376b4739cedc4eee32e60e7b158d20ed18dfddc1 # https://github.com/python-xlib/python-xlib/issues/106 -zcat $CWD/setup.patch.gz | patch -p1 +sed -i 's/\r$//g' setup.py +patch -p1 < $CWD/setup.patch python setup.py install --root $PKG diff --git a/python/python-xlib/python-xlib.info b/python/python-xlib/python-xlib.info index a541ceb48f..b366fbae06 100644 --- a/python/python-xlib/python-xlib.info +++ b/python/python-xlib/python-xlib.info @@ -1,8 +1,8 @@ PRGNAM="python-xlib" -VERSION="0.23" +VERSION="0.25" HOMEPAGE="https://github.com/python-xlib/python-xlib" -DOWNLOAD="https://github.com/python-xlib/python-xlib/releases/download/0.23/python-xlib-0.23.tar.bz2" -MD5SUM="793509fdc158543c2caa59f34bcac34d" +DOWNLOAD="https://github.com/python-xlib/python-xlib/releases/download/0.25/python-xlib-0.25.tar.bz2" +MD5SUM="ded820dc8e943106bd660801ed7a82f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="setuptools-scm six" -- cgit v1.2.3