commit:     672fe089ace0f2c1674ba4f6a733d789475cfc22
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Dec  9 02:07:07 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Dec  9 02:07:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=672fe089

dev-python/pproxy: new version

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pproxy/Manifest          |  1 +
 dev-python/pproxy/pproxy-2.5.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest
index 117f75e5..fc85a69f 100644
--- a/dev-python/pproxy/Manifest
+++ b/dev-python/pproxy/Manifest
@@ -1 +1,2 @@
 DIST pproxy-2.4.6.tar.gz 46410 BLAKE2B 
f7c4e973e205d3256e17cab23bb8745800c5c12592f15e52a303ad6f3063bc345257576c52edafab5da67b93cf289e5f4f25336e58e9a66ba7e90402031fdcff
 SHA512 
72d5c781ee81556e10a3436f2fae6e541a7f0b7d5f354336d0b4d98b1a75c34e4ec4c9c9f88e3c7cff47fe4218bf6efb1a78588caa02e704900fe436708c5cba
+DIST pproxy-2.5.tar.gz 50900 BLAKE2B 
f8ef79672836bd78e8684e839a70afe35a521b1e2c1e99ad17a8d61a3e209b6b92af2a5c09ac9124bc2058f514030b7a2a8bf2499dc607c820acbbc3a874e633
 SHA512 
9f8f6c51abbab9519c98dec18a98b3bf48fc223707fd66ae9298c80c095bf4beace6232f948e56b2d6f8a0bf08968abd6b7c225f6352623ce3fd84b19fd8eb2e

diff --git a/dev-python/pproxy/pproxy-2.5.ebuild 
b/dev-python/pproxy/pproxy-2.5.ebuild
new file mode 100644
index 00000000..1c801f82
--- /dev/null
+++ b/dev-python/pproxy/pproxy-2.5.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,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 optfeature
+
+DESCRIPTION="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"
+}

Reply via email to