diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:57:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 06:31:57 +0100 |
commit | 2af66b846d3b6d8c9716c4102b805e158d8dc6e0 (patch) | |
tree | be0b71c0d8e1dc988693d4c5987da5a11bbe7818 /net-proxy/sshuttle | |
parent | dev-python/sgmllib3k: Use pypi.eclass (diff) | |
download | gentoo-2af66b846d3b6d8c9716c4102b805e158d8dc6e0.tar.gz gentoo-2af66b846d3b6d8c9716c4102b805e158d8dc6e0.tar.bz2 gentoo-2af66b846d3b6d8c9716c4102b805e158d8dc6e0.zip |
net-proxy/sshuttle: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy/sshuttle')
-rw-r--r-- | net-proxy/sshuttle/sshuttle-1.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild index 3371a844ea40..f2826293e380 100644 --- a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild +++ b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild @@ -15,11 +15,10 @@ SSHUTTLE_DOCS_USEFLAG="+doc" DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 linux-info +inherit distutils-r1 linux-info pypi DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh" HOMEPAGE="https://github.com/sshuttle/sshuttle https://pypi.org/project/sshuttle/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" if [[ ${SSHUTTLE_DOCS_PREBUILT} == 1 ]] ; then SRC_URI+=" !doc? ( https://dev.gentoo.org/~${SSHUTTLE_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${SSHUTTLE_DOCS_VERSION}-docs.tar.xz )" |