summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-03-03 22:48:43 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:12 +0700
commit2a6acf50a9493ffb0ae137fdfcaab0f275e414eb (patch)
tree022b93abe2dc7fc23ebbb1167517efd11631a88b /python
parentdb98fbca20c211301da6307776d0f16049cdeb90 (diff)
downloadslackbuilds-2a6acf50a9493ffb0ae137fdfcaab0f275e414eb.tar.gz
slackbuilds-2a6acf50a9493ffb0ae137fdfcaab0f275e414eb.tar.xz
python/python3-aiohttp-socks: Updated for version 0.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild10
-rw-r--r--python/python3-aiohttp-socks/python3-aiohttp-socks.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild
index 730b94adc6..9b4575c852 100644
--- a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild
+++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/bash
# Slackware build script for python3-aiohttp-socks
-# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
+
+# Copyright 2019-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp-socks
-VERSION=${VERSION:-0.7.1}
+VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +40,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
@@ -86,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 LICENSE.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.info b/python/python3-aiohttp-socks/python3-aiohttp-socks.info
index 69dbd7502b..69586fbc0a 100644
--- a/python/python3-aiohttp-socks/python3-aiohttp-socks.info
+++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.info
@@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp-socks"
-VERSION="0.7.1"
+VERSION="0.8.0"
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
-DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.7.1/aiohttp-socks-0.7.1.tar.gz"
-MD5SUM="9db1441e54a75faf8ded2004e325e2b7"
+DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.8.0/aiohttp-socks-0.8.0.tar.gz"
+MD5SUM="c048a430b7f893cca30f751ab2dad781"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohttp python-socks"