NOTICE: This package has been removed from pkgsrc

./devel/py-kqueue, Python interface to kqueue(2) and kevent(2) system calls

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0nb2, Package name: py27-kqueue-2.0nb2, Maintainer: pkgsrc-users

py-kqueue is Python glue for kqueue(2)/kevent(2) event interface
on BSD systems.

kqueue() provides a generic method of notifying the user when an
event happens or a condition holds, based on the results of small
pieces of kernel code termed filters. A kevent is identified by
the (ident, filter) pair; there may only be one unique kevent
per kqueue.

See the manpages for further information on kqueue system interface.
File pykqueue.txt (part of the module distribution) describes
the Python module API, which mirrors the system interface to most extend.


Required to run:
[lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 9b526dba2fcd8e91bae1faac603344e604cf1352
RMD160: e066c4859b954a062edf1e251ccf00fb52d24a1a
Filesize: 8.702 KB

Version history: (Expand)


CVS history: (Expand)


   2020-02-10 00:42:31 by Jaromir Dolecek | Files touched by this commit (5) | Package removed
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
   2019-11-03 11:18:30 by Roland Illig | Files touched by this commit (36)
Log message:
devel/py-*: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415)
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \ 
future Python 3.8
   2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205)
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495)
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
   2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577)
Log message:
Add python-3.6 to incompatible versions.
   2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599)
Log message:
Remove python33: adapt all packages that refer to it.