the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: bitvector-py%type_pkg[python]
Version: 3.0
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Description: Python bit arrays
DescDetail: <<
The BitVector class is for a memory-efficient packed representation of
bit arrays and for logical operations on such arrays. The core idea
used in this Python script for bit packing is based on an internet
posting by Josiah Carlson to the Pyrex mailing list.
<<
Source: http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-%v.tar.bz2
Source-MD5: 9728c11f38392211bb1d8978e1f67c7c
Type: python (2.4 2.5 2.6 2.7 3.2)
Depends: python%type_pkg[python]
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root %d
<<
InfoTest: <<
TestScript: <<
%p/bin/python%type_raw[python] TestBitVector/Test.py || exit 1
# The test leaves behind junk that will break an install
rm -rf TestBitVector/__pycache__ */*.pyc
<<
<<
DocFiles: PKG-INFO Examples/* TestBitVector/*
# Python's license
License: OSI-Approved
Homepage: http://rvl4.ecn.purdue.edu/~kak/dist/
Maintainer: Kurt Schwehr
# Info2
<<