v0.8.1: Bug fixes: * Always return headers as bytes objects Other changes: * Added proper license notices to the Javascript used in our documentation
16 lines
429 B
Makefile
16 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/05/14 08:05:12 adam Exp $
|
|
|
|
DISTNAME= h11-0.8.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/njsmith/h11
|
|
COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|