pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www py-pendrell: removed



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df09f3133457
branches:  trunk
changeset: 335208:df09f3133457
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 15 09:37:17 2019 +0000

description:
py-pendrell: removed

diffstat:

 www/Makefile             |   3 +-
 www/py-pendrell/DESCR    |  13 -------
 www/py-pendrell/Makefile |  18 ----------
 www/py-pendrell/PLIST    |  86 ------------------------------------------------
 www/py-pendrell/distinfo |   6 ---
 5 files changed, 1 insertions(+), 125 deletions(-)

diffs (156 lines):

diff -r bc854b67ff33 -r df09f3133457 www/Makefile
--- a/www/Makefile      Sat Jun 15 08:41:59 2019 +0000
+++ b/www/Makefile      Sat Jun 15 09:37:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1386 2019/06/13 03:12:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.1387 2019/06/15 09:37:17 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -747,7 +747,6 @@
 SUBDIR+=       py-parsel
 SUBDIR+=       py-paste
 SUBDIR+=       py-pelican
-SUBDIR+=       py-pendrell
 SUBDIR+=       py-pylint-django
 SUBDIR+=       py-pystache
 SUBDIR+=       py-python-digest
diff -r bc854b67ff33 -r df09f3133457 www/py-pendrell/DESCR
--- a/www/py-pendrell/DESCR     Sat Jun 15 08:41:59 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-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 bc854b67ff33 -r df09f3133457 www/py-pendrell/Makefile
--- a/www/py-pendrell/Makefile  Sat Jun 15 08:41:59 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:21 maya Exp $
-
-DISTNAME=      pendrell-0.2.3
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel www python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pendrell/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://pendrell.olix0r.net/
-COMMENT=       HTTP/1.1 User Agent for the Programmable Web
-LICENSE=       mit
-
-DEPENDS+=      ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
-
-PYTHON_VERSIONS_INCOMPATIBLE=   36 37 # as of 0.2.3
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r bc854b67ff33 -r df09f3133457 www/py-pendrell/PLIST
--- a/www/py-pendrell/PLIST     Sat Jun 15 08:41:59 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
-@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 bc854b67ff33 -r df09f3133457 www/py-pendrell/distinfo
--- a/www/py-pendrell/distinfo  Sat Jun 15 08:41:59 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:47:30 agc Exp $
-
-SHA1 (pendrell-0.2.3.tar.gz) = eeeb76dcbb2a9dcc539d84c4b374f52d795fb0bb
-RMD160 (pendrell-0.2.3.tar.gz) = 879dc096abb0b840be850efa906fcdadf5455e6b
-SHA512 (pendrell-0.2.3.tar.gz) = 942fb98b341712acb283a21fe8483ad7fef8aa7ce1b9b6579ca27da79cc124a2c4a51350efc4c948a04220547628e9b924a2aa8714b5ace466d7e7d158f578d4
-Size (pendrell-0.2.3.tar.gz) = 31038 bytes



Home | Main Index | Thread Index | Old Index