[130443] trunk/dports/python/py-dateutil/Portfile

larryv at macports.org larryv at macports.org
Tue Dec 30 16:20:04 PST 2014


Revision: 130443
          https://trac.macports.org/changeset/130443
Author:   larryv at macports.org
Date:     2014-12-30 16:20:03 -0800 (Tue, 30 Dec 2014)
Log Message:
-----------
py-dateutil: Remove overlooked py32 dup

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

Modified: trunk/dports/python/py-dateutil/Portfile
===================================================================
--- trunk/dports/python/py-dateutil/Portfile	2014-12-30 21:25:48 UTC (rev 130442)
+++ trunk/dports/python/py-dateutil/Portfile	2014-12-31 00:20:03 UTC (rev 130443)
@@ -51,14 +51,3 @@
     livecheck.type    regex
     livecheck.regex   /${my_name}-(\\d+(?:\\.\\d+)*)
 }
-
-subport py32-dateutil {
-    pre-activate {
-        set regref [registry_open $subport $version $revision $portvariants ""]
-        foreach f [registry_prop_retr $regref imagefiles] {
-            if {[file extension $f] == ".pyc" && [file exists $f] && [registry_file_registered $f] == "0"} {
-                file delete -force $f
-            }
-        }
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141230/6ff8972d/attachment.html>


More information about the macports-changes mailing list