summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-02-21 09:20:53 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 15:34:44 +0700
commit25fa8cce4217620030a639dccd50346ad6ef51ee (patch)
tree55b716a312bd193363024a83e939855e118ffe46 /network
parent3eacae1bfcca735d47922e45a0f641747da02287 (diff)
downloadslackbuilds-25fa8cce4217620030a639dccd50346ad6ef51ee.tar.gz
slackbuilds-25fa8cce4217620030a639dccd50346ad6ef51ee.tar.xz
network/sshuttle: updated for version 1.1.2
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/sshuttle/sshuttle.SlackBuild8
-rw-r--r--network/sshuttle/sshuttle.info8
2 files changed, 9 insertions, 7 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild
index 80ce289aed..75a3fd87c8 100644
--- a/network/sshuttle/sshuttle.SlackBuild
+++ b/network/sshuttle/sshuttle.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sshuttle
-VERSION=${VERSION:-1.1.1}
+VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,11 +85,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --no-isolation
+python3 -m installer -d "$PKG" dist/*.whl
+# python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CHANGES.rst LICENSE README.rst \
+ *.rst LICENSE README* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/network/sshuttle/sshuttle.info b/network/sshuttle/sshuttle.info
index 78adb71eea..c82c310300 100644
--- a/network/sshuttle/sshuttle.info
+++ b/network/sshuttle/sshuttle.info
@@ -1,10 +1,10 @@
PRGNAM="sshuttle"
-VERSION="1.1.1"
+VERSION="1.1.2"
HOMEPAGE="https://github.com/sshuttle/sshuttle"
-DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.1.1.tar.gz"
-MD5SUM="40d53cc95aa594edeba25b6c3040fb97"
+DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.1.2.tar.gz"
+MD5SUM="1c7bf12ae8ed576b16d1e2b144835863"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="python3-poetry-core"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"