the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
#=========================================================================
Package: pullparser-py%type_pkg[python]
Version: 0.0.5b
Revision: 3
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python(2.3 2.4)
Description: Simple "pull API" for HTML parsing
License: OSI-Approved
HomePage: http://wwwsearch.sourceforge.net/pullparser/
Maintainer: Matthew Bogosian
#=========================================================================
#---- Dependencies -------------------------------------------------------
Depends: python%type_pkg[python] | python%type_pkg[python]-nox, python%type_pkg[python]-socket-ssl | python%type_pkg[python]-socket
#---- Unpack phase -------------------------------------------------------
Source: http://wwwsearch.sourceforge.net/pullparser/src/pullparser-%v.tar.gz
Source-MD5: e4e238ead1d1e421cc5866c8e3f9153f
#---- Compile phase ------------------------------------------------------
CompileScript: <<
#!/bin/sh -ex
'%p/bin/python%type_raw[python]' test.py
'%p/bin/python%type_raw[python]' setup.py build
<<
#---- Install phase ------------------------------------------------------
DocFiles: COPYING ChangeLog GeneralFAQ.html README.html README.html.in README.txt
InstallScript: <<
#!/bin/sh -ex
'%p/bin/python%type_raw[python]' setup.py install \
--optimize=2 \
'--prefix=%p' \
'--root=%d'
<<
#---- Documentation ------------------------------------------------------
DescDetail: <<
A simple "pull API" for HTML parsing, after Perl's HTML::TokeParser. Many
simple HTML parsing tasks are simpler this way than with the HTMLParser
module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser.
<<
<<