Info2: << Package: regex-py%type_pkg[python] Version: 0.1.20110627 Revision: 1 Type: python (2.5 2.6 2.7 3.1 3.2) Description: Alternate regular expr. module, to replace re DescDetail: << regex is an alternative to the re package in the Python standard library. It is intended to act as a drop in replacement, and one day to replace re. regex is supported on Python 2.5, 2.6, 2.7 and 3.1. << Maintainer: Daniel Johnson License: OSI-Approved Homepage: http://pypi.python.org/pypi/regex Source: mirror:custom:r/regex/regex-%v.tar.gz Source-MD5: 919a6be3260edb7099ffeeaff886e1e1 Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12) CompileScript: %p/bin/python%type_raw[python] setup.py build InfoTest: << TestScript: << #!/bin/bash -ev export PYTHONPATH=`ls -d %b/build/lib*` let pyversion="%type_pkg[python]" if [ $pyversion -ge 31 ]; then testdir="Python3"; else testdir="Python2"; fi %p/bin/python%type_raw[python] $testdir/test_regex.py || exit 2 << << InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: PKG-INFO README Python2/Features.html CustomMirror: << eur-NL: http://a.pypi.python.org/packages/source/ nam-US: http://b.pypi.python.org/packages/source/ eur-DE: http://c.pypi.python.org/packages/source/ eur-DE: http://d.pypi.python.org/packages/source/ eur-DE: http://e.pypi.python.org/packages/source/ eur-DE: http://f.pypi.python.org/packages/source/ << <<