diff options
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 |
commit | 25fa8cce4217620030a639dccd50346ad6ef51ee (patch) | |
tree | 55b716a312bd193363024a83e939855e118ffe46 /network/sshuttle | |
parent | 3eacae1bfcca735d47922e45a0f641747da02287 (diff) |
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/sshuttle')
-rw-r--r-- | network/sshuttle/sshuttle.SlackBuild | 8 | ||||
-rw-r--r-- | network/sshuttle/sshuttle.info | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild index 80ce289aed1de..75a3fd87c82a4 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 78adb71eeadd3..c82c310300848 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" |