mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/python-socks: Bump to 2.8.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST python-socks-2.8.1.gh.tar.gz 32435 BLAKE2B 99dd9af19b3952e758373da8092eb87f10d471f85d0bcdfdf643f1765a656c062c7c7ace0682982c2738f8c76163495745938f6c86b601b9be8bfe8b6f6d6717 SHA512 0f8304d979049af3fbf2bd8af94bbd71215834413c4dbc377ea4b829461811d671ee28f07fac425e9fc00da2e8e083f20671bb2e64fdc11b3fddfad0a9278167
|
||||
DIST python-socks-2.8.2.gh.tar.gz 33105 BLAKE2B dbc2492070ea6992552eecdfeb47cdc4299491a1350c14d04bce41695470516d5e05a0b07f4d0b0434348355c9dd32b5de30a186f5a9febee573dd737d42cd46 SHA512 0ab02015a0c409548e53b829e7af37ba8c2d88e8857aae481391fb8c86b9156ec47e155940b1cbe05692ad9a7cd02798e530e36717f02efd472ea86cae5a5865
|
||||
|
||||
41
dev-python/python-socks/python-socks-2.8.2.ebuild
Normal file
41
dev-python/python-socks/python-socks-2.8.2.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 2020-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="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/romis2012/python-socks/
|
||||
https://pypi.org/project/python-socks/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/romis2012/python-socks/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"
|
||||
|
||||
# curio is not packaged
|
||||
# asyncio is the only backend we have, so dep on its deps unconditionally
|
||||
# TODO: revisit
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-1.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/tiny-proxy-0.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/trio-0.24[${PYTHON_USEDEP}]
|
||||
>=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Test markers exist to exclude trio etc if needed
|
||||
EPYTEST_PLUGINS=( anyio pytest-{asyncio,trio} )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user