pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-pendrell Add the Pendrell Python library from h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/539f7cd3781c
branches:  trunk
changeset: 577765:539f7cd3781c
user:      ver <ver%pkgsrc.org@localhost>
date:      Mon Jul 19 16:34:35 2010 +0000

description:
Add the Pendrell Python library from http://pendrell.olix0r.net/

diffstat:

 www/py-pendrell/DESCR    |  13 +++++++
 www/py-pendrell/Makefile |  21 +++++++++++
 www/py-pendrell/PLIST    |  86 ++++++++++++++++++++++++++++++++++++++++++++++++
 www/py-pendrell/distinfo |   5 ++
 4 files changed, 125 insertions(+), 0 deletions(-)

diffs (141 lines):

diff -r 6716e4920ab5 -r 539f7cd3781c www/py-pendrell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-pendrell/DESCR     Mon Jul 19 16:34:35 2010 +0000
@@ -0,0 +1,13 @@
+Pendrell augments the twisted.web framework with an HTTP 1client that has
+several advantages over prior art (or at least urllib2 and twisted.web.client):
+
+  * HTTP 1.1 support:
+    * TE/transfer-encoding support for chunked, gzip, and deflate encodings
+    * Ability to simultaneously maintain multiple persistent connections.
+  * Transparent Gzip and Deflate Content-encoding support.
+  * Ability to stream data, by performing call-backs with data chunks,
+    alleviates the need to buffer large files.
+    * Advanced Gzip support accomdates incremental decoding of chunked streams.
+  * Asynchronous (twisted) API.
+  * Integration with cookielib, and compatibility with urllib2.Request API.
+  * Proxy Support.
diff -r 6716e4920ab5 -r 539f7cd3781c www/py-pendrell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-pendrell/Makefile  Mon Jul 19 16:34:35 2010 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2010/07/19 16:34:35 ver Exp $
+#
+
+DISTNAME=      pendrell-0.2.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel www python
+MASTER_SITES=  http://pypi.python.org/packages/source/p/pendrell/
+
+MAINTAINER=    ver%NetBSD.org@localhost
+HOMEPAGE=      http://pendrell.olix0r.net/
+COMMENT=       HTTP/1.1 User Agent for the Programmable Web
+LICENSE=       mit
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PYTHON_VERSIONS_ACCEPTED= 26 25
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
+DEPENDS+=      ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6716e4920ab5 -r 539f7cd3781c www/py-pendrell/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-pendrell/PLIST     Mon Jul 19 16:34:35 2010 +0000
@@ -0,0 +1,86 @@
+@comment $NetBSD: PLIST,v 1.1 2010/07/19 16:34:35 ver Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pendrell/__init__.py
+${PYSITELIB}/pendrell/__init__.pyc
+${PYSITELIB}/pendrell/__init__.pyo
+${PYSITELIB}/pendrell/_version.py
+${PYSITELIB}/pendrell/_version.pyc
+${PYSITELIB}/pendrell/_version.pyo
+${PYSITELIB}/pendrell/agent.py
+${PYSITELIB}/pendrell/agent.pyc
+${PYSITELIB}/pendrell/agent.pyo
+${PYSITELIB}/pendrell/auth.py
+${PYSITELIB}/pendrell/auth.pyc
+${PYSITELIB}/pendrell/auth.pyo
+${PYSITELIB}/pendrell/cases/__init__.py
+${PYSITELIB}/pendrell/cases/__init__.pyc
+${PYSITELIB}/pendrell/cases/__init__.pyo
+${PYSITELIB}/pendrell/cases/_test_comparison.py
+${PYSITELIB}/pendrell/cases/_test_comparison.pyc
+${PYSITELIB}/pendrell/cases/_test_comparison.pyo
+${PYSITELIB}/pendrell/cases/_test_transfer.py
+${PYSITELIB}/pendrell/cases/_test_transfer.pyc
+${PYSITELIB}/pendrell/cases/_test_transfer.pyo
+${PYSITELIB}/pendrell/cases/http_server.py
+${PYSITELIB}/pendrell/cases/http_server.pyc
+${PYSITELIB}/pendrell/cases/http_server.pyo
+${PYSITELIB}/pendrell/cases/junk_server.py
+${PYSITELIB}/pendrell/cases/junk_server.pyc
+${PYSITELIB}/pendrell/cases/junk_server.pyo
+${PYSITELIB}/pendrell/cases/md5_server.py
+${PYSITELIB}/pendrell/cases/md5_server.pyc
+${PYSITELIB}/pendrell/cases/md5_server.pyo
+${PYSITELIB}/pendrell/cases/server.py
+${PYSITELIB}/pendrell/cases/server.pyc
+${PYSITELIB}/pendrell/cases/server.pyo
+${PYSITELIB}/pendrell/cases/test_agent.py
+${PYSITELIB}/pendrell/cases/test_agent.pyc
+${PYSITELIB}/pendrell/cases/test_agent.pyo
+${PYSITELIB}/pendrell/cases/test_auth.py
+${PYSITELIB}/pendrell/cases/test_auth.pyc
+${PYSITELIB}/pendrell/cases/test_auth.pyo
+${PYSITELIB}/pendrell/cases/test_decoders.py
+${PYSITELIB}/pendrell/cases/test_decoders.pyc
+${PYSITELIB}/pendrell/cases/test_decoders.pyo
+${PYSITELIB}/pendrell/cases/test_functional.py
+${PYSITELIB}/pendrell/cases/test_functional.pyc
+${PYSITELIB}/pendrell/cases/test_functional.pyo
+${PYSITELIB}/pendrell/cases/test_http.py
+${PYSITELIB}/pendrell/cases/test_http.pyc
+${PYSITELIB}/pendrell/cases/test_http.pyo
+${PYSITELIB}/pendrell/cases/test_jigsaw.py
+${PYSITELIB}/pendrell/cases/test_jigsaw.pyc
+${PYSITELIB}/pendrell/cases/test_jigsaw.pyo
+${PYSITELIB}/pendrell/cases/test_proxy.py
+${PYSITELIB}/pendrell/cases/test_proxy.pyc
+${PYSITELIB}/pendrell/cases/test_proxy.pyo
+${PYSITELIB}/pendrell/cases/util.py
+${PYSITELIB}/pendrell/cases/util.pyc
+${PYSITELIB}/pendrell/cases/util.pyo
+${PYSITELIB}/pendrell/decoders.py
+${PYSITELIB}/pendrell/decoders.pyc
+${PYSITELIB}/pendrell/decoders.pyo
+${PYSITELIB}/pendrell/error.py
+${PYSITELIB}/pendrell/error.pyc
+${PYSITELIB}/pendrell/error.pyo
+${PYSITELIB}/pendrell/log.py
+${PYSITELIB}/pendrell/log.pyc
+${PYSITELIB}/pendrell/log.pyo
+${PYSITELIB}/pendrell/messages.py
+${PYSITELIB}/pendrell/messages.pyc
+${PYSITELIB}/pendrell/messages.pyo
+${PYSITELIB}/pendrell/protocols.py
+${PYSITELIB}/pendrell/protocols.pyc
+${PYSITELIB}/pendrell/protocols.pyo
+${PYSITELIB}/pendrell/proxy.py
+${PYSITELIB}/pendrell/proxy.pyc
+${PYSITELIB}/pendrell/proxy.pyo
+${PYSITELIB}/pendrell/requester.py
+${PYSITELIB}/pendrell/requester.pyc
+${PYSITELIB}/pendrell/requester.pyo
+${PYSITELIB}/pendrell/util.py
+${PYSITELIB}/pendrell/util.pyc
+${PYSITELIB}/pendrell/util.pyo
diff -r 6716e4920ab5 -r 539f7cd3781c www/py-pendrell/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-pendrell/distinfo  Mon Jul 19 16:34:35 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2010/07/19 16:34:35 ver Exp $
+
+SHA1 (pendrell-0.2.3.tar.gz) = eeeb76dcbb2a9dcc539d84c4b374f52d795fb0bb
+RMD160 (pendrell-0.2.3.tar.gz) = 879dc096abb0b840be850efa906fcdadf5455e6b
+Size (pendrell-0.2.3.tar.gz) = 31038 bytes



Home | Main Index | Thread Index | Old Index