Import py-httplib2-0.7.6 as www/py-httplib2 from wip, mostly by

mj_turner and jihbed.

A comprehensive Python HTTP client library that supports many features left out
of other HTTP libraries.

Features:
 o HTTP and HTTPS
 o Keep-Alive
 o Authentication
 o Caching
 o All Methods
 o Redirects
 o Compression
 o Lost update support
 o Unit Tested
This commit is contained in:
wiz 2012-10-14 22:07:00 +00:00
parent 99e7f4b245
commit 9dd8f048d4
4 changed files with 57 additions and 0 deletions

13
www/py-httplib2/DESCR Normal file
View file

@ -0,0 +1,13 @@
A comprehensive Python HTTP client library that supports many features left out
of other HTTP libraries.
Features:
o HTTP and HTTPS
o Keep-Alive
o Authentication
o Caching
o All Methods
o Redirects
o Compression
o Lost update support
o Unit Tested

23
www/py-httplib2/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2012/10/14 22:07:00 wiz Exp $
DISTNAME= httplib2-0.7.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://httplib2.googlecode.com/files/
MAINTAINER= mj@mjturner.net
HOMEPAGE= http://code.google.com/p/httplib2/
COMMENT= Comprehensive http client library for Python
LICENSE= mit
# Install README manually
DOCDIR= ${PREFIX}/share/doc/py-httplib2
INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

16
www/py-httplib2/PLIST Normal file
View file

@ -0,0 +1,16 @@
@comment $NetBSD: PLIST,v 1.1 2012/10/14 22:07:00 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/httplib2/__init__.py
${PYSITELIB}/httplib2/__init__.pyc
${PYSITELIB}/httplib2/__init__.pyo
${PYSITELIB}/httplib2/cacerts.txt
${PYSITELIB}/httplib2/iri2uri.py
${PYSITELIB}/httplib2/iri2uri.pyc
${PYSITELIB}/httplib2/iri2uri.pyo
${PYSITELIB}/httplib2/socks.py
${PYSITELIB}/httplib2/socks.pyc
${PYSITELIB}/httplib2/socks.pyo
share/doc/py-httplib2/README

5
www/py-httplib2/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/10/14 22:07:00 wiz Exp $
SHA1 (httplib2-0.7.6.tar.gz) = 4ad095cb3d65ddded5381dc4edc4078f908d7885
RMD160 (httplib2-0.7.6.tar.gz) = 2261d6659a0d6058d1db680eeab992bae06a81df
Size (httplib2-0.7.6.tar.gz) = 141916 bytes