Ticket #20088: Portfile.2

File Portfile.2, 1.8 KB (added by nefar@…, 15 years ago)

oops. description fixed

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 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
28homepage            http://www.voidspace.org.uk/python/pythonutils.html
29master_sites        http://www.voidspace.org.uk/downloads/
30distname            pythonutils-${version}
31checksums           md5     f4d2fdd2a2e989d6ce02407be8a5932f \
32                    sha1    5787587366b0cd80a94003d8ab19df37308c499b \
33                    rmd160  de19e74217a9c278f99447b05436afe1f99b1d03
34use_zip             yes
35
36test.run            yes
37test.cmd            ${python.bin}
38test.target         selftest.py