Info2: << Package: pykqueue-py%type_pkg[python] Version: 1.3 Revision: 1 Description: Python wrapper for the kqueue library Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Type: python (2.4 2.5) License: BSD Source: ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwhite/PyKQueue-%v.tar.gz Source-MD5: f50c3ae4b254ae933149938f8ed62bb5 Maintainer: Brendan Cully Depends: adns, python%type_pkg[python] BuildDepends: adns-dev, fink (>= 0.24.12-1) PatchFile: pykqueue-py.patch PatchFile-MD5: 02cefd400caf638c607103d706e0eefa CompileScript: << make -f Makefile.pre.in boot PYTHON=%p/bin/python%type_raw[python] make << InstallScript: << head -n 24 KQueue.py | tail -n +2 | sed 's/^# *//' > LICENSE install -d -m 755 %i/lib/python%type_raw[python]/site-packages install -m 644 kqsyscallmodule.so %i/lib/python%type_raw[python]/site-packages install -m 644 KQueue.py %i/lib/python%type_raw[python]/site-packages << DocFiles: LICENSE README Homepage: http://people.freebsd.org/~dwhite/PyKQueue/ DescPort: << Copied from rayg's pykqueue-py23 file. << DescPackaging: << Patched for Twisted: http://twistedmatrix.com/documents/current/api/twisted.internet.kqreactor.html << <<