[49853] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 19 00:36:48 PDT 2009


Revision: 49853
          http://trac.macports.org/changeset/49853
Author:   blb at macports.org
Date:     2009-04-19 00:36:48 -0700 (Sun, 19 Apr 2009)
Log Message:
-----------
New port - python/py26-iniparse, Python Module for Accessing and Modifying Configuration Data in INI files

Added Paths:
-----------
    trunk/dports/python/py26-iniparse/
    trunk/dports/python/py26-iniparse/Portfile

Removed Paths:
-------------
    trunk/dports/python/py26-iniparse/Portfile

Deleted: trunk/dports/python/py26-iniparse/Portfile
===================================================================
--- trunk/dports/python/py25-iniparse/Portfile	2009-04-19 05:07:47 UTC (rev 49845)
+++ trunk/dports/python/py26-iniparse/Portfile	2009-04-19 07:36:48 UTC (rev 49853)
@@ -1,21 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python25 1.0
-
-name			py25-iniparse
-version			0.2.1
-platforms		darwin
-categories		python
-maintainers		afb at macports.org openmaintainer
-description		Python Module for Accessing and Modifying Configuration Data in INI files
-long_description	iniparse is an INI parser for Python which is API compatible \
-with the standard library's ConfigParser, preserves structure of INI \
-files (order of sections & options, indentation, comments, and blank \
-lines are preserved when data is updated), and is more convenient to \
-use.
-
-homepage		http://code.google.com/p/iniparse/
-master_sites		http://iniparse.googlecode.com/files/
-distname		iniparse-${version}
-checksums		md5 0d8346528f7d86be4fa713754f8e9b36

Copied: trunk/dports/python/py26-iniparse/Portfile (from rev 49852, trunk/dports/python/py25-iniparse/Portfile)
===================================================================
--- trunk/dports/python/py26-iniparse/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-iniparse/Portfile	2009-04-19 07:36:48 UTC (rev 49853)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name			py26-iniparse
+version			0.3.1
+platforms		darwin
+categories		python
+maintainers		nomaintainer
+description		Python Module for Accessing and Modifying Configuration Data in INI files
+long_description	iniparse is an INI parser for Python which is API compatible \
+with the standard library's ConfigParser, preserves structure of INI \
+files (order of sections & options, indentation, comments, and blank \
+lines are preserved when data is updated), and is more convenient to \
+use.
+
+homepage		http://code.google.com/p/iniparse/
+master_sites		http://iniparse.googlecode.com/files/
+distname		iniparse-${version}
+checksums		md5     94adcf1cf01e2a537491a18f2e9b7a7a \
+			sha1    9d390e3c50ad21fcf045d91319a4adfc37540e90 \
+			rmd160  d703c0c2e86134496778e0e0362ac5bc15c0cc38
+
+post-destroot {
+	eval move [glob ${destroot}${python.prefix}/share/doc/iniparse-${version}/*] \
+		${destroot}${prefix}/share/doc/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090419/27033baa/attachment-0001.html>


More information about the macports-changes mailing list