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 Voidspace Pythonutils package is a simple way of \ |
---|
13 | installing the Voidspace collection of modules. These are \ |
---|
14 | currently: \ |
---|
15 | ConfigObj 4.4.0 - Easy config file reading/writing \ |
---|
16 | validate 0.2.3 - Validation and type conversion system \ |
---|
17 | StandOut 3.0.0 - Simple logging and output control object \ |
---|
18 | pathutils 0.2.5 - For working with paths and files \ |
---|
19 | cgiutils 0.3.5 - CGI helpers \ |
---|
20 | urlpath 0.1.0 - Functions for handling URLs \ |
---|
21 | odict 0.2.1 - Ordered Dictionary Class \ |
---|
22 | \ |
---|
23 | Several of the Voidspace Projects depend on these \ |
---|
24 | modules. They are also useful in their own right of \ |
---|
25 | course. They are primarily general utility modules that \ |
---|
26 | simplify common programming tasks in Python. |
---|
27 | |
---|
28 | homepage http://www.voidspace.org.uk/python/pythonutils.html |
---|
29 | master_sites http://www.voidspace.org.uk/downloads/ |
---|
30 | distname pythonutils-${version} |
---|
31 | checksums md5 f4d2fdd2a2e989d6ce02407be8a5932f \ |
---|
32 | sha1 5787587366b0cd80a94003d8ab19df37308c499b \ |
---|
33 | rmd160 de19e74217a9c278f99447b05436afe1f99b1d03 |
---|
34 | use_zip yes |
---|
35 | |
---|
36 | test.run yes |
---|
37 | test.cmd ${python.bin} |
---|
38 | test.target selftest.py |
---|