mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sshuttle: update to 1.0.1.
This commit is contained in:
parent
608e280595
commit
4e4ce8552b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sshuttle'
|
# Template file for 'sshuttle'
|
||||||
pkgname=sshuttle
|
pkgname=sshuttle
|
||||||
version=0.78.5
|
version=1.0.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="sshuttle"
|
pycompile_module="sshuttle"
|
||||||
|
@ -12,7 +12,7 @@ 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"
|
||||||
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
||||||
checksum=a88b59bd9a25510a6643451ec2d5fc35e149098a6a7fafdf37957498791fe16e
|
checksum=84427797f75958361dd06327a33e80845abb2b0b5fec871bec1a1ba46e1ad7bc
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i setup.py \
|
sed -i setup.py \
|
||||||
|
@ -23,6 +23,7 @@ post_extract() {
|
||||||
# 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 .
|
||||||
}
|
}
|
||||||
|
|
||||||
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
Reference in a new issue