| Port details |
- py-httpx_gssapi Requests GSSAPI for HTTPX
- 0.5 www
=0 0.5Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2024-12-04 14:36:05
- Last Update: 2025-09-09 12:17:17
- Commit Hash: ab24ac4
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/pythongssapi/httpx-gssapi
- Description:
- HTTPX is a full featured Python HTTP library with both sync and async APIs
designed to be a next generation HTTP client for Python. This library is a
port of Requests GSSAPI to HTTPX which adds optional GSSAPI authentication
support and supports mutual authentication.
Basic GET usage:
>>> import httpx
>>> from httpx_gssapi import HTTPSPNEGOAuth
>>> r = httpx.get("http://example.org", auth=HTTPSPNEGOAuth())
Both the sync and async HTTPX APIs should be fully supported.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}httpx_gssapi>0:www/py-httpx_gssapi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-httpx_gssapi/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-httpx_gssapi
- pkg install py311-httpx_gssapi
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 py311-httpx_gssapi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-httpx_gssapi
- Package flavors (<flavor>: <package>)
- py311: py311-httpx_gssapi
- distinfo:
- TIMESTAMP = 1757419864
SHA256 (httpx_gssapi-0.5.tar.gz) = d1fe7af4c8544303bbb08e5b1bb51d87c5d3b07a1caa6594096660803e40188d
SIZE (httpx_gssapi-0.5.tar.gz) = 37064
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-httpx>=0.16<0.29 : www/py-httpx@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-httpx_gssapi
- USES:
- python
- 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 |
0.5 09 Sep 2025 12:17:17
    |
Dan Langille (dvl)  |
www/py-httpx_gssapi: remove Makefile.new
It was never intended to be added to the tree. |
0.5 09 Sep 2025 12:12:12
    |
Dan Langille (dvl)  |
www/py-httpx_gssapi: Update to 0.5
re: https://github.com/pythongssapi/httpx-gssapi/releases/tag/v0.5 |
0.4_2 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.4_1 26 Dec 2024 14:07:28
    |
Dan Langille (dvl)  |
www/py-httpx_gssapi: Correct depdendency
Fix fallout breakage:
py311-httpx_gssapi-0.4 depends on package: py311-httpx>=0.16<0.28
This broke because:
a - dependency range was incorrect
b - dependency was update and was outside range
Adjust depedency based on upstream setup.cfg: <0.29 |
0.4 04 Dec 2024 14:33:42
    |
Dan Langille (dvl)  |
www/py-httpx-gssapi: rename to www/py-httpx_gssapi
Move py-httpx-gssapi to py-httpx_gssapi
Upstream renamed the distfile. While here, update to 0.4
re: https://github.com/pythongssapi/httpx-gssapi/releases/tag/v0.4 |
Number of commits found: 5
|