diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 09:21:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 09:21:06 +0700 |
commit | c5342ee1242efeca39d8470cc502cf8734471803 (patch) | |
tree | 54722615538d105ba48fee621ab7d30add7587a1 /python/pyOpenSSL | |
parent | 39e863a531d04900b26a8cd7f5fc2ee165c48eba (diff) | |
download | slackbuilds-c5342ee1242efeca39d8470cc502cf8734471803.tar.gz |
python/pyOpenSSL: Updated for version 22.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 10 | ||||
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.info | 10 |
2 files changed, 9 insertions, 11 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 22e160ec69..1b411b0962 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -4,6 +4,7 @@ # # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> # Copyright 2012-2018 Markus Reichelt, Aachen, DE +# Copyright 2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +25,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # Originally written by Marco Bonetti - Thanks! -# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 +# Maintained by Markus Reichelt <slackbuilds@mareichelt.de> until 2022 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL -VERSION=${VERSION:-17.5.0} +VERSION=${VERSION:-22.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -91,7 +89,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 -ar *.rst LICENSE doc/ examples/ $PKG/usr/doc/$PRGNAM-$VERSION +cp -ar *.rst LICENSE doc/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/pyOpenSSL/pyOpenSSL.info b/python/pyOpenSSL/pyOpenSSL.info index 5619379a7c..6ce49b7a9b 100644 --- a/python/pyOpenSSL/pyOpenSSL.info +++ b/python/pyOpenSSL/pyOpenSSL.info @@ -1,10 +1,10 @@ PRGNAM="pyOpenSSL" -VERSION="17.5.0" +VERSION="22.1.0" HOMEPAGE="https://pypi.python.org/pypi/pyOpenSSL" -DOWNLOAD="https://pypi.python.org/packages/3b/15/a5d90ab1a41075e8f0fae334f13452549528f82142b3b9d0c9d86ab7178c/pyOpenSSL-17.5.0.tar.gz" -MD5SUM="d9c5134db8bf3183573b7840954cac94" +DOWNLOAD="https://files.pythonhosted.org/packages/e7/2f/c6d89edac75482f11e231b644e365d31d5479b7b727734e6a8f3d00decd5/pyOpenSSL-22.1.0.tar.gz" +MD5SUM="6834da75e33d3c8dcd891b723bfcec9e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cryptography" -MAINTAINER="Markus Reichelt" -EMAIL="slackbuilds@mareichelt.de" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |