summaryrefslogtreecommitdiff
path: root/net/py-netlib
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-netlib')
-rw-r--r--net/py-netlib/Makefile25
-rw-r--r--net/py-netlib/distinfo2
-rw-r--r--net/py-netlib/files/patch-setup.py8
-rw-r--r--net/py-netlib/pkg-descr8
4 files changed, 0 insertions, 43 deletions
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile
deleted file mode 100644
index 206cb4a0e268..000000000000
--- a/net/py-netlib/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Hung-Yi Chen <gaod@hychen.org>
-# $FreeBSD$
-
-PORTNAME= netlib
-PORTVERSION= 0.10
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gaod@hychen.org
-COMMENT= Collection of network utilities
-
-LICENSE= MIT
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR}
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/net/py-netlib/distinfo b/net/py-netlib/distinfo
deleted file mode 100644
index 604c0b8a53a4..000000000000
--- a/net/py-netlib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (netlib-0.10.tar.gz) = 415e3db96f487177f372d47bc669dcc9068a435e49b8120ec8821026de36bd80
-SIZE (netlib-0.10.tar.gz) = 60256
diff --git a/net/py-netlib/files/patch-setup.py b/net/py-netlib/files/patch-setup.py
deleted file mode 100644
index bf2bf3be2c84..000000000000
--- a/net/py-netlib/files/patch-setup.py
+++ /dev/null
@@ -1,8 +0,0 @@
---- setup.py.orig 2013-07-23 03:39:16.157592949 +0800
-+++ setup.py 2013-07-23 03:39:30.392145219 +0800
-@@ -88,5 +88,4 @@
- "Topic :: Software Development :: Testing :: Traffic Generation",
- "Topic :: Internet :: WWW/HTTP",
- ],
-- install_requires=["pyasn1>0.1.2", "pyopenssl>=0.12"],
- )
diff --git a/net/py-netlib/pkg-descr b/net/py-netlib/pkg-descr
deleted file mode 100644
index 15c19c985a41..000000000000
--- a/net/py-netlib/pkg-descr
+++ /dev/null
@@ -1,8 +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.
-
-WWW: https://pypi.org/project/netlib/