python/python-socks: Updated for version 2.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-02-06 00:08:21 -08:00 committed by Willy Sudiarto Raharjo
parent 2bd04bd53d
commit 58ccc92ea0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/sh
# Slackware build script for python-socks
# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-socks
VERSION=${VERSION:-1.2.2}
VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,7 +84,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 README.md *.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md LICENSE.txt requirements-dev.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="python-socks"
VERSION="1.2.2"
VERSION="2.0.3"
HOMEPAGE="https://github.com/romis2012/python-socks/"
DOWNLOAD="https://github.com/romis2012/python-socks/archive/v1.2.2/python-socks-1.2.2.tar.gz"
MD5SUM="688332177f76f56091f600c8ccc5a067"
DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.0.3/python-socks-2.0.3.tar.gz"
MD5SUM="8e42b51257eee1b74f36bd585ebaada5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""