diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 22:02:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 23:17:18 +0700 |
commit | a4fe5ce9d51c545c1f2f71dfd75eea3008af0abc (patch) | |
tree | c6f4775e24b003bd78b48f978dd64c69f4dbb7ad /python/idna/idna.SlackBuild | |
parent | a363d0020ce9d528d875f2f2a872889ad3be7bd2 (diff) | |
download | slackbuilds-a4fe5ce9d51c545c1f2f71dfd75eea3008af0abc.tar.gz |
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>
Diffstat (limited to 'python/idna/idna.SlackBuild')
-rw-r--r-- | python/idna/idna.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/idna/idna.SlackBuild b/python/idna/idna.SlackBuild index c901836e1d..c8a3b3f942 100644 --- a/python/idna/idna.SlackBuild +++ b/python/idna/idna.SlackBuild @@ -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 |