Files
ports/www/py-hyperframe/Makefile
T
Po-Chuan Hsieh fe34b951b5 www/py-hyperframe: Update to 6.1.0
- Fix WWW
- Update COMMENT
- Convert to USE_PYTHON=pep517
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/python-hyper/hyperframe/blob/master/CHANGELOG.rst
PR:		295158
Approved by:	maintainer (timeout, 16 days)
2026-05-26 12:56:12 +08:00

23 lines
557 B
Makefile

PORTNAME= hyperframe
PORTVERSION= 6.1.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-Python HTTP/2 framing
WWW= https://python-hyper.org/projects/hyperframe/en/stable/ \
https://github.com/python-hyper/hyperframe
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>