View | Details | Raw Unified | Return to bug 256527 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/py-httpx-socks/Makefile (+28 lines)
Added Link Here
1
PORTNAME=	httpx-socks
2
PORTVERSION=	0.4.1
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	www python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	vvelox@vvelox.net
8
COMMENT=	Proxy (HTTP, SOCKS) transports for httpx
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpcore>=0.13.0<0.14:www/py-httpcore@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR}  \
15
		${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR}  \
16
		${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR}  \
17
		${PYTHON_PKGNAMEPREFIX}curio>0:devel/py-curio@${PY_FLAVOR}  \
18
		${PYTHON_PKGNAMEPREFIX}python-socks>0:net/py-python-socks@${PY_FLAVOR}  \
19
		${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
20
21
USES=		python:3.7+
22
USE_GITHUB=		yes
23
GH_ACCOUNT=		 romis2012
24
USE_PYTHON=	autoplist concurrent distutils
25
26
NO_ARCH=	yes
27
28
.include <bsd.port.mk>
(-)b/www/py-httpx-socks/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1623329607
2
SHA256 (romis2012-httpx-socks-v0.4.1_GH0.tar.gz) = f6c24f6606865f89083e51799d69bd5e005739c9b9569a9a0653e86f8ec1be9d
3
SIZE (romis2012-httpx-socks-v0.4.1_GH0.tar.gz) = 20276
(-)b/www/py-httpx-socks/pkg-descr (+5 lines)
Added Link Here
1
The httpx-socks package provides proxy transports for httpx
2
client. SOCKS4(a), SOCKS5, HTTP (tunneling) proxy supported.
3
It uses python-socks for core proxy functionality.
4
5
WWW: https://github.com/romis2012/httpx-socks

Return to bug 256527