summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-06-15 09:37:17 +0000
committeradam <adam@pkgsrc.org>2019-06-15 09:37:17 +0000
commitde2af018b02e36c8c4d5d1d5e42c3271d0ce705a (patch)
treeccf54cf67208dd4530c5ca8b9d5b03fcdb6a5427 /www
parent02b5da5efbbaf88447be1a05f6c7aebc9cce9f9e (diff)
downloadpkgsrc-de2af018b02e36c8c4d5d1d5e42c3271d0ce705a.tar.gz
py-pendrell: removed
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/py-pendrell/DESCR13
-rw-r--r--www/py-pendrell/Makefile18
-rw-r--r--www/py-pendrell/PLIST86
-rw-r--r--www/py-pendrell/distinfo6
5 files changed, 1 insertions, 125 deletions
diff --git a/www/Makefile b/www/Makefile
index f45058f5b48..f0e18c2d761 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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-notebook
SUBDIR+= py-parsel
SUBDIR+= py-paste
SUBDIR+= py-pelican
-SUBDIR+= py-pendrell
SUBDIR+= py-pylint-django
SUBDIR+= py-pystache
SUBDIR+= py-python-digest
diff --git a/www/py-pendrell/DESCR b/www/py-pendrell/DESCR
deleted file mode 100644
index 9743184f190..00000000000
--- a/www/py-pendrell/DESCR
+++ /dev/null
@@ -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 --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile
deleted file mode 100644
index 937c5ca4b60..00000000000
--- a/www/py-pendrell/Makefile
+++ /dev/null
@@ -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
-#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 --git a/www/py-pendrell/PLIST b/www/py-pendrell/PLIST
deleted file mode 100644
index 7d34ff36a3c..00000000000
--- a/www/py-pendrell/PLIST
+++ /dev/null
@@ -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 --git a/www/py-pendrell/distinfo b/www/py-pendrell/distinfo
deleted file mode 100644
index bc822de2957..00000000000
--- a/www/py-pendrell/distinfo
+++ /dev/null
@@ -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