mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-proxy/sshuttle: version bump to 0.74
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST sshuttle-0.61.tar.xz 181528 SHA256 78cea312c4bab6f6baa459131cb7739d9fae7d0df9e54efd48fc4ddd852042f5 SHA512 39687ecf0a9b78cc0f7dc576c3c036f5afb52050f17d793602e50c8a9ab8bb0f9eb3277cb2fffb1e9c0f5f652d96c6915aecf8a8da93697172d8cbef1161a986 WHIRLPOOL 9c8597d98306730fcab750094588310c03bafea473b54a2758e055a7bb4bb851b3edad4d2cf2995893a30ed4148b7fd8437820099042ff6c7c52a0dc279d6ebc
|
||||
DIST sshuttle-0.73.tar.gz 53321 SHA256 d78a6aa76f93ab69fd9685ce11b428a9b549c049a6c0104740c06c9b354a5ae3 SHA512 75bef9f0472cf648454fbde6d6fb14e0656e5d84896cf3295e8535a4cf6859bdafd0053d65ebb673da46e0bcb422dd1a615deef026c2eefd67a4702e70dd3660 WHIRLPOOL c07745df347e68326e211939db0fb8f0eac862cd7f1035b4e3424f3ad6bc9509a558508e8af77e2aaef290e694d871227d3f5a569ae444bc67457419a988b9f1
|
||||
DIST sshuttle-0.74.tar.gz 52700 SHA256 95df35456b2392a7519190614e40187369c4646986cf621200b1775fc4c32cf6 SHA512 1779b1e5722c2ec5ff414985236200b1f700c15ebbb5b55b356ec6f740bf8a87e38288850c96976611a66f4bdfecbc6eb6c42fb4c977e54e275e71439aae9d09 WHIRLPOOL 5a5b27efc2dbf38e1d9dafeec84b95d8320d6312afc68652b0b4b747bc3e7640b4c2e93e6f88723012a441c7aaf24c48333ff3163b1ea4f407df1a7f95eeed05
|
||||
|
||||
34
net-proxy/sshuttle/sshuttle-0.74.ebuild
Normal file
34
net-proxy/sshuttle/sshuttle-0.74.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_7,3_5} )
|
||||
|
||||
inherit eutils linux-info distutils-r1
|
||||
|
||||
DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
|
||||
HOMEPAGE="https://github.com/sshuttle/sshuttle"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
net-firewall/iptables
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
CONFIG_CHECK="~NETFILTER_XT_TARGET_HL ~IP_NF_TARGET_REDIRECT ~NF_NAT"
|
||||
|
||||
python_test() {
|
||||
py.test || die "Tests fail under ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user