commit: fa70d115aadce91576bd9316042d670588896849 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Dec 6 09:35:30 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Dec 6 09:40:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa70d115
dev-python/pproxy: fix typo Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/pproxy/pproxy-2.4.6-r1.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild new file mode 100644 index 00000000..f925de38 --- /dev/null +++ b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_7 ) + +inherit distutils-r1 optfeature + +DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" +HOMEPAGE=" + https://github.com/qwj/python-proxy + https://pypi.org/project/pproxy +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +DEPEND="${RDEPEND}" + +pkg_postinst() { + optfeature "ssh tunnelling" ">=dev-python/asyncssh-1.16.0" + optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2" + optfeature "daemon" ">=dev-python/python-daemon-2.2.3" + optfeature "accelerated cyphers" ">=dev-python/uvloop-0.13.0" +}
