Port details |
- py-httpx Next generation HTTP client
- 0.28.1 www =7 0.28.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-05-08 08:48:49
- Last Update: 2024-12-25 19:15:49
- Commit Hash: 6b7a723
- People watching this port, also watch:: py39-hpack, xorg-fonts-truetype, indexinfo, libevent, dbus
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.python-httpx.org/
- https://github.com/encode/httpx
- Description:
- HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.
- ¦ ¦ ¦ ¦
- 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>0:www/py-httpx@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-httpx/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-httpx
- pkg install py311-httpx
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 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-httpx
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1734888376
SHA256 (httpx-0.28.1.tar.gz) = 75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc
SIZE (httpx-0.28.1.tar.gz) = 141406
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-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py311
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-anyio>=0 : devel/py-anyio@py311
- py311-certifi>=0 : security/py-certifi@py311
- py311-httpcore>=1<2 : www/py-httpcore@py311
- py311-idna>=0 : dns/py-idna@py311
- py311-h2>=3<5 : www/py-h2@py311
- py311-socksio>=1<2 : net/py-socksio@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- databases/datasette
- finance/freqtrade
- finance/py-investiny
- www/searx
- for Run
-
- archivers/py-blosc2
- audio/py-pylast
- converters/py-gotenberg-client
- databases/datasette
- devel/py-connexion
- devel/py-datasette
- devel/py-gptscript
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-httpx-0.28.1:
BROTLI=off: Brotli compression support
CLI=off: Command-line interface support
HTTP2=on: HTTP protocol version 2.0 support
SOCKS=on: SOCKS proxy support
ZSTD=off: Zstandard compression support
===> Use 'make config' to modify these settings
- Options name:
- www_py-httpx
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.28.1 25 Dec 2024 19:15:49 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.28.1
Changes: https://github.com/encode/httpx/releases |
0.27.2 15 Sep 2024 20:09:53 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Add ZSTD option |
0.27.2 08 Sep 2024 18:37:50 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.27.2
Changes: https://github.com/encode/httpx/releases |
0.27.0_1 31 Mar 2024 18:51:48 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Enable SOCKS option by default
- Bump PORTREVISION for dependency change |
0.27.0 09 Mar 2024 14:06:21 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.27.0
Changes: https://github.com/encode/httpx/releases |
0.26.0 25 Dec 2023 09:01:13 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.26.0
Changes: https://github.com/encode/httpx/releases |
0.25.2 27 Nov 2023 18:07:58 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.25.2
- Update WWW
Changes: https://github.com/encode/httpx/releases |
0.25.1 14 Nov 2023 17:16:00 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.25.1
Changes: https://github.com/encode/httpx/releases |
0.25.0 22 Sep 2023 03:19:48 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.25.0
Changes: https://github.com/encode/httpx/releases |
0.24.1_1 11 Sep 2023 03:11:33 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Allow build with py-httpcore 0.18.0+
- Bump PORTREVISION for package change
Obtained from: https://github.com/encode/httpx/pull/2803 |
0.24.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.24.1 27 May 2023 23:44:11 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.24.1
Changes: https://github.com/encode/httpx/releases |
0.24.0 18 Apr 2023 18:00:58 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.24.0
Changes: https://github.com/encode/httpx/releases |
0.23.3_4 05 Apr 2023 17:30:59 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Allow build with py-httpcore 0.17.0
- Bump PORTREVISION for package change |
0.23.3_3 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.23.3_2 21 Mar 2023 19:21:26 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
0.23.3_1 05 Feb 2023 15:50:09 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Allow build with py-rich 13.0.0+
- Bump PORTREVISION for package change
Reference: https://github.com/encode/httpx/commit/7c53d99da8351eea5ff71e1fa829e1d2e9727c0d
Reported by: Burns, Tyler <tburns@hrsd.com> |
0.23.3 30 Jan 2023 13:00:26 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.23.3
Changes: https://github.com/encode/httpx/releases |
0.23.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.23.1 30 Dec 2022 09:05:14 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.23.1
Changes: https://github.com/encode/httpx/releases |
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.23.0 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.23.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.23.0 03 Jun 2022 09:00:43 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.23.0
Changes: https://github.com/encode/httpx/releases |
0.22.0_1 22 May 2022 05:08:55 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Allow build with py-httpcore 0.15.0
- While I'm here, remove py-rfc3986 patch from setup.py and update RUN_DEPENDS
- Bump PORTREVISION for package change
Obtained
from: https://github.com/encode/httpx/commit/14a1704be507cf435fa84da75c249c2ecd1c3981 |
0.22.0 13 May 2022 11:39:38 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Cosmetic change |
0.22.0 10 May 2022 14:58:03 |
Bernhard Froehlich (decke) |
www/py-httpx: Add CPE information
Approved by: portmgr (blanket) |
0.22.0 29 Jan 2022 01:40:17 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Add CLI and SOCKS options |
0.22.0 28 Jan 2022 23:26:51 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.22.0
Changes: https://github.com/encode/httpx/releases |
0.21.3 23 Jan 2022 19:07:47 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.21.3
- Allow build with py-rfc3986 2.0.0
Changes: https://github.com/encode/httpx/releases |
0.21.1 21 Nov 2021 21:16:17 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.21.1
Changes: https://github.com/encode/httpx/releases |
0.21.0 21 Nov 2021 18:21:46 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.21.0
Changes: https://github.com/encode/httpx/releases |
0.20.0 25 Oct 2021 15:57:40 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.20.0
Changes: https://github.com/encode/httpx/releases |
0.19.0 21 Sep 2021 03:45:05 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.19.0
Changes: https://github.com/encode/httpx/releases |
0.18.2 20 Jun 2021 16:16:05 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.18.2
Changes: https://github.com/encode/httpx/releases |
0.18.1 02 May 2021 19:46:08 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.18.1
Changes: https://github.com/encode/httpx/releases |
0.18.0 01 May 2021 22:19:23 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.18.0
Changes: https://github.com/encode/httpx/releases |
0.17.1_1 25 Apr 2021 20:35:38 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Fix build with py-httpcore 0.13 update
- Bump PORTREVISION for package change |
0.17.1 18 Apr 2021 05:44:22 |
Po-Chuan Hsieh (sunpoet) |
www/py-httpx: Update to 0.16.1
Changes: https://github.com/encode/httpx/releases |
0.17.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.17.0 07 Mar 2021 22:22:49 |
sunpoet |
Update to 0.16.1
Changes: https://github.com/encode/httpx/releases |
0.16.1_1 03 Jan 2021 20:16:50 |
sunpoet |
Fix HTTP2 option after r559472
- Bump PORTREVISION for package change |
0.16.1 13 Oct 2020 18:42:43 |
sunpoet |
Update to 0.16.1
Changes: https://github.com/encode/httpx/releases |
0.16.0 10 Oct 2020 17:57:53 |
sunpoet |
Update to 0.16.0
Changes: https://github.com/encode/httpx/releases |
0.15.5 02 Oct 2020 13:18:41 |
sunpoet |
Update to 0.15.5
Changes: https://github.com/encode/httpx/releases |
0.15.4 02 Oct 2020 07:31:17 |
sunpoet |
Update to 0.15.4
Changes: https://github.com/encode/httpx/releases |
0.15.2 29 Sep 2020 18:18:47 |
sunpoet |
Update to 0.15.2
Changes: https://github.com/encode/httpx/releases |
0.15.1 27 Sep 2020 19:32:39 |
sunpoet |
Update to 0.15.1
Changes: https://github.com/encode/httpx/releases |
0.15.0 23 Sep 2020 18:49:47 |
sunpoet |
Update to 0.15.0
Changes: https://github.com/encode/httpx/releases |
0.14.3 05 Sep 2020 21:33:18 |
sunpoet |
Update to 0.14.3
Changes: https://github.com/encode/httpx/releases |
0.14.2 30 Aug 2020 07:16:02 |
sunpoet |
Add BROTLI option |
0.14.2 27 Aug 2020 18:46:05 |
sunpoet |
Update to 0.14.2
Changes: https://github.com/encode/httpx/releases |
0.14.1 19 Aug 2020 16:21:42 |
sunpoet |
Update to 0.14.1
Changes: https://github.com/encode/httpx/releases |
0.14.0 15 Aug 2020 17:08:26 |
sunpoet |
Update to 0.14.0
- Add HTTP2 option
Changes: https://github.com/encode/httpx/releases |
0.13.3 03 Jun 2020 18:10:29 |
sunpoet |
Update to 0.13.3
Changes: https://github.com/encode/httpx/releases |
0.13.2 31 May 2020 18:18:13 |
sunpoet |
Update to 0.13.2
Changes: https://github.com/encode/httpx/releases |
0.13.1 26 May 2020 12:12:20 |
sunpoet |
Update to 0.13.1
Changes: https://github.com/encode/httpx/releases |
0.13.0 25 May 2020 18:35:28 |
sunpoet |
Update to 0.13.0
Changes: https://github.com/encode/httpx/releases |
0.12.1 09 May 2020 14:23:56 |
antoine |
Unbreak bulk -a harder |
0.12.1 08 May 2020 08:47:26 |
sunpoet |
Add py-httpx 0.12.1
HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.
WWW: https://github.com/encode/httpx |