aboutsummaryrefslogtreecommitdiff
path: root/network/sshuttle
diff options
context:
space:
mode:
Diffstat (limited to 'network/sshuttle')
-rw-r--r--network/sshuttle/sshuttle.SlackBuild5
-rw-r--r--network/sshuttle/sshuttle.info8
2 files changed, 8 insertions, 5 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild
index d251138855..0f39055e95 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.2.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,6 +85,9 @@ 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 {} \;
+PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
+export PYTHONPATH=/opt/python$PYVER/site-packages
+
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
diff --git a/network/sshuttle/sshuttle.info b/network/sshuttle/sshuttle.info
index a4e0d5494c..040bea753d 100644
--- a/network/sshuttle/sshuttle.info
+++ b/network/sshuttle/sshuttle.info
@@ -1,10 +1,10 @@
PRGNAM="sshuttle"
-VERSION="1.2.0"
+VERSION="1.3.1"
HOMEPAGE="https://github.com/sshuttle/sshuttle"
-DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.2.0.tar.gz"
-MD5SUM="978430a2260ef351e408b88c6174b49c"
+DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.3.1.tar.gz"
+MD5SUM="93823ee41cfa0251d9ab1bb1218b6b03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-poetry-core"
+REQUIRES="python3-poetry-core python3-hatchling"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"