CVS commit: pkgsrc/net

"Adam Ciarcinski" <[email protected]> Wed, 5 Aug 2026 03:25:55 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785900355154380
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Aug  5 03:25:55 UTC 2026

Modified Files:
	pkgsrc/net: Makefile
Removed Files:
	pkgsrc/net/py-IP: DESCR Makefile PLIST distinfo

Log Message:
py-IP: removed; use Python ipaddress module


To generate a diff of this commit:
cvs rdiff -u -r1.1637 -r1.1638 pkgsrc/net/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/py-IP/DESCR
cvs rdiff -u -r1.26 -r0 pkgsrc/net/py-IP/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/net/py-IP/PLIST
cvs rdiff -u -r1.11 -r0 pkgsrc/net/py-IP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_1785900355154380
Content-Disposition: inline
Content-Length: 547
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1637 pkgsrc/net/Makefile:1.1638
--- pkgsrc/net/Makefile:1.1637	Wed Aug  5 03:23:53 2026
+++ pkgsrc/net/Makefile	Wed Aug  5 03:25:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1637 2026/08/05 03:23:53 adam Exp $
+# $NetBSD: Makefile,v 1.1638 2026/08/05 03:25:54 adam Exp $
 #
 
 COMMENT=	Networking tools
@@ -707,7 +707,6 @@ SUBDIR+=	puf
 SUBDIR+=	pulledpork
 SUBDIR+=	pure-ftpd
 SUBDIR+=	pxe
-SUBDIR+=	py-IP
 SUBDIR+=	py-Socks
 SUBDIR+=	py-aio-pika
 SUBDIR+=	py-aiodns


--_----------=_1785900355154380--