Ticket #20088: Portfile

File Portfile, 1.0 KB (added by nefar@…, 15 years ago)

Portsfile

Line 
1# $Id: Portfile 30184 2007-10-22 19:32:09Z mww@macports.org $
2
3PortSystem          1.0
4PortGroup python25  1.0
5
6name                py25-utils
7version             0.4.0
8categories          python
9platforms           darwin
10maintainers         openmaintainer
11description         General utility modules that simplify common programming in Python
12long_description  The cElementTree module is a C implementation of the \
13        ElementTree API. On typical documents, it's 15-20 times faster \
14        than the Python version of ElementTree, and uses 2-5 times \
15        less memory.
16
17homepage            http://www.voidspace.org.uk/python/pythonutils.html
18master_sites        http://www.voidspace.org.uk/downloads/
19distname            pythonutils-${version}
20checksums           md5     f4d2fdd2a2e989d6ce02407be8a5932f \
21                    sha1    5787587366b0cd80a94003d8ab19df37308c499b \
22                    rmd160  de19e74217a9c278f99447b05436afe1f99b1d03
23use_zip             yes
24
25test.run            yes
26test.cmd            ${python.bin}
27test.target         selftest.py