mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sshuttle: update to 1.1.2.
This commit is contained in:
parent
4b0aa11e92
commit
f59d5d006e
1 changed files with 7 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'sshuttle'
|
# Template file for 'sshuttle'
|
||||||
pkgname=sshuttle
|
pkgname=sshuttle
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-Sphinx"
|
hostmakedepends="python3-poetry-core python3-Sphinx"
|
||||||
depends="python3-psutil"
|
depends="python3-psutil"
|
||||||
checkdepends="python3-flake8 python3-mock python3-pytest"
|
checkdepends="python3-flake8 python3-mock python3-pytest"
|
||||||
short_desc="Transparent proxy server that forwards TCP packets over ssh"
|
short_desc="Transparent proxy server that forwards TCP packets over ssh"
|
||||||
|
@ -11,16 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/sshuttle/sshuttle"
|
homepage="https://github.com/sshuttle/sshuttle"
|
||||||
changelog="https://github.com/sshuttle/sshuttle/raw/master/CHANGES.rst"
|
changelog="https://github.com/sshuttle/sshuttle/raw/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=f5a3ed1e5ab1213c7a6df860af41f1a903ab2cafbfef71f371acdcff21e69ee6
|
checksum=85dc603af59ab45a30f96273fe971821b73d8686659c922f76b1f039f16f5e8e
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
# BUG: wrong permissions (https://github.com/sshuttle/sshuttle/issues/217)
|
|
||||||
chmod -R go+rX .
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
sed -i -e '/addopts/d' setup.cfg
|
vsed -i -e '/addopts/d' setup.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue