CVS commit: pkgsrc/devel
"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 10:17:55 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785752275257490
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 3 10:17:55 UTC 2026
Modified Files:
pkgsrc/devel: Makefile
Removed Files:
pkgsrc/devel/py-selectors2: DESCR Makefile PLIST distinfo
Log Message:
py-selectors2: removed; now in Python 3.x "selectors" module
To generate a diff of this commit:
cvs rdiff -u -r1.4665 -r1.4666 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-selectors2/DESCR \
pkgsrc/devel/py-selectors2/PLIST
cvs rdiff -u -r1.5 -r0 pkgsrc/devel/py-selectors2/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/py-selectors2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785752275257490
Content-Disposition: inline
Content-Length: 611
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4665 pkgsrc/devel/Makefile:1.4666
--- pkgsrc/devel/Makefile:1.4665 Sun Jul 19 08:27:13 2026
+++ pkgsrc/devel/Makefile Mon Aug 3 10:17:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4665 2026/07/19 08:27:13 adam Exp $
+# $NetBSD: Makefile,v 1.4666 2026/08/03 10:17:55 adam Exp $
#
COMMENT= Development utilities
@@ -3114,7 +3114,6 @@ SUBDIR+= py-sarge
SUBDIR+= py-scard
SUBDIR+= py-scikit-build
SUBDIR+= py-scikit-build-core
-SUBDIR+= py-selectors2
SUBDIR+= py-semantic_version
SUBDIR+= py-semver
SUBDIR+= py-sentry-sdk
--_----------=_1785752275257490--