From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pproxy/
Date: Mon, 6 Mar 2023 13:38:24 +0000 (UTC) [thread overview]
Message-ID: <1678008610.83622a573dc451125ca24a5187ec2214ea5933bf.flow@gentoo> (raw)
commit: 83622a573dc451125ca24a5187ec2214ea5933bf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar 5 09:29:19 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 09:30:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83622a57
dev-python/pproxy: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pproxy/pproxy-2.7.8-r1.ebuild | 25 +++++++++++++++++++++++++
dev-python/pproxy/pproxy-2.7.8.ebuild | 25 -------------------------
2 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/dev-python/pproxy/pproxy-2.7.8-r1.ebuild b/dev-python/pproxy/pproxy-2.7.8-r1.ebuild
new file mode 100644
index 000000000..0fcebb455
--- /dev/null
+++ b/dev-python/pproxy/pproxy-2.7.8-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+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://pypi.org/project/pproxy/
+ https://github.com/qwj/python-proxy
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+pkg_postinst() {
+ optfeature "ssh tunnelling support" dev-python/asyncssh
+ optfeature "accelerated ciphers support" "dev-python/pycryptodome dev-python/uvloop"
+ optfeature "daemon support" dev-python/python-daemon
+}
diff --git a/dev-python/pproxy/pproxy-2.7.8.ebuild b/dev-python/pproxy/pproxy-2.7.8.ebuild
deleted file mode 100644
index 88fecc3c1..000000000
--- a/dev-python/pproxy/pproxy-2.7.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-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"
-
-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"
-}
next reply other threads:[~2023-03-06 13:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-06 13:38 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-15 7:11 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pproxy/ Andrew Ammerlaan
2021-04-13 13:22 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1678008610.83622a573dc451125ca24a5187ec2214ea5933bf.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox