diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-25 15:46:05 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:06 +0700 |
commit | c9dd6cb481d36e5841c7ab6649581265142b6af9 (patch) | |
tree | fd0c0f86ccd24310335aa9b18104a1baa0cf609a /python/mistune | |
parent | ba1c854022e82131cab8b867bf17f3b444795f1c (diff) |
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/mistune')
-rw-r--r-- | python/mistune/mistune.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mistune/mistune.SlackBuild b/python/mistune/mistune.SlackBuild index 637442bcd687..64d1f694af91 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 \ |