1 | # $Id: Portfile 30184 2007-10-22 19:32:09Z mww@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-utils |
---|
7 | version 0.4.0 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers openmaintainer |
---|
11 | description General utility modules that simplify common programming in Python |
---|
12 | long_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 | |
---|
17 | homepage http://www.voidspace.org.uk/python/pythonutils.html |
---|
18 | master_sites http://www.voidspace.org.uk/downloads/ |
---|
19 | distname pythonutils-${version} |
---|
20 | checksums md5 f4d2fdd2a2e989d6ce02407be8a5932f \ |
---|
21 | sha1 5787587366b0cd80a94003d8ab19df37308c499b \ |
---|
22 | rmd160 de19e74217a9c278f99447b05436afe1f99b1d03 |
---|
23 | use_zip yes |
---|
24 | |
---|
25 | test.run yes |
---|
26 | test.cmd ${python.bin} |
---|
27 | test.target selftest.py |
---|