diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-04-15 17:36:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:27 +0700 |
commit | 2acce14916d34da2e8c0bd26bdb048a8df3d9ce4 (patch) | |
tree | aacf87d61f11c7792e223317c9ebc32ea01c51f1 /python/ipython_genutils | |
parent | cf7f0e07d06334dd753704236f49c2fbd3358858 (diff) | |
download | slackbuilds-2acce14916d34da2e8c0bd26bdb048a8df3d9ce4.tar.gz |
python/ipython_genutils: Remove Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/ipython_genutils')
-rw-r--r-- | python/ipython_genutils/README | 2 | ||||
-rw-r--r-- | python/ipython_genutils/ipython_genutils.SlackBuild | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/python/ipython_genutils/README b/python/ipython_genutils/README index 28724edaff..1268d314e6 100644 --- a/python/ipython_genutils/README +++ b/python/ipython_genutils/README @@ -1,4 +1,2 @@ ipython_genutils contains some common utilities shared by Jupyter and IPython projects during the code split. - -Python 3 support will be included if python3 is installed. diff --git a/python/ipython_genutils/ipython_genutils.SlackBuild b/python/ipython_genutils/ipython_genutils.SlackBuild index 37359389d4..3b628a9797 100644 --- a/python/ipython_genutils/ipython_genutils.SlackBuild +++ b/python/ipython_genutils/ipython_genutils.SlackBuild @@ -71,11 +71,6 @@ find -L . \ python setup.py install --root=$PKG -# Python 3 support. -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |