python/idna: Updated for version 2.5.
This is required for LetsEncrypt after python-requests bump. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a363d0020c
commit
a4fe5ce9d5
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for idna
|
||||
|
||||
# Copyright 2015-2016 Markus Reichelt, Aachen, DE
|
||||
# Copyright 2015-2017 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=idna
|
||||
VERSION=${VERSION:-2.1}
|
||||
VERSION=${VERSION:-2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a *.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="idna"
|
||||
VERSION="2.1"
|
||||
VERSION="2.5"
|
||||
HOMEPAGE="https://github.com/kjd/idna"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/i/idna/idna-2.1.tar.gz"
|
||||
MD5SUM="f6473caa9c5e0cc1ad3fd5d04c3c114b"
|
||||
DOWNLOAD="https://github.com/kjd/idna/archive/v2.5/idna-2.5.tar.gz"
|
||||
MD5SUM="f31cd2faf6954e13978f1d802a9dc9b6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue