Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-15 | Reset maintainer, developer has left the building | wiz | 1 | -2/+2 | |
2012-04-08 | All supported python versions in pkgsrc support eggs, so remove | wiz | 1 | -2/+2 | |
${PLIST.eggfile} from PLISTs and support code from lang/python. | |||||
2011-10-15 | * PKG_SKIP_REASON is deprecated, use PKG_FAIL_REASON instead. | obache | 2 | -7/+9 | |
* set LICENSE=modified-bsd. * register egg-info Bump PKGREVISION. | |||||
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-04-25 | Update PYTHON_VERSIONS_COMPATIBLE | joerg | 1 | -2/+1 | |
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. | |||||
2006-06-02 | Does built before Python 2.2. | joerg | 1 | -1/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-28 | Make build with Python-2.3. | wiz | 2 | -1/+17 | |
2004-07-22 | add python as category | recht | 1 | -2/+2 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-01-04 | It's a PKG_SKIP_REASON if OPSYS support is missing, not a PKG_FAIL_REASON. | wiz | 1 | -2/+2 | |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -2/+2 | |
2002-11-24 | Initial import of py-kqueue version 2.0 into the Packages Collection. | jdolecek | 4 | -0/+39 | |
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. |