[104352] trunk/dports/python/py-icalendar/Portfile

deric at macports.org deric at macports.org
Sat Mar 23 13:59:48 PDT 2013


Revision: 104352
          https://trac.macports.org/changeset/104352
Author:   deric at macports.org
Date:     2013-03-23 13:59:48 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-icalendar: Removed unsupported subports, fixed livecheck.

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

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2013-03-23 20:54:20 UTC (rev 104351)
+++ trunk/dports/python/py-icalendar/Portfile	2013-03-23 20:59:48 UTC (rev 104352)
@@ -23,8 +23,8 @@
 checksums           rmd160  a395e3308d20e8b2a839b77a889f5264ed0f5486 \
                     sha256  769f2f59d85572337a2555b169145c19a77536db4c5a15262aae6a0644426ffe
 
-python.versions 24 25 26 27
-python.default_version 24
+python.versions 26 27
+python.default_version 27
 
 if {$subport != $name} {
     
@@ -40,6 +40,6 @@
     }
 }
 
-livecheck.type regex
-livecheck.url http://icalendar.readthedocs.org/en/latest/changelog.html
-livecheck.regex <h2>(\[0-9.\]+)<
+livecheck.type      regex
+livecheck.url       https://pypi.python.org/pypi/${realname}
+livecheck.regex     "${realname} (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/d0599e8a/attachment-0001.html>


More information about the macports-changes mailing list