summaryrefslogtreecommitdiff
path: root/net/py-hpack/Makefile
diff options
context:
space:
mode:
authorleot <leot>2015-08-23 14:06:11 +0000
committerleot <leot>2015-08-23 14:06:11 +0000
commit8d5395d19273e1b2c11d1da904b8131eaec7ac0e (patch)
treef136ddd5e5e781b4f60f24547e40b02688743eac /net/py-hpack/Makefile
parent9341c3ed99302c9d042888b7e18ed83162dde97e (diff)
downloadpkgsrc-8d5395d19273e1b2c11d1da904b8131eaec7ac0e.tar.gz
Import net/py-hpack as py-hpack-1.1.0 (needed to update net/mitmproxy).
ok bsiegert@. Pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. It also contains a compatibility layer that automatically enables the use of nghttp2 if it's available.
Diffstat (limited to 'net/py-hpack/Makefile')
-rw-r--r--net/py-hpack/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/py-hpack/Makefile b/net/py-hpack/Makefile
new file mode 100644
index 00000000000..f44f638612f
--- /dev/null
+++ b/net/py-hpack/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/08/23 14:06:11 leot Exp $
+
+DISTNAME= hpack-1.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/hpack/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://hyper.rtfd.org/
+COMMENT= Pure-Python HPACK header compression
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"