aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-01 00:57:23 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-01 00:57:23 +0000
commite095f78463023f59c04bdd21ffc95fada557410f (patch)
treeec5de6499c9c252b774be9acb5c807082d084bd2 /net
parent2735d517c12b82760759a6519959aea6bc21d383 (diff)
downloadports-e095f78463023f59c04bdd21ffc95fada557410f.tar.gz
ports-e095f78463023f59c04bdd21ffc95fada557410f.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-ipaddress/Makefile21
-rw-r--r--net/py-ipaddress/distinfo3
-rw-r--r--net/py-ipaddress/pkg-descr7
4 files changed, 0 insertions, 32 deletions
diff --git a/net/Makefile b/net/Makefile
index 15df359397a6..231031fa3f6d 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1017,7 +1017,6 @@
SUBDIR += py-httpstat
SUBDIR += py-ifaddr
SUBDIR += py-impacket
- SUBDIR += py-ipaddress
SUBDIR += py-iplib
SUBDIR += py-iptools
SUBDIR += py-kafka-python
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile
deleted file mode 100644
index 426b3789c986..000000000000
--- a/net/py-ipaddress/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Nikolay Dachev <freebsd@dachev.info>
-# $FreeBSD$
-
-PORTNAME= ipaddress
-PORTVERSION= 1.0.23
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= Port of Python 3.3+ ipaddress module to 2.7
-
-LICENSE= PSFL
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/net/py-ipaddress/distinfo b/net/py-ipaddress/distinfo
deleted file mode 100644
index fe062a810460..000000000000
--- a/net/py-ipaddress/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1572528649
-SHA256 (ipaddress-1.0.23.tar.gz) = b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2
-SIZE (ipaddress-1.0.23.tar.gz) = 32958
diff --git a/net/py-ipaddress/pkg-descr b/net/py-ipaddress/pkg-descr
deleted file mode 100644
index 06c887194f9a..000000000000
--- a/net/py-ipaddress/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7.
-
-Note that you must pass in unicode objects when constructing from a character
-representation!
-
-WWW: https://pypi.org/project/ipaddress/
-WWW: https://github.com/phihag/ipaddress