pkgsrc/www/py-http-parser/Makefile
gutteridge 5437af49f0 py-http-parser: update to 0.9.0
No change log available, but the most significant fix is that this now
packages with Python > 3.6. (I tested it with 2.7, 3.6, 3.7, and 3.8.)
2020-04-08 21:45:14 +00:00

16 lines
417 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/04/08 21:45:14 gutteridge Exp $
DISTNAME= http-parser-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-parser/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/benoitc/http-parser
COMMENT= HTTP request/response parser
LICENSE= mit
USE_LANGUAGES= c
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"