python/python2-netaddr: Updated for version 0.9.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a0bc5193a
commit
1d073c944e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-netaddr
|
||||
|
||||
# Copyright 2013-2020 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2013-2023 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python2-netaddr
|
||||
SRC_PRGNAM=netaddr
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -100,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a docs/* \
|
||||
AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES \
|
||||
AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES RELEASE THANKS \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python2-netaddr"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/netaddr"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/c3/3b/fe5bda7a3e927d9008c897cf1a0858a9ba9924a6b4750ec1824c9e617587/netaddr-0.8.0.tar.gz"
|
||||
MD5SUM="34cad578473b66ad77bc3b2a7613ed4a"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://github.com/netaddr/netaddr"
|
||||
DOWNLOAD="https://github.com/netaddr/netaddr/archive/refs/tags/0.9.0/netaddr-0.9.0.tar.gz"
|
||||
MD5SUM="b8ad5bba19f1fbad7d9c928dec5f3851"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue