Port details |
- py-httpx-socks Proxy (HTTP, SOCKS) transports for httpx
- 0.5.1 www
=0 0.5.1Version of this port present on the latest quarterly branch. - Maintainer: vvelox@vvelox.net
 - Port Added: 2021-06-13 13:54:07
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- Also Listed In: python
- License: APACHE20
- Description:
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}httpx-socks>0:www/py-httpx-socks@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-httpx-socks/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-httpx-socks
- pkg install py39-httpx-socks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-httpx-socks listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-httpx-socks
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1634917339
SHA256 (romis2012-httpx-socks-v0.5.1_GH0.tar.gz) = 7bb369adf9522b9a1a62e924bfceb3404f7823bfebd82a6b6d85f647a81ec16e
SIZE (romis2012-httpx-socks-v0.5.1_GH0.tar.gz) = 20805
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-async_timeout>0 : devel/py-async_timeout@py39
- py39-curio>0 : devel/py-curio@py39
- py39-httpcore>=0.13.7 : www/py-httpcore@py39
- py39-httpx>=0.20.0 : www/py-httpx@py39
- py39-python-socks>0 : net/py-python-socks@py39
- py39-sniffio>=0 : devel/py-sniffio@py39
- py39-trio>0 : net/py-trio@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- www/searx
- for Run
-
- www/searx
Configuration Options:
- No options to configure
- Options name:
- www_py-httpx-socks
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.1 21 Nov 2021 18:25:06
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-httpx-socks: Fix RUN_DEPENDS to match setup.py
- Allow build with py-httpcore 0.14.0+
from setup.py:
install_requires=[
'httpx>=0.20.0',
'httpcore>=0.13.7',
'python-socks>=1.2.4',
], |
0.5.1 15 Nov 2021 08:09:14
    |
Yasuhiro Kimura (yasu)  Author: Zane C. Bowers-Hadley |
www/py-httpx-socks: Update to 0.5.1
* Remove 256527/225692-www_py-httpx-socks.diff that was added by
mistake when this port was added to ports tree
* While here, re-format Makefile with portfmt
ChangeLog: https://github.com/romis2012/httpx-socks/releases/tag/v0.5.1
PR: 259356
Fixes: c87e99309f1a (www/py-httpx-socks: New port - Proxy (HTTP, SOCKS)
transports for httpx) |
0.4.1 13 Jun 2021 13:51:27
    |
Rainer Hurling (rhurlin)  Author: Zane C. Bowers-Hadley |
www/py-httpx-socks: New port - Proxy (HTTP, SOCKS) transports for httpx
https://github.com/romis2012/httpx-socks
PR: 256527 |
Number of commits found: 5
|