summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-04-21 08:24:42 +0000
committerleot <leot@pkgsrc.org>2016-04-21 08:24:42 +0000
commitff3c916f6112ac68efea2e16559566e2d13c6dde (patch)
tree448e73ed251238a14ac994aace85812d1f6cd0b8
parent3a3873e5cbdd608ba53be6a71fcbd24be302908a (diff)
downloadpkgsrc-ff3c916f6112ac68efea2e16559566e2d13c6dde.tar.gz
Remove net/py-netlib, now it is included in net/mitmproxy (its only user).
-rw-r--r--net/Makefile3
-rw-r--r--net/py-netlib/DESCR6
-rw-r--r--net/py-netlib/Makefile29
-rw-r--r--net/py-netlib/PLIST97
-rw-r--r--net/py-netlib/distinfo7
-rw-r--r--net/py-netlib/patches/patch-setup.py51
6 files changed, 1 insertions, 192 deletions
diff --git a/net/Makefile b/net/Makefile
index aca3849a75c..eddb95cdfa6 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1108 2016/04/21 07:02:58 jnemeth Exp $
+# $NetBSD: Makefile,v 1.1109 2016/04/21 08:24:42 leot Exp $
#
COMMENT= Networking tools
@@ -614,7 +614,6 @@ SUBDIR+= py-metar
SUBDIR+= py-ncclient
SUBDIR+= py-netaddr
SUBDIR+= py-netifaces
-SUBDIR+= py-netlib
SUBDIR+= py-netsnmp
SUBDIR+= py-omniORBpy
SUBDIR+= py-pcap
diff --git a/net/py-netlib/DESCR b/net/py-netlib/DESCR
deleted file mode 100644
index 3b4c0f66da1..00000000000
--- a/net/py-netlib/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Netlib is a collection of network utility classes, used by the
-pathod and mitmproxy projects. It differs from other projects in
-some fundamental respects, because both pathod and mitmproxy often
-need to violate standards. This means that protocols are implemented
-as small, well-contained and flexible functions, and are designed
-to allow misbehaviour when needed.
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile
deleted file mode 100644
index b7306220704..00000000000
--- a/net/py-netlib/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2016/02/16 13:52:41 leot Exp $
-
-DISTNAME= netlib-0.16
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_PYPI}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://github.com/mitmproxy/netlib
-COMMENT= Network utilities used by pathod and mitmproxy
-LICENSE= mit
-
-USE_LANGUAGES= # none
-
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.15.1:../../security/py-OpenSSL
-DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1
-DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname>=3.5.0.1:../../security/py-backports.ssl_match_hostname
-DEPENDS+= ${PYPKGPREFIX}-certifi>=2015.11.20.1:../../security/py-certifi
-DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2.2:../../security/py-cryptography
-DEPENDS+= ${PYPKGPREFIX}-hyperframe>=3.2.0:../../www/py-hyperframe
-DEPENDS+= ${PYPKGPREFIX}-hpack>=2.1.0:../../net/py-hpack
-DEPENDS+= ${PYPKGPREFIX}-ipaddress>=1.0.15:../../net/py-ipaddress
-DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib
-DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
-
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.15.1
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-netlib/PLIST b/net/py-netlib/PLIST
deleted file mode 100644
index 9c78b86bd0c..00000000000
--- a/net/py-netlib/PLIST
+++ /dev/null
@@ -1,97 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2016/02/16 13:52:41 leot Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/netlib/__init__.py
-${PYSITELIB}/netlib/__init__.pyc
-${PYSITELIB}/netlib/__init__.pyo
-${PYSITELIB}/netlib/certutils.py
-${PYSITELIB}/netlib/certutils.pyc
-${PYSITELIB}/netlib/certutils.pyo
-${PYSITELIB}/netlib/encoding.py
-${PYSITELIB}/netlib/encoding.pyc
-${PYSITELIB}/netlib/encoding.pyo
-${PYSITELIB}/netlib/exceptions.py
-${PYSITELIB}/netlib/exceptions.pyc
-${PYSITELIB}/netlib/exceptions.pyo
-${PYSITELIB}/netlib/http/__init__.py
-${PYSITELIB}/netlib/http/__init__.pyc
-${PYSITELIB}/netlib/http/__init__.pyo
-${PYSITELIB}/netlib/http/authentication.py
-${PYSITELIB}/netlib/http/authentication.pyc
-${PYSITELIB}/netlib/http/authentication.pyo
-${PYSITELIB}/netlib/http/cookies.py
-${PYSITELIB}/netlib/http/cookies.pyc
-${PYSITELIB}/netlib/http/cookies.pyo
-${PYSITELIB}/netlib/http/headers.py
-${PYSITELIB}/netlib/http/headers.pyc
-${PYSITELIB}/netlib/http/headers.pyo
-${PYSITELIB}/netlib/http/http1/__init__.py
-${PYSITELIB}/netlib/http/http1/__init__.pyc
-${PYSITELIB}/netlib/http/http1/__init__.pyo
-${PYSITELIB}/netlib/http/http1/assemble.py
-${PYSITELIB}/netlib/http/http1/assemble.pyc
-${PYSITELIB}/netlib/http/http1/assemble.pyo
-${PYSITELIB}/netlib/http/http1/read.py
-${PYSITELIB}/netlib/http/http1/read.pyc
-${PYSITELIB}/netlib/http/http1/read.pyo
-${PYSITELIB}/netlib/http/http2/__init__.py
-${PYSITELIB}/netlib/http/http2/__init__.pyc
-${PYSITELIB}/netlib/http/http2/__init__.pyo
-${PYSITELIB}/netlib/http/http2/connections.py
-${PYSITELIB}/netlib/http/http2/connections.pyc
-${PYSITELIB}/netlib/http/http2/connections.pyo
-${PYSITELIB}/netlib/http/message.py
-${PYSITELIB}/netlib/http/message.pyc
-${PYSITELIB}/netlib/http/message.pyo
-${PYSITELIB}/netlib/http/request.py
-${PYSITELIB}/netlib/http/request.pyc
-${PYSITELIB}/netlib/http/request.pyo
-${PYSITELIB}/netlib/http/response.py
-${PYSITELIB}/netlib/http/response.pyc
-${PYSITELIB}/netlib/http/response.pyo
-${PYSITELIB}/netlib/http/status_codes.py
-${PYSITELIB}/netlib/http/status_codes.pyc
-${PYSITELIB}/netlib/http/status_codes.pyo
-${PYSITELIB}/netlib/http/user_agents.py
-${PYSITELIB}/netlib/http/user_agents.pyc
-${PYSITELIB}/netlib/http/user_agents.pyo
-${PYSITELIB}/netlib/odict.py
-${PYSITELIB}/netlib/odict.pyc
-${PYSITELIB}/netlib/odict.pyo
-${PYSITELIB}/netlib/socks.py
-${PYSITELIB}/netlib/socks.pyc
-${PYSITELIB}/netlib/socks.pyo
-${PYSITELIB}/netlib/tcp.py
-${PYSITELIB}/netlib/tcp.pyc
-${PYSITELIB}/netlib/tcp.pyo
-${PYSITELIB}/netlib/tservers.py
-${PYSITELIB}/netlib/tservers.pyc
-${PYSITELIB}/netlib/tservers.pyo
-${PYSITELIB}/netlib/tutils.py
-${PYSITELIB}/netlib/tutils.pyc
-${PYSITELIB}/netlib/tutils.pyo
-${PYSITELIB}/netlib/utils.py
-${PYSITELIB}/netlib/utils.pyc
-${PYSITELIB}/netlib/utils.pyo
-${PYSITELIB}/netlib/version.py
-${PYSITELIB}/netlib/version.pyc
-${PYSITELIB}/netlib/version.pyo
-${PYSITELIB}/netlib/version_check.py
-${PYSITELIB}/netlib/version_check.pyc
-${PYSITELIB}/netlib/version_check.pyo
-${PYSITELIB}/netlib/websockets/__init__.py
-${PYSITELIB}/netlib/websockets/__init__.pyc
-${PYSITELIB}/netlib/websockets/__init__.pyo
-${PYSITELIB}/netlib/websockets/frame.py
-${PYSITELIB}/netlib/websockets/frame.pyc
-${PYSITELIB}/netlib/websockets/frame.pyo
-${PYSITELIB}/netlib/websockets/protocol.py
-${PYSITELIB}/netlib/websockets/protocol.pyc
-${PYSITELIB}/netlib/websockets/protocol.pyo
-${PYSITELIB}/netlib/wsgi.py
-${PYSITELIB}/netlib/wsgi.pyc
-${PYSITELIB}/netlib/wsgi.pyo
diff --git a/net/py-netlib/distinfo b/net/py-netlib/distinfo
deleted file mode 100644
index ebe38a33a43..00000000000
--- a/net/py-netlib/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.9 2016/02/16 13:52:41 leot Exp $
-
-SHA1 (netlib-0.16.tar.gz) = 78dc5598273513bf30c5f181ede2a02bed2d4967
-RMD160 (netlib-0.16.tar.gz) = 77b0605f59143e6591a7d17e0ecaee88c4beb768
-SHA512 (netlib-0.16.tar.gz) = 7beb7fa8bde6fb994d15af770d8e0e006d1bdeb499f7f0fbff1466ae99212904ff065f7b2257d6576e7c257c52010baf4dea38fc43ac3fd9832e3e5be41c969f
-Size (netlib-0.16.tar.gz) = 87595 bytes
-SHA1 (patch-setup.py) = 6daa82febe9bb8d2818d2815c42e710959e4492e
diff --git a/net/py-netlib/patches/patch-setup.py b/net/py-netlib/patches/patch-setup.py
deleted file mode 100644
index 6ec628aa788..00000000000
--- a/net/py-netlib/patches/patch-setup.py
+++ /dev/null
@@ -1,51 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2016/02/16 13:52:41 leot Exp $
-
-Avoid too strict version requirements.
-
---- setup.py.orig 2016-02-14 15:09:39.000000000 +0000
-+++ setup.py
-@@ -44,29 +44,29 @@ setup(
- include_package_data=True,
- zip_safe=False,
- install_requires=[
-- "pyasn1>=0.1.9, <0.2",
-- "pyOpenSSL>=0.15.1, <0.16",
-- "cryptography>=1.2.2, <1.3",
-- "passlib>=1.6.5, <1.7",
-- "hpack>=2.1.0, <3.0",
-- "hyperframe>=3.2.0, <4.0",
-- "six>=1.10.0, <1.11",
-+ "pyasn1>=0.1.9",
-+ "pyOpenSSL>=0.15.1",
-+ "cryptography>=1.2.2",
-+ "passlib>=1.6.5",
-+ "hpack>=2.1.0",
-+ "hyperframe>=3.2.0",
-+ "six>=1.10.0",
- "certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
-- "backports.ssl_match_hostname>=3.5.0.1, <3.6",
-+ "backports.ssl_match_hostname>=3.5.0.1",
- ],
- extras_require={
- # Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380
- # Ubuntu Trusty and other still ship with setuptools < 17.1
- ':python_version == "2.7"': [
-- "ipaddress>=1.0.15, <1.1",
-+ "ipaddress>=1.0.15",
- ],
- 'dev': [
-- "mock>=1.3.0, <1.4",
-- "pytest>=2.8.7, <2.9",
-- "pytest-xdist>=1.14, <1.15",
-- "pytest-cov>=2.2.1, <2.3",
-- "pytest-timeout>=1.0.0, <1.1",
-- "coveralls>=1.1, <1.2"
-+ "mock>=1.3.0",
-+ "pytest>=2.8.7",
-+ "pytest-xdist>=1.14",
-+ "pytest-cov>=2.2.1",
-+ "pytest-timeout>=1.0.0",
-+ "coveralls>=1.1"
- ]
- },
- )