python/python-netaddr: Updated for version 0.7.19

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-05-11 08:56:15 +10:00
parent b18abf8d35
commit 2e59bff95e
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="python-netaddr"
VERSION="0.7.18"
VERSION="0.7.19"
HOMEPAGE="https://pypi.python.org/pypi/netaddr"
DOWNLOAD="https://pypi.python.org/packages/source/n/netaddr/netaddr-0.7.18.tar.gz"
MD5SUM="c65bb34f8bedfbbca0b316c490cd13a0"
DOWNLOAD="https://pypi.python.org/packages/0c/13/7cbb180b52201c07c796243eeff4c256b053656da5cfe3916c3f5b57b3a0/netaddr-0.7.19.tar.gz"
MD5SUM="51019ef59c93f3979bcb37d3b8527e07"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Sphinx Pygments MarkupSafe"