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

petr at macports.org petr at macports.org
Fri Dec 26 09:27:42 PST 2014


Revision: 130076
          https://trac.macports.org/changeset/130076
Author:   petr at macports.org
Date:     2014-12-26 09:27:42 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
py-icalendar: update, add py34 subport, docs, livecheck by github group

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

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2014-12-26 13:50:57 UTC (rev 130075)
+++ trunk/dports/python/py-icalendar/Portfile	2014-12-26 17:27:42 UTC (rev 130076)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        collective icalendar 3.5
+github.setup        collective icalendar 3.8.4
 name                py-icalendar
 platforms           darwin
 license             BSD
@@ -22,10 +22,10 @@
                     simple to use and well documented.
 homepage            http://icalendar.readthedocs.org/
 
-checksums           rmd160  93bd33228a499b9a7501ca07478625017b51d5ab \
-                    sha256  a999c18df1ba0af8146044ae43583a3f6d106651134e01649218017ee6a319bc
+checksums           rmd160  4dfd631b54acebd0943cb2d4b10e6d423c9b8c0d \
+                    sha256  1e9fbef0c823477a600cb5656c060775b190f121a80cfc30ea4627740ec56334
 
-python.versions     27
+python.versions     27 34
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -33,14 +33,13 @@
                             port:py${python.version}-tz
 
     post-destroot {
-        xinstall -m 644 -W ${worksrcpath}/docs \
-                about.rst examples.rst install.rst license.rst \
-                changelog.rst credits.rst \
-                ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} \
+            CHANGES.rst \
+            CONTRIBUTING.rst \
+            LICENSE.rst \
+            README.rst \
+            TODO.rst \
+            ${destroot}${prefix}/share/doc/${subport}
     }
     livecheck.type  none
-} else {
-    livecheck.type  regex
-    livecheck.url   https://pypi.python.org/pypi/icalendar
-    livecheck.regex {icalendar (\d+(?:\.\d+)*)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/c3022c56/attachment.html>


More information about the macports-changes mailing list