public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2020-12-03 19:26 Alessandro Barbieri
  0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2020-12-03 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4540ba5b6dc293825efc199479b4cddb19674800
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Dec  3 19:19:50 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Dec  3 19:19:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4540ba5b

dev-python/pproxy: new package

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/metadata.xml        | 36 +++++++++++++++++++++++++++++++++++
 dev-python/pproxy/pproxy-2.4.6.ebuild | 29 ++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest
new file mode 100644
index 00000000..117f75e5
--- /dev/null
+++ b/dev-python/pproxy/Manifest
@@ -0,0 +1 @@
+DIST pproxy-2.4.6.tar.gz 46410 BLAKE2B f7c4e973e205d3256e17cab23bb8745800c5c12592f15e52a303ad6f3063bc345257576c52edafab5da67b93cf289e5f4f25336e58e9a66ba7e90402031fdcff SHA512 72d5c781ee81556e10a3436f2fae6e541a7f0b7d5f354336d0b4d98b1a75c34e4ec4c9c9f88e3c7cff47fe4218bf6efb1a78588caa02e704900fe436708c5cba

diff --git a/dev-python/pproxy/metadata.xml b/dev-python/pproxy/metadata.xml
new file mode 100644
index 00000000..56df1b78
--- /dev/null
+++ b/dev-python/pproxy/metadata.xml
@@ -0,0 +1,36 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">
+Features
+
+Lightweight single-thread asynchronous IO.
+Pure python, no additional library required.
+Proxy client/server for TCP/UDP.
+Schedule (load balance) among remote servers.
+Incoming traffic auto-detect.
+Tunnel/relay/backward-relay support.
+Unix domain socket support.
+User/password authentication support.
+Filter/block hostname by regex patterns.
+SSL/TLS client/server support.
+Shadowsocks OTA (One-Time-Auth), SSR plugins.
+Statistics by bandwidth and traffic.
+PAC support for javascript configuration.
+Iptables/Pf NAT redirect packet tunnel.
+System proxy auto-setting support.
+Client/Server API provided.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">qwj/python-proxy</remote-id>
+    <remote-id type="pypi">pproxy</remote-id>
+    <maintainer status="unknown">
+      <email>qianwenjie@gmail.com</email>
+      <name>Qian Wenjie</name>
+    </maintainer>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/pproxy/pproxy-2.4.6.ebuild b/dev-python/pproxy/pproxy-2.4.6.ebuild
new file mode 100644
index 00000000..7f1198d9
--- /dev/null
+++ b/dev-python/pproxy/pproxy-2.4.6.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 )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf 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"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
  2020-12-04 15:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-12-04 15:00 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-12-04 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec  4 14:50:12 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec  4 14:50:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3da36cb4

dev-python/pproxy: shorten description

because it makes repoman happy

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pproxy/pproxy-2.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pproxy/pproxy-2.4.6.ebuild b/dev-python/pproxy/pproxy-2.4.6.ebuild
index 7f1198d9..9ec9b629 100644
--- a/dev-python/pproxy/pproxy-2.4.6.ebuild
+++ b/dev-python/pproxy/pproxy-2.4.6.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 optfeature
 
-DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio"
+DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio"
 HOMEPAGE="
 	https://github.com/qwj/python-proxy
 	https://pypi.org/project/pproxy


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2020-12-06  9:40 Alessandro Barbieri
  0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2020-12-06  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fa70d115aadce91576bd9316042d670588896849
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Dec  6 09:35:30 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Dec  6 09:40:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa70d115

dev-python/pproxy: fix typo

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

 dev-python/pproxy/pproxy-2.4.6-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild
new file mode 100644
index 00000000..f925de38
--- /dev/null
+++ b/dev-python/pproxy/pproxy-2.4.6-r1.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 )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf 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"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
  2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-12-06 10:46 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4cdbbaa38c93ce76fcb776db3eca3414912c80fe
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec  6 10:12:23 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Dec  6 10:45:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cdbbaa3

dev-python/pproxy: shorten description

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pproxy/pproxy-2.4.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild
index f925de38..c325370d 100644
--- a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild
+++ b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 optfeature
 
-DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio"
+DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio"
 HOMEPAGE="
 	https://github.com/qwj/python-proxy
 	https://pypi.org/project/pproxy


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2020-12-09  2:53 Alessandro Barbieri
  0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2020-12-09  2:53 UTC (permalink / raw
  To: gentoo-commits

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"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2021-03-27 18:35 Alessandro Barbieri
  0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-03-27 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0ece3545ed84a47f1b3fe50d31cf9bb992ef5185
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 27 18:16:55 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 27 18:16:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ece3545

dev-python/pproxy: bump

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

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

diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest
index fc85a69f5..9ae3e0ae8 100644
--- a/dev-python/pproxy/Manifest
+++ b/dev-python/pproxy/Manifest
@@ -1,2 +1,3 @@
 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

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


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
  2021-04-13 13:22 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-13 13:15 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     30c845aef01426b8a8f3706ebdcc3dd7c9a8de78
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:05:46 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:05:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30c845ae

dev-python/pproxy: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pproxy/Manifest               |  1 -
 dev-python/pproxy/pproxy-2.4.6-r1.ebuild | 29 -----------------------------
 dev-python/pproxy/pproxy-2.4.6.ebuild    | 29 -----------------------------
 3 files changed, 59 deletions(-)

diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest
index 9ae3e0ae8..b70639538 100644
--- a/dev-python/pproxy/Manifest
+++ b/dev-python/pproxy/Manifest
@@ -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

diff --git a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild
deleted file mode 100644
index c325370d5..000000000
--- a/dev-python/pproxy/pproxy-2.4.6-r1.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 )
-
-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.4.6.ebuild b/dev-python/pproxy/pproxy-2.4.6.ebuild
deleted file mode 100644
index 9ec9b6294..000000000
--- a/dev-python/pproxy/pproxy-2.4.6.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 )
-
-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"
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2021-06-14  2:27 Alessandro Barbieri
  0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-06-14  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bcaf993f30a34b3c07b20412be7c5e9dd0e5fb12
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 01:13:46 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Jun 14 02:27:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcaf993f

dev-python/pproxy: add 2.7.8

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

 dev-python/pproxy/Manifest            |  1 +
 dev-python/pproxy/pproxy-2.7.8.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest
index b70639538..766907eff 100644
--- a/dev-python/pproxy/Manifest
+++ b/dev-python/pproxy/Manifest
@@ -1,2 +1,3 @@
 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.7.8.ebuild b/dev-python/pproxy/pproxy-2.7.8.ebuild
new file mode 100644
index 000000000..a9c8de890
--- /dev/null
+++ b/dev-python/pproxy/pproxy-2.7.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{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"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2021-06-14 23:09 Alessandro Barbieri
  0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-06-14 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d9fba207bcf856bc74be3e15c6e7cf31145a4650
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 22:48:21 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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"
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2021-12-14  7:14 Anna Vyalkova
  0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2021-12-14  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     db55ed9e73af90194c1fdccd75d2371792391f11
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Dec 11 12:04:15 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 14 07:02:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db55ed9e

dev-python/pproxy: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/816345
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pproxy/metadata.xml        | 2 +-
 dev-python/pproxy/pproxy-2.7.8.ebuild | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/pproxy/metadata.xml b/dev-python/pproxy/metadata.xml
index 56df1b781..7d31e7fbb 100644
--- a/dev-python/pproxy/metadata.xml
+++ b/dev-python/pproxy/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
     <email>lssndrbarbieri@gmail.com</email>

diff --git a/dev-python/pproxy/pproxy-2.7.8.ebuild b/dev-python/pproxy/pproxy-2.7.8.ebuild
index a9c8de890..970986677 100644
--- a/dev-python/pproxy/pproxy-2.7.8.ebuild
+++ b/dev-python/pproxy/pproxy-2.7.8.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1 optfeature
 
@@ -21,7 +20,6 @@ KEYWORDS="~amd64 ~x86"
 
 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 "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2 >=dev-python/uvloop-0.13.0"
 	optfeature "daemon" ">=dev-python/python-daemon-2.2.3"
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/
@ 2023-03-05  9:30 Anna Vyalkova
  0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2023-03-05  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     83622a573dc451125ca24a5187ec2214ea5933bf
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar  5 09:29:19 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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"
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-03-05  9:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-14  7:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2023-03-05  9:30 Anna Vyalkova
2021-06-14 23:09 Alessandro Barbieri
2021-06-14  2:27 Alessandro Barbieri
2021-04-13 13:22 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-13 13:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-27 18:35 Alessandro Barbieri
2020-12-09  2:53 Alessandro Barbieri
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-06 10:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-06  9:40 Alessandro Barbieri
2020-12-04 15:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-04 15:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-03 19:26 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox