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

deric at macports.org deric at macports.org
Sat Mar 23 13:43:08 PDT 2013


Revision: 104349
          https://trac.macports.org/changeset/104349
Author:   deric at macports.org
Date:     2013-03-23 13:43:08 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-icalender: Update to 3.3, add missing dependency, fixes #38471.

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

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2013-03-23 19:59:47 UTC (rev 104348)
+++ trunk/dports/python/py-icalendar/Portfile	2013-03-23 20:43:08 UTC (rev 104349)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        collective icalendar 3.1
+github.setup        collective icalendar 3.3
 name                py-icalendar
 categories          python
 maintainers         deric
@@ -20,15 +20,16 @@
                     RFC 2445, well designed, simple to use and well documented.
                     
 homepage            http://icalendar.readthedocs.org/
-checksums           rmd160  98fe1d94170a1d9f77520d1fbef9195f2df7820a \
-                    sha256  35fc6b618b93f7e6dfc6e16ce2e2012fa540264b385761e6405cf3cd2972a3ad
+checksums           rmd160  a395e3308d20e8b2a839b77a889f5264ed0f5486 \
+                    sha256  769f2f59d85572337a2555b169145c19a77536db4c5a15262aae6a0644426ffe
 
 python.versions 24 25 26 27
 python.default_version 24
 
 if {$subport != $name} {
     
-    depends_lib-append  port:py${python.version}-distribute  port:py${python.version}-tz
+    depends_lib-append  port:py${python.version}-distribute  port:py${python.version}-tz \
+    port:py${python.version}-dateutil
     
     post-destroot {
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/a5bb00d8/attachment.html>


More information about the macports-changes mailing list