From 9d42c70ee7ec8c017411e27b203419d9261c1ed9 Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Mon, 1 Jan 2018 10:46:11 +0000 Subject: python/pyOpenSSL: Updated for version 17.5.0. Signed-off-by: David Spencer --- python/pyOpenSSL/pyOpenSSL.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/pyOpenSSL/pyOpenSSL.SlackBuild') diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 9af389b23577c..0e041f8b07673 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pyOpenSSL # # Copyright 2010-2011 Marco Bonetti -# Copyright 2012-2017 Markus Reichelt, Aachen, DE +# Copyright 2012-2018 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # Now maintained by Markus Reichelt , 0xCCEEF115 PRGNAM=pyOpenSSL -VERSION=${VERSION:-16.2.0} +VERSION=${VERSION:-17.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,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 PKG-INFO README.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -ar *.rst LICENSE doc/ examples/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3