Port details |
- py-jh2 HTTP/2 State-Machine based protocol implementation
- 5.0.5 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-01-02 19:46:39
- Commit Hash: dead4c5
- 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 = 1735837795
SHA256 (jh2-5.0.5.tar.gz) = 611608717a52b49eae44867ce9d8d8d986a3fa2dedc2356c0fb923e5871f4869
SIZE (jh2-5.0.5.tar.gz) = 7300256
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- 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.83.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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |