diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-07-20 22:43:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:55:22 -0500 |
commit | 94a86f158f3372d9426c1d3ebd35781b42c7de63 (patch) | |
tree | 9127779743d0c0a493af80c728d3a0744f591628 /python/python-xlib/python-xlib.SlackBuild | |
parent | 9fbae2c0e628d7f949bd134c878987a1e06b1ff0 (diff) |
python/python-xlib: Removed not needed hack.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-xlib/python-xlib.SlackBuild')
-rw-r--r-- | python/python-xlib/python-xlib.SlackBuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/python-xlib/python-xlib.SlackBuild b/python/python-xlib/python-xlib.SlackBuild index 52f6b400b83f2..96330a6f289df 100644 --- a/python/python-xlib/python-xlib.SlackBuild +++ b/python/python-xlib/python-xlib.SlackBuild @@ -38,14 +38,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Partially revert: fixup metadata -# Revert: setup: check setuptools is recent enough to support `setup.cfg` -# 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 -sed -i 's/\r$//g' setup.py -patch -p1 < $CWD/setup.patch - python setup.py install --root $PKG # Python 3 support. |