Port details |
- py-jh2 HTTP/2 State-Machine based protocol implementation
- 5.0.7 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-02-03 15:51:35
- Commit Hash: ae501dc
- 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 = 1738089164
SHA256 (jh2-5.0.7.tar.gz) = 43d56326d950aae3a0e7f3ebd51bc16c7c9350b3be12e8ca6cf0ed78d4ccaa57
SIZE (jh2-5.0.7.tar.gz) = 7300785
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.84.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: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 4
|