Port details |
- py-httpx_gssapi Requests GSSAPI for HTTPX
- 0.4 www =0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: dvl@FreeBSD.org
- Port Added: 2024-12-04 14:36:05
- Last Update: 2024-12-04 14:33:42
- Commit Hash: 74f6670
- 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.
- 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 = 1733321110
SHA256 (httpx_gssapi-0.4.tar.gz) = 8c9a4fa526484c1323c0a4436ef1198f34c0f1d6dde0973ea38f960d51e16ef0
SIZE (httpx_gssapi-0.4.tar.gz) = 36237
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.28 : www/py-httpx@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|