summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons2021-07-25 05:46:05 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:06 +0200
commitc9dd6cb481d36e5841c7ab6649581265142b6af9 (patch)
treefd0c0f86ccd24310335aa9b18104a1baa0cf609a /python
parentba1c854022e82131cab8b867bf17f3b444795f1c (diff)
downloadslackbuilds-c9dd6cb481d36e5841c7ab6649581265142b6af9.tar.gz
python/mistune: Build python2 version also.
python/Automat requires mistune (python2 version). Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/mistune/mistune.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mistune/mistune.SlackBuild b/python/mistune/mistune.SlackBuild
index 637442bcd6..64d1f694af 100644
--- a/python/mistune/mistune.SlackBuild
+++ b/python/mistune/mistune.SlackBuild
@@ -79,6 +79,7 @@ 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
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \