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

deric at macports.org deric at macports.org
Wed Jul 3 08:51:12 PDT 2013


Revision: 107640
          https://trac.macports.org/changeset/107640
Author:   deric at macports.org
Date:     2013-07-03 08:51:12 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
py-icalendar: update to 3.5, move setuptools to build dependency.

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

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2013-07-03 15:20:06 UTC (rev 107639)
+++ trunk/dports/python/py-icalendar/Portfile	2013-07-03 15:51:12 UTC (rev 107640)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        collective icalendar 3.3
+github.setup        collective icalendar 3.5
 name                py-icalendar
 set realname        icalendar
 categories          python
@@ -21,23 +21,21 @@
                     RFC 2445, well designed, simple to use and well documented.
                     
 homepage            http://icalendar.readthedocs.org/
-checksums           rmd160  a395e3308d20e8b2a839b77a889f5264ed0f5486 \
-                    sha256  769f2f59d85572337a2555b169145c19a77536db4c5a15262aae6a0644426ffe
+checksums           rmd160  93bd33228a499b9a7501ca07478625017b51d5ab \
+                    sha256  a999c18df1ba0af8146044ae43583a3f6d106651134e01649218017ee6a319bc
 
 python.versions 26 27
 python.default_version 27
 
 if {$subport != $name} {
+    depends_build-append    port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-tz \
+                            port:py${python.version}-dateutil
     
-    depends_lib-append  port:py${python.version}-setuptools  port:py${python.version}-tz \
-    port:py${python.version}-dateutil
-    
     post-destroot {
-    
-    # install docs
-    xinstall -m 644 -W ${worksrcpath}/docs about.rst examples.rst install.rst license.rst changelog.rst credits.rst \
-    ${destroot}${prefix}/share/doc/${subport}
-
+        # install docs
+        xinstall -m 644 -W ${worksrcpath}/docs about.rst examples.rst install.rst license.rst changelog.rst credits.rst \
+        ${destroot}${prefix}/share/doc/${subport}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/756f8715/attachment-0001.html>


More information about the macports-changes mailing list