mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/tiny-proxy: Bump to 0.3.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tiny-proxy-0.2.1.gh.tar.gz 17090 BLAKE2B 971c0f6d4c1624f89ccf0753adf375f34e35be7108251b8acd54fe724989d8e9799ba933c8dc2e53ba9a3b5d603c873ae9556b74d403883627ff51591b0d8111 SHA512 26dcf470fa0d59b4d1abc7ddf8eddc40df7d599ae5e82c8ce788141410f07e94427eb8282a9c9ccb99f39ec19914280849dd86841d92f25f109abf28557449fc
|
||||
DIST tiny-proxy-0.3.0.gh.tar.gz 17178 BLAKE2B 5185487a35cf836d1908e40f5dc2f11a4903032f7857535f01a06687c9bd04070548a5f6ec6912b34a81f74935aa04b03516a41c0f6355ca1891b6ffa7c28661 SHA512 5a1a276d76d9cf6200877e231efb848111d9b19b3f313cdbef05aea6f4b4808fc38c254c56a6406a27fdc7441f681b75115af66a1154b64ffc8deb6704dbadb4
|
||||
|
||||
39
dev-python/tiny-proxy/tiny-proxy-0.3.0.ebuild
Normal file
39
dev-python/tiny-proxy/tiny-proxy-0.3.0.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
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 ~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/trustme-0.9.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-asyncio )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user