Yuri Victorovich dc8e20b644 www/py-kiss-headers: update 2.4.3 → 2.5.0
Reported by:	portscout
2025-01-27 21:59:11 -08:00

27 lines
627 B
Makefile

PORTNAME= kiss-headers
DISTVERSION= 2.5.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Parser and serializer for http headers
WWW= https://ousret.github.io/kiss-headers/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.6.0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist pytest
NO_ARCH= yes
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
# tests as of 2.5.0: 74 passed in 5.01s
.include <bsd.port.mk>