dev-python/pproxy: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-04-13 15:05:46 +02:00
parent de66116c7c
commit 30c845aef0
3 changed files with 0 additions and 59 deletions

View File

@@ -1,3 +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
DIST pproxy-2.7.7.tar.gz 58199 BLAKE2B 8c7802761814361164d1d3c3477c51f5f31bbbb6bcd657ce08cdba91d4dc12cefa0c918af4d33a0f76acfcd530473e5e5b987a4546d8d74bb160bfc05860f597 SHA512 2df0820980345289b6b523dc375417c4e94d232e5fffbbde62679fb2b54e7f67b5dd60a8e2ddc0002880774db97fc4d602eb346af19ab9760a285c2f623df7ae

View File

@@ -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 )
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"
}

View File

@@ -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 )
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"
optfeatures "daemon" ">=dev-python/python-daemon-2.2.3"
optfeatures "accelerated cyphers" ">=dev-python/uvloop-0.13.0"
}