[49852] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 19 00:33:45 PDT 2009


Revision: 49852
          http://trac.macports.org/changeset/49852
Author:   blb at macports.org
Date:     2009-04-19 00:33:45 -0700 (Sun, 19 Apr 2009)
Log Message:
-----------
python/py*-iniparse - version bump to 0.3.1, move doc dir to one based on portname so multiple py*-iniparse can be installed

Modified Paths:
--------------
    trunk/dports/python/py-iniparse/Portfile
    trunk/dports/python/py25-iniparse/Portfile

Modified: trunk/dports/python/py-iniparse/Portfile
===================================================================
--- trunk/dports/python/py-iniparse/Portfile	2009-04-19 07:17:36 UTC (rev 49851)
+++ trunk/dports/python/py-iniparse/Portfile	2009-04-19 07:33:45 UTC (rev 49852)
@@ -4,10 +4,10 @@
 PortGroup python24 1.0
 
 name			py-iniparse
-version			0.2.3
+version			0.3.1
 platforms		darwin
 categories		python
-maintainers		afb at macports.org openmaintainer
+maintainers		afb 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 \
@@ -18,4 +18,12 @@
 homepage		http://code.google.com/p/iniparse/
 master_sites		http://iniparse.googlecode.com/files/
 distname		iniparse-${version}
-checksums		md5 194a04cc93fe123f244ca33e7724bdf6
+checksums		md5     94adcf1cf01e2a537491a18f2e9b7a7a \
+			sha1    9d390e3c50ad21fcf045d91319a4adfc37540e90 \
+			rmd160  d703c0c2e86134496778e0e0362ac5bc15c0cc38
+
+post-destroot {
+	eval move [glob ${destroot}${prefix}/share/doc/iniparse-${version}/*] \
+		${destroot}${prefix}/share/doc/${name}
+}
+

Modified: trunk/dports/python/py25-iniparse/Portfile
===================================================================
--- trunk/dports/python/py25-iniparse/Portfile	2009-04-19 07:17:36 UTC (rev 49851)
+++ trunk/dports/python/py25-iniparse/Portfile	2009-04-19 07:33:45 UTC (rev 49852)
@@ -4,10 +4,10 @@
 PortGroup python25 1.0
 
 name			py25-iniparse
-version			0.2.1
+version			0.3.1
 platforms		darwin
 categories		python
-maintainers		afb at macports.org openmaintainer
+maintainers		afb 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 \
@@ -18,4 +18,12 @@
 homepage		http://code.google.com/p/iniparse/
 master_sites		http://iniparse.googlecode.com/files/
 distname		iniparse-${version}
-checksums		md5 0d8346528f7d86be4fa713754f8e9b36
+checksums		md5     94adcf1cf01e2a537491a18f2e9b7a7a \
+			sha1    9d390e3c50ad21fcf045d91319a4adfc37540e90 \
+			rmd160  d703c0c2e86134496778e0e0362ac5bc15c0cc38
+
+post-destroot {
+	eval move [glob ${destroot}${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/3c3264ba/attachment.html>


More information about the macports-changes mailing list