Ticket #29978: Portfile

File Portfile, 1.1 KB (added by marc.schlaich@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5PortGroup python27 1.0
6
7name                py27-iniparse
8version             0.4
9platforms           darwin
10categories-append   lang python
11maintainers         gmail.com:marc.schlaich
12description         Python Module for Accessing and Modifying INI files
13long_description    iniparse is an INI parser for Python which is API compatible \
14with the standard library's ConfigParser, preserves structure of INI \
15files (order of sections & options, indentation, comments, and blank \
16lines are preserved when data is updated), and is more convenient to \
17use.
18
19platforms           darwin
20
21homepage            http://code.google.com/p/iniparse/
22master_sites        http://pypi.python.org/packages/source/i/iniparse/
23
24distname            iniparse-${version}
25
26checksums           sha1    2b2af8a19f3e5c212c27d7c524cd748fa0b38650 \
27                    rmd160  f4cb5edc035e787acea428a7d21343d986f85f5c
28
29depends_build-append port:py27-distribute