summaryrefslogtreecommitdiff
path: root/net/py-netif
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-netif')
-rw-r--r--net/py-netif/Makefile27
-rw-r--r--net/py-netif/distinfo3
-rw-r--r--net/py-netif/pkg-descr1
3 files changed, 0 insertions, 31 deletions
diff --git a/net/py-netif/Makefile b/net/py-netif/Makefile
deleted file mode 100644
index b90315b1b520..000000000000
--- a/net/py-netif/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= netif
-PORTVERSION= 1.0.20220211
-PORTREVISION= 1
-CATEGORIES= net python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Python network configuration library for FreeBSD
-WWW= https://github.com/freenas/py-netif
-
-LICENSE= BSD2CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${PY_FLAVOR}
-
-USES= python
-USE_GITHUB= yes
-GH_ACCOUNT= freenas
-GH_PROJECT= py-netif
-GH_TAGNAME= f8922e1
-USE_PYTHON= autoplist cython distutils
-
-HAS_CONFIGURE= yes
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/netif*.so
-
-.include <bsd.port.mk>
diff --git a/net/py-netif/distinfo b/net/py-netif/distinfo
deleted file mode 100644
index 0cfc03e0c531..000000000000
--- a/net/py-netif/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1655505501
-SHA256 (freenas-py-netif-1.0.20220211-f8922e1_GH0.tar.gz) = eebb7943e4952c3890cd2a413f9e27164dc4debe61c46334ea50bc264b9a7e64
-SIZE (freenas-py-netif-1.0.20220211-f8922e1_GH0.tar.gz) = 60671
diff --git a/net/py-netif/pkg-descr b/net/py-netif/pkg-descr
deleted file mode 100644
index 40b8d89974b7..000000000000
--- a/net/py-netif/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Python network configuration library for FreeBSD.