diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-11 08:56:15 +1000 |
---|---|---|
committer | Christoph Willing <chris.willing@linux.com> | 2017-05-11 09:03:54 +1000 |
commit | 2e59bff95ee1c76867f493b0a784b3fac310708c (patch) | |
tree | 1e4f3807662637a26cccd08491a5d069ee6e0a9b /python/python-netaddr/python-netaddr.SlackBuild | |
parent | b18abf8d35a1db62e82e6a6180d169f4ae4b5cad (diff) | |
download | slackbuilds-2e59bff95ee1c76867f493b0a784b3fac310708c.tar.gz |
python/python-netaddr: Updated for version 0.7.19
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/python-netaddr/python-netaddr.SlackBuild')
-rw-r--r-- | python/python-netaddr/python-netaddr.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python-netaddr/python-netaddr.SlackBuild b/python/python-netaddr/python-netaddr.SlackBuild index deaff20ec7..19bf92cf63 100644 --- a/python/python-netaddr/python-netaddr.SlackBuild +++ b/python/python-netaddr/python-netaddr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-netaddr -# Copyright 2013-2016 Christoph Willing, Brisbane Australia +# Copyright 2013-2017 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-netaddr SRC_PRGNAM=netaddr -VERSION=${VERSION:-0.7.18} +VERSION=${VERSION:-0.7.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +83,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -python setup_egg.py install --root=$PKG +python setup.py install --root=$PKG PYTHONPATH="build/lib" sphinx-build -b html docs/source docs/html find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -91,7 +91,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a docs/html \ - AUTHORS CHANGELOG COPYRIGHT INSTALL LICENSE README* REFERENCES THANKS \ + AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |