sshuttle: update to 1.0.5.
This commit is contained in:
parent
27124048c2
commit
1139b27708
1 changed files with 10 additions and 10 deletions
|
@ -1,28 +1,28 @@
|
||||||
# Template file for 'sshuttle'
|
# Template file for 'sshuttle'
|
||||||
pkgname=sshuttle
|
pkgname=sshuttle
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Sphinx"
|
hostmakedepends="python3-setuptools_scm python3-Sphinx"
|
||||||
depends="python3-setuptools iptables"
|
depends="python3-psutil"
|
||||||
|
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"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
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="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
||||||
checksum=21a11f3f0f710de92241d8ffca58bebb969f689f650d59e97ba366d7407e16e5
|
checksum=fd8c691aac2cb80933aae7f94d9d9e271a820efc5c48e73408f1a90da426a1bd
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i setup.py \
|
|
||||||
-e '/setup_requires=/d' \
|
|
||||||
-e '/use_scm_version/,+3d' \
|
|
||||||
-e "/name=/ a\
|
|
||||||
version='${version}',"
|
|
||||||
# BUG: wrong permissions (https://github.com/sshuttle/sshuttle/issues/217)
|
# BUG: wrong permissions (https://github.com/sshuttle/sshuttle/issues/217)
|
||||||
chmod -R go+rX .
|
chmod -R go+rX .
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
sed -i -e '/addopts/d' setup.cfg
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C docs man
|
make -C docs man
|
||||||
vman docs/_build/man/sshuttle.1
|
vman docs/_build/man/sshuttle.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue