commit:     d9fba207bcf856bc74be3e15c6e7cf31145a4650
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 22:48:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 23:09:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9fba207

dev-python/pproxy: drop 2.5, 2.7.7

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pproxy/Manifest            |  2 --
 dev-python/pproxy/pproxy-2.5.ebuild   | 29 -----------------------------
 dev-python/pproxy/pproxy-2.7.7.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest
index 766907eff..27ad4e761 100644
--- a/dev-python/pproxy/Manifest
+++ b/dev-python/pproxy/Manifest
@@ -1,3 +1 @@
-DIST pproxy-2.5.tar.gz 50900 BLAKE2B 
f8ef79672836bd78e8684e839a70afe35a521b1e2c1e99ad17a8d61a3e209b6b92af2a5c09ac9124bc2058f514030b7a2a8bf2499dc607c820acbbc3a874e633
 SHA512 
9f8f6c51abbab9519c98dec18a98b3bf48fc223707fd66ae9298c80c095bf4beace6232f948e56b2d6f8a0bf08968abd6b7c225f6352623ce3fd84b19fd8eb2e
-DIST pproxy-2.7.7.tar.gz 58199 BLAKE2B 
8c7802761814361164d1d3c3477c51f5f31bbbb6bcd657ce08cdba91d4dc12cefa0c918af4d33a0f76acfcd530473e5e5b987a4546d8d74bb160bfc05860f597
 SHA512 
2df0820980345289b6b523dc375417c4e94d232e5fffbbde62679fb2b54e7f67b5dd60a8e2ddc0002880774db97fc4d602eb346af19ab9760a285c2f623df7ae
 DIST pproxy-2.7.8.tar.gz 58261 BLAKE2B 
d3ab31ea0a907a37f76a22ef0a7edf1d2dc2f22988ce8a09735ffaf2ac1cbf2f8827867a5018289b5bb88ad7225ff4a0bf74ff2da10d454c6676fa20423308fc
 SHA512 
0e1dad674edb2f7b587f1a31b8ed1d344ccc93bf6d927f54a44f6508bbceabce9d8a3d0343ecf104afa9b56658d74855f6052bf8c922a6ceb0e2c8b6cafa2fb7

diff --git a/dev-python/pproxy/pproxy-2.5.ebuild 
b/dev-python/pproxy/pproxy-2.5.ebuild
deleted file mode 100644
index 1c801f825..000000000
--- a/dev-python/pproxy/pproxy-2.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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"
-}

diff --git a/dev-python/pproxy/pproxy-2.7.7.ebuild 
b/dev-python/pproxy/pproxy-2.7.7.ebuild
deleted file mode 100644
index de6563210..000000000
--- a/dev-python/pproxy/pproxy-2.7.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 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-2.5.0"
-       optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2"
-       optfeature "accelerated ciphers" ">=dev-python/uvloop-0.13.0"
-       optfeature "daemon" ">=dev-python/python-daemon-2.2.3"
-}

Reply via email to