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> |