Added
Link Here
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= httpx-socks |
4 |
PORTVERSION= 0.4.0 |
5 |
DISTVERSIONPREFIX= v |
6 |
CATEGORIES= www python |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= vvelox@vvelox.net |
10 |
COMMENT= Proxy (HTTP, SOCKS) transports for httpx |
11 |
|
12 |
LICENSE= APACHE20 |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpcore>=0.13.0<0.14:www/py-httpcore@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}curio>0:devel/py-curio@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}python-socks>0:net/py-python-socks@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} |
22 |
|
23 |
USES= python:3.6+ |
24 |
USE_GITHUB= yes |
25 |
GH_ACCOUNT= romis2012 |
26 |
USE_PYTHON= autoplist concurrent distutils |
27 |
|
28 |
NO_ARCH= yes |
29 |
|
30 |
.include <bsd.port.mk> |