CVS commit: pkgsrc/net

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

--_----------=_178590023496490
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:23:54 UTC 2026

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

Log Message:
py-ipaddress: removed; included in Python 3.3


To generate a diff of this commit:
cvs rdiff -u -r1.1636 -r1.1637 pkgsrc/net/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/py-ipaddress/DESCR \
    pkgsrc/net/py-ipaddress/PLIST
cvs rdiff -u -r1.13 -r0 pkgsrc/net/py-ipaddress/Makefile
cvs rdiff -u -r1.12 -r0 pkgsrc/net/py-ipaddress/distinfo

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


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

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1636 pkgsrc/net/Makefile:1.1637
--- pkgsrc/net/Makefile:1.1636	Wed Aug  5 03:07:03 2026
+++ pkgsrc/net/Makefile	Wed Aug  5 03:23:53 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1636 2026/08/05 03:07:03 adam Exp $
+# $NetBSD: Makefile,v 1.1637 2026/08/05 03:23:53 adam Exp $
 #
 
 COMMENT=	Networking tools
@@ -751,7 +751,6 @@ SUBDIR+=	py-hatop
 SUBDIR+=	py-hpack
 SUBDIR+=	py-ifaddr
 SUBDIR+=	py-impacket
-SUBDIR+=	py-ipaddress
 SUBDIR+=	py-ipcalc
 SUBDIR+=	py-irclib
 SUBDIR+=	py-junos-eznc


--_----------=_178590023496490--