commit:     2af66b846d3b6d8c9716c4102b805e158d8dc6e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:57:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 05:31:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af66b84

net-proxy/sshuttle: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-proxy/sshuttle/sshuttle-1.1.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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
 )"
 

Reply via email to