From 49bb5a4eda03b52920ef86048831521dcbab0f06 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Wed, 21 Apr 2021 20:29:04 +0200 Subject: python/munch: Removed Python 2 support. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- python/munch/munch.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/munch') diff --git a/python/munch/munch.SlackBuild b/python/munch/munch.SlackBuild index 4d20d275fe65..35b1882fe82c 100644 --- a/python/munch/munch.SlackBuild +++ b/python/munch/munch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for munch -# Copyright 2016-2019 Benjamin Trigona-Harany +# Copyright 2016-2021 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -69,7 +69,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 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3