aboutsummaryrefslogtreecommitdiff
path: root/python/pysetuptools/pysetuptools.SlackBuild
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2014-04-13 22:04:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-13 22:04:07 +0700
commite684ccaa73b23311da0144ce7cabbac83fdcaa91 (patch)
tree8fef8fa2185ce1c018b7f43d7c245a05c5370719 /python/pysetuptools/pysetuptools.SlackBuild
parentc7b3578a0670e176e4f8d01e64172e49fe0602bd (diff)
python/pysetuptools: Updated for version 3.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysetuptools/pysetuptools.SlackBuild')
-rw-r--r--python/pysetuptools/pysetuptools.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/python/pysetuptools/pysetuptools.SlackBuild b/python/pysetuptools/pysetuptools.SlackBuild
index cbf3a7cec180f..de1c81736cb4a 100644
--- a/python/pysetuptools/pysetuptools.SlackBuild
+++ b/python/pysetuptools/pysetuptools.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pysetuptools
-VERSION=${VERSION:-3.3}
+VERSION=${VERSION:-3.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,11 +58,6 @@ find -L . \
rm -f setuptools/*.exe
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
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;