pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Sun Feb  9 23:42:31 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Removed Files:
        pkgsrc/devel/py-kqueue: DESCR Makefile PLIST distinfo
        pkgsrc/devel/py-kqueue/patches: patch-aa

Log Message:
remove my obsolete and unmaintained (even still 2.x only) py-kqueue;
Python has built-in support for kevent/kqueue in 'select' module
since Python 2.6, see

https://docs.python.org/2/library/select.html#kqueue-objects


To generate a diff of this commit:
cvs rdiff -u -r1.3044 -r1.3045 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/py-kqueue/DESCR
cvs rdiff -u -r1.23 -r0 pkgsrc/devel/py-kqueue/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/py-kqueue/PLIST
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/py-kqueue/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-kqueue/patches/patch-aa

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3044 pkgsrc/devel/Makefile:1.3045
--- pkgsrc/devel/Makefile:1.3044        Sun Feb  9 11:58:49 2020
+++ pkgsrc/devel/Makefile       Sun Feb  9 23:42:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3044 2020/02/09 11:58:49 mef Exp $
+# $NetBSD: Makefile,v 1.3045 2020/02/09 23:42:31 jdolecek Exp $
 #
 
 COMMENT=       Development utilities
@@ -2258,7 +2258,6 @@ SUBDIR+=  py-jupyter_core
 SUBDIR+=       py-kafka-python
 SUBDIR+=       py-kaitaistruct
 SUBDIR+=       py-kjbuckets
-SUBDIR+=       py-kqueue
 SUBDIR+=       py-lama
 SUBDIR+=       py-lazr.config
 SUBDIR+=       py-lazr.delegates



Home | Main Index | Thread Index | Old Index