pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httplib2 Import py-httplib2-0.7.6 as www/py-htt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c054029f6873
branches:  trunk
changeset: 609987:c054029f6873
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 14 22:07:00 2012 +0000

description:
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

diffstat:

 www/py-httplib2/DESCR    |  13 +++++++++++++
 www/py-httplib2/Makefile |  23 +++++++++++++++++++++++
 www/py-httplib2/PLIST    |  16 ++++++++++++++++
 www/py-httplib2/distinfo |   5 +++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 6490edf307f4 -r c054029f6873 www/py-httplib2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httplib2/DESCR     Sun Oct 14 22:07:00 2012 +0000
@@ -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
diff -r 6490edf307f4 -r c054029f6873 www/py-httplib2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httplib2/Makefile  Sun Oct 14 22:07:00 2012 +0000
@@ -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@localhost
+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"
diff -r 6490edf307f4 -r c054029f6873 www/py-httplib2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httplib2/PLIST     Sun Oct 14 22:07:00 2012 +0000
@@ -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
diff -r 6490edf307f4 -r c054029f6873 www/py-httplib2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-httplib2/distinfo  Sun Oct 14 22:07:00 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index