Browse Source
network/sshuttle: updated for version 1.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/291/head
Arn0
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
5 deletions
-
network/sshuttle/sshuttle.SlackBuild
-
network/sshuttle/sshuttle.info
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@ -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" |