pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-httptools A collection of framework independent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88dae68b7370
branches:  trunk
changeset: 364910:88dae68b7370
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 07 07:25:31 2017 +0000

description:
A collection of framework independent HTTP protocol utils.

diffstat:

 www/py-httptools/DESCR    |   1 +
 www/py-httptools/Makefile |  16 ++++++++++++++++
 www/py-httptools/PLIST    |  16 ++++++++++++++++
 www/py-httptools/distinfo |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r c19bb976b88d -r 88dae68b7370 www/py-httptools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httptools/DESCR    Fri Jul 07 07:25:31 2017 +0000
@@ -0,0 +1,1 @@
+A collection of framework independent HTTP protocol utils.
diff -r c19bb976b88d -r 88dae68b7370 www/py-httptools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httptools/Makefile Fri Jul 07 07:25:31 2017 +0000
@@ -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@localhost
+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 -r c19bb976b88d -r 88dae68b7370 www/py-httptools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httptools/PLIST    Fri Jul 07 07:25:31 2017 +0000
@@ -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 -r c19bb976b88d -r 88dae68b7370 www/py-httptools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httptools/distinfo Fri Jul 07 07:25:31 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index