summaryrefslogtreecommitdiff
path: root/dev-python/pproxy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-06 15:14:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-06 15:14:59 +0000
commitfde3b5bbeb07fb00d002d7686ba1fb259a5e5184 (patch)
treec7c2fa1cc942119d9d1f9fc9db5b4c2f15e8fea9 /dev-python/pproxy
parent7be16c0e5ac01853add3329935dacfdaa10b62e9 (diff)
downloadbaldeagleos-repo-fde3b5bbeb07fb00d002d7686ba1fb259a5e5184.tar.gz
baldeagleos-repo-fde3b5bbeb07fb00d002d7686ba1fb259a5e5184.tar.xz
baldeagleos-repo-fde3b5bbeb07fb00d002d7686ba1fb259a5e5184.zip
Adding metadata
Diffstat (limited to 'dev-python/pproxy')
-rw-r--r--dev-python/pproxy/pproxy-2.7.8-r1.ebuild (renamed from dev-python/pproxy/pproxy-2.7.8.ebuild)16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/pproxy/pproxy-2.7.8.ebuild b/dev-python/pproxy/pproxy-2.7.8-r1.ebuild
index 6d9049372ab6..f5e2555debf4 100644
--- a/dev-python/pproxy/pproxy-2.7.8.ebuild
+++ b/dev-python/pproxy/pproxy-2.7.8-r1.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
-
-inherit distutils-r1 optfeature
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 optfeature pypi
DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio"
HOMEPAGE="
- https://github.com/qwj/python-proxy
https://pypi.org/project/pproxy/
+ https://github.com/qwj/python-proxy
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
pkg_postinst() {
- optfeature "ssh tunnelling" ">=dev-python/asyncssh-2.5.0"
- optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2 >=dev-python/uvloop-0.13.0"
- optfeature "daemon" ">=dev-python/python-daemon-2.2.3"
+ optfeature "ssh tunnelling support" dev-python/asyncssh
+ optfeature "accelerated ciphers support" "dev-python/pycryptodome dev-python/uvloop"
+ optfeature "daemon support" dev-python/python-daemon
}