diff options
author | adam <adam@pkgsrc.org> | 2017-07-07 07:25:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-07 07:25:31 +0000 |
commit | ff4c7688cc25d6ca0838db377524980ecd73d0cc (patch) | |
tree | e51a5a0d5ca358c574d202d2cfb99dc29a7aa343 /www | |
parent | 9abd4d24168e8f8885432ed82128ef54e738f657 (diff) | |
download | pkgsrc-ff4c7688cc25d6ca0838db377524980ecd73d0cc.tar.gz |
A collection of framework independent HTTP protocol utils.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httptools/DESCR | 1 | ||||
-rw-r--r-- | www/py-httptools/Makefile | 16 | ||||
-rw-r--r-- | www/py-httptools/PLIST | 16 | ||||
-rw-r--r-- | www/py-httptools/distinfo | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/py-httptools/DESCR b/www/py-httptools/DESCR new file mode 100644 index 00000000000..d3ce280c0df --- /dev/null +++ b/www/py-httptools/DESCR @@ -0,0 +1 @@ +A collection of framework independent HTTP protocol utils. diff --git a/www/py-httptools/Makefile b/www/py-httptools/Makefile new file mode 100644 index 00000000000..fdcc3dec0ff --- /dev/null +++ b/www/py-httptools/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2017/07/07 07:25:31 adam Exp $ + +DISTNAME= httptools-0.0.9 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/httptools +COMMENT= Collection of framework independent HTTP protocol utils +LICENSE= mit + +PYTHON_VERSIONS_ACCEPTED= 36 35 34 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-httptools/PLIST b/www/py-httptools/PLIST new file mode 100644 index 00000000000..d944605aa66 --- /dev/null +++ b/www/py-httptools/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2017/07/07 07:25:31 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/httptools/__init__.py +${PYSITELIB}/httptools/__init__.pyc +${PYSITELIB}/httptools/__init__.pyo +${PYSITELIB}/httptools/parser/__init__.py +${PYSITELIB}/httptools/parser/__init__.pyc +${PYSITELIB}/httptools/parser/__init__.pyo +${PYSITELIB}/httptools/parser/errors.py +${PYSITELIB}/httptools/parser/errors.pyc +${PYSITELIB}/httptools/parser/errors.pyo +${PYSITELIB}/httptools/parser/parser.c +${PYSITELIB}/httptools/parser/parser.so diff --git a/www/py-httptools/distinfo b/www/py-httptools/distinfo new file mode 100644 index 00000000000..a6903b4c605 --- /dev/null +++ b/www/py-httptools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/07/07 07:25:31 adam Exp $ + +SHA1 (httptools-0.0.9.tar.gz) = f15afb428449f440c72f0b9c5244144ff11027cd +RMD160 (httptools-0.0.9.tar.gz) = 95ed5402ba6089b6b3eb65cf5fb52215b0fa0aec +SHA512 (httptools-0.0.9.tar.gz) = 3346a0b69165e26b323e653740b25b952b3f444862432c4e0364b0966e44513df6707dcfb57b1e095b84d15e63b167916ef6a6ad6dec91583f32f4b69188f251 +Size (httptools-0.0.9.tar.gz) = 86581 bytes |