summaryrefslogtreecommitdiffstats
path: root/python/munch
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-21 20:29:04 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:03 +0200
commit49bb5a4eda03b52920ef86048831521dcbab0f06 (patch)
treedb084f5daf7466f42460d205a16a20f3eb6d6c64 /python/munch
parentcb5df20da9b91e999f573dc25f885dfdb33def01 (diff)
downloadslackbuilds-49bb5a4eda03b52920ef86048831521dcbab0f06.tar.gz
python/munch: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/munch')
-rw-r--r--python/munch/munch.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/munch/munch.SlackBuild b/python/munch/munch.SlackBuild
index 4d20d275fe..35b1882fe8 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 <slackbuilds@jaxartes.net>
+# Copyright 2016-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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