Port details |
- py-jh2 HTTP/2 State-Machine based protocol implementation
- 5.0.8 www
=0 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-12-31 16:03:17
- Last Update: 2025-03-19 03:40:51
- Commit Hash: c727b8d
- Also Listed In: python
- License: MIT
- WWW:
- https://python-hyper.org/projects/h2/en/stable/
- https://github.com/jawah/h2
- Description:
- jh2, HTTP/2 Protocol Stack, is a fork of the well known hyper/h2 package. We
want to provide a cleaner and faster HTTP/2 state machine while keeping a pure
Python implementation. We decided to embed the leaf dependencies as we want a
neater dependency tree and along with that a easier maintenance burden. We
believe it was a mistake to ship three packages (h2, hpack, and hyperframe).
Analysis shown that h2 spend a lot of time doing hpack encode and decode
operations, this is why we decided to offer a complementary optimized build. The
pure Python version will still be available.
This repository contains a pure-Python implementation of a HTTP/2 protocol
stack. It's written from the ground up to be embeddable in whatever program you
choose to use, ensuring that you can speak HTTP/2 regardless of your programming
paradigm.
 ¦ ¦ ¦ ¦ 
- 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}jh2>0:www/py-jh2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-jh2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-jh2
- pkg install py311-jh2
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-jh2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jh2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1742070482
SHA256 (jh2-5.0.8.tar.gz) = ad91f57c3485d87a8edee558dafab0f08c716857d748731c0998dcefe9d3fd5f
SIZE (jh2-5.0.8.tar.gz) = 7301745
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-maturin>=1.7<2.0 : devel/py-maturin@py311
- rust>=1.85.0 : lang/rust
- 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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- net/py-urllib3-future
Configuration Options:
- No options to configure
- Options name:
- www_py-jh2
- USES:
- cargo python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.8 19 Mar 2025 03:40:51
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-jh2: Update to 5.0.8
Changes: https://github.com/jawah/h2/releases |
5.0.7_1 11 Mar 2025 15:53:59
    |
Kai Knoblich (kai)  |
www/py-jh2: Fix build after 75f9a60e9790
* The 1.8.2 release of devel/py-maturin uses a updated version of the
"pyproject-toml" crate which is stricter with regard to license
metadata:
[...]
maturin failed
Caused by: pyproject.toml at
/wrkdirs/usr/ports/www/py-jh2/work-py311/jh2-5.0.7/pyproject.toml is invalid
Caused by: TOML parse error at line 9, column 17
|
9 | license-files = { paths = ["LICENSE"] }
| ^^^^^^^^^^^^^^^^^^^^^^^
[...]
Approved by: portmgr (build fix blanket) |
5.0.7_1 24 Feb 2025 07:55:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.85.0
PR: 284884 |
5.0.7 03 Feb 2025 15:51:35
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-jh2: Update to 5.0.7
- Add GitHub to MASTER_SITES
Changes: https://github.com/jawah/h2/releases |
5.0.5_1 20 Jan 2025 11:06:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
5.0.5 02 Jan 2025 19:46:39
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-jh2: Update to 5.0.5
Changes: https://github.com/jawah/h2/releases |
5.0.4 31 Dec 2024 15:38:21
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-jh2: Add py-jh2 5.0.4
jh2, HTTP/2 Protocol Stack, is a fork of the well known hyper/h2 package. We
want to provide a cleaner and faster HTTP/2 state machine while keeping a pure
Python implementation. We decided to embed the leaf dependencies as we want a
neater dependency tree and along with that a easier maintenance burden. We
believe it was a mistake to ship three packages (h2, hpack, and hyperframe).
Analysis shown that h2 spend a lot of time doing hpack encode and decode
operations, this is why we decided to offer a complementary optimized build. The
pure Python version will still be available.
This repository contains a pure-Python implementation of a HTTP/2 protocol
stack. It's written from the ground up to be embeddable in whatever program you
choose to use, ensuring that you can speak HTTP/2 regardless of your programming
paradigm. |
Number of commits found: 7
|