[99035] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Oct 24 09:39:11 PDT 2012


Revision: 99035
          http://trac.macports.org//changeset/99035
Author:   jmr at macports.org
Date:     2012-10-24 09:39:11 -0700 (Wed, 24 Oct 2012)
Log Message:
-----------
py*-configobj: unify

Modified Paths:
--------------
    trunk/dports/python/py-configobj/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-configobj/
    trunk/dports/python/py26-configobj/
    trunk/dports/python/py27-configobj/

Modified: trunk/dports/python/py-configobj/Portfile
===================================================================
--- trunk/dports/python/py-configobj/Portfile	2012-10-24 15:39:57 UTC (rev 99034)
+++ trunk/dports/python/py-configobj/Portfile	2012-10-24 16:39:11 UTC (rev 99035)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
+PortGroup           python 1.0
 
 name                py-configobj
-version             4.5.2
+version             4.6.0
+license             BSD
 maintainers         akitada openmaintainer
 description         Config file reading, writing and validation.
 long_description    ConfigObj is a simple but powerful config file \
@@ -37,11 +38,16 @@
 master_sites        sourceforge:configobj
 distname            configobj-${version}
 use_zip             yes
-checksums           md5 b84e6ce4f8ef5fa1c466cc3561099a66 \
-                    sha1 6a9e72cf55156a35abb7eb4df756b6884cfb77b6 \
-                    rmd160 a69935ec51fd267070d8c0517b1b39adfdd5c275
-post-destroot {
-    foreach f [glob -directory ${worksrcpath}/docs *] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+checksums           md5 286907e06061e272137f48e5f611a526 \
+                    sha1 b6f2863c67c461702188f3eae0d57fa7dc4ceac6 \
+                    rmd160 d2b102a6642237ef3780c5efc9de48356ed472fc
+
+python.versions     24 25 26 27
+
+if {$subport != $name} {
+    post-destroot {
+        foreach f [glob -directory ${worksrcpath}/docs *] {
+            copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
+        }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121024/65ee0415/attachment.html>


More information about the macports-changes mailing list