From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tiny-proxy/
Date: Mon, 6 Nov 2023 06:22:37 +0000 (UTC) [thread overview]
Message-ID: <1699251749.6be9d0a2f6d6a6bd1dc8984a3f59c8249ef0adf7.mgorny@gentoo> (raw)
commit: 6be9d0a2f6d6a6bd1dc8984a3f59c8249ef0adf7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 06:08:50 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 06:22:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be9d0a2
dev-python/tiny-proxy: Bump to 0.2.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tiny-proxy/Manifest | 1 +
dev-python/tiny-proxy/tiny-proxy-0.2.1.ebuild | 39 +++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/tiny-proxy/Manifest b/dev-python/tiny-proxy/Manifest
index f0cb38f143f3..7f4d00472cac 100644
--- a/dev-python/tiny-proxy/Manifest
+++ b/dev-python/tiny-proxy/Manifest
@@ -1 +1,2 @@
DIST tiny-proxy-0.2.0.gh.tar.gz 15017 BLAKE2B 46c98d7d4fff2af85464a7c280d212b9be4eb263b8ca643013166b6a81d8783b3078d1551fba0d40417a0cbab795564dbd457bfc037e6c2d40612eabb45fef01 SHA512 748de443ab337f159b1bce852de7f3f10ca32a5580f99bf1e3448c86f49cba26a6ed2855d06b91da7457b3185f99755efd65714a4db3804309cc931e16bdd8b5
+DIST tiny-proxy-0.2.1.gh.tar.gz 17090 BLAKE2B 971c0f6d4c1624f89ccf0753adf375f34e35be7108251b8acd54fe724989d8e9799ba933c8dc2e53ba9a3b5d603c873ae9556b74d403883627ff51591b0d8111 SHA512 26dcf470fa0d59b4d1abc7ddf8eddc40df7d599ae5e82c8ce788141410f07e94427eb8282a9c9ccb99f39ec19914280849dd86841d92f25f109abf28557449fc
diff --git a/dev-python/tiny-proxy/tiny-proxy-0.2.1.ebuild b/dev-python/tiny-proxy/tiny-proxy-0.2.1.ebuild
new file mode 100644
index 000000000000..fc5ae4d5490f
--- /dev/null
+++ b/dev-python/tiny-proxy/tiny-proxy-0.2.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel)"
+HOMEPAGE="
+ https://github.com/romis2012/tiny-proxy/
+ https://pypi.org/project/tiny-proxy/
+"
+SRC_URI="
+ https://github.com/romis2012/tiny-proxy/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ <dev-python/anyio-5.0.0[${PYTHON_USEDEP}]
+ >=dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
+ >=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
+ >=dev-python/httpx-socks-0.7.4[${PYTHON_USEDEP}]
+ >=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}]
+ >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2023-11-06 6:22 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-06 6:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 16:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/tiny-proxy/ Michał Górny
2024-06-14 16:22 Michał Górny
2023-11-29 11:04 Michał Górny
2023-07-10 1:29 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-05-31 8:25 Michał Górny
2023-05-31 6:33 Michał Górny
2023-04-16 16:22 Arthur Zamarin
2023-04-15 5:40 Sam James
2023-04-15 5:40 Sam James
2023-04-14 20:53 Sam James
2023-03-03 19:47 Arthur Zamarin
2023-02-26 18:16 Arthur Zamarin
2023-02-24 23:29 Sam James
2023-01-21 9:32 Arthur Zamarin
2023-01-21 9:26 Arthur Zamarin
2023-01-21 9:26 Arthur Zamarin
2023-01-21 8:42 Arthur Zamarin
2023-01-21 8:42 Arthur Zamarin
2022-12-28 1:08 Yixun Lan
2022-12-26 1:49 WANG Xuerui
2022-12-20 9:06 Sam James
2022-12-20 8:15 Sam James
2022-12-20 8:15 Sam James
2022-12-19 18:30 Arthur Zamarin
2022-12-19 16:46 Michał Górny
2022-12-19 15:03 Michał Górny
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=1699251749.6be9d0a2f6d6a6bd1dc8984a3f59c8249ef0adf7.mgorny@gentoo \
--to=mgorny@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