pkgsrc/www/py-h11/Makefile
adam a82617c795 py-h11: updated to 0.12.0
v0.12.0

Features

Added support for servers with broken line endings.
After this change h11 accepts both \r\n and \n as a headers delimiter.
Add early detection of invalid http data when request line starts with binary

Deprecations and Removals

Python 2.7 and PyPy 2 support is removed. h11 now requires Python>=3.6 including PyPy 3. Users running pip install h11 on Python 2 will automatically get the last Python 2-compatible version.
2021-01-15 13:02:08 +00:00

18 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/01/15 13:02:08 adam Exp $
DISTNAME= h11-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/python-hyper/h11
COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"