FreeBSD Bugzilla – Attachment 225699 Details for
Bug 256527
New Port: www/py-httpx-socks - Proxy (HTTP, SOCKS) transports for httpx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff
www_py-httpx-socks.diff (text/plain), 1.88 KB, created by
Zane C. Bowers-Hadley
on 2021-06-10 12:55:08 UTC
(
hide
)
Description:
git diff
Filename:
MIME Type:
Creator:
Zane C. Bowers-Hadley
Created:
2021-06-10 12:55:08 UTC
Size:
1.88 KB
patch
obsolete
>diff --git a/www/py-httpx-socks/Makefile b/www/py-httpx-socks/Makefile >new file mode 100644 >index 000000000000..acdd2ca5b7ae >--- /dev/null >+++ b/www/py-httpx-socks/Makefile >@@ -0,0 +1,28 @@ >+PORTNAME= httpx-socks >+PORTVERSION= 0.4.1 >+DISTVERSIONPREFIX= v >+CATEGORIES= www python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= vvelox@vvelox.net >+COMMENT= Proxy (HTTP, SOCKS) transports for httpx >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpcore>=0.13.0<0.14:www/py-httpcore@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}curio>0:devel/py-curio@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}python-socks>0:net/py-python-socks@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} >+ >+USES= python:3.7+ >+USE_GITHUB= yes >+GH_ACCOUNT= romis2012 >+USE_PYTHON= autoplist concurrent distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/www/py-httpx-socks/distinfo b/www/py-httpx-socks/distinfo >new file mode 100644 >index 000000000000..85fa641dd735 >--- /dev/null >+++ b/www/py-httpx-socks/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1623329607 >+SHA256 (romis2012-httpx-socks-v0.4.1_GH0.tar.gz) = f6c24f6606865f89083e51799d69bd5e005739c9b9569a9a0653e86f8ec1be9d >+SIZE (romis2012-httpx-socks-v0.4.1_GH0.tar.gz) = 20276 >diff --git a/www/py-httpx-socks/pkg-descr b/www/py-httpx-socks/pkg-descr >new file mode 100644 >index 000000000000..25bdf71d3e7a >--- /dev/null >+++ b/www/py-httpx-socks/pkg-descr >@@ -0,0 +1,5 @@ >+The httpx-socks package provides proxy transports for httpx >+client. SOCKS4(a), SOCKS5, HTTP (tunneling) proxy supported. >+It uses python-socks for core proxy functionality. >+ >+WWW: https://github.com/romis2012/httpx-socks
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256527
:
225691
|
225692
|
225697
| 225699