[127227] trunk/dports/python/py-macfsevents

stromnov at macports.org stromnov at macports.org
Thu Oct 23 12:21:47 PDT 2014


Revision: 127227
          https://trac.macports.org/changeset/127227
Author:   stromnov at macports.org
Date:     2014-10-23 12:21:47 -0700 (Thu, 23 Oct 2014)
Log Message:
-----------
py-macfsevents: update to version 0.4

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

Removed Paths:
-------------
    trunk/dports/python/py-macfsevents/files/

Modified: trunk/dports/python/py-macfsevents/Portfile
===================================================================
--- trunk/dports/python/py-macfsevents/Portfile	2014-10-23 19:14:12 UTC (rev 127226)
+++ trunk/dports/python/py-macfsevents/Portfile	2014-10-23 19:21:47 UTC (rev 127227)
@@ -5,12 +5,12 @@
 PortGroup           python 1.0
 
 name                py-macfsevents
-version             0.3
-revision            1
+version             0.4
+revision            0
+platforms           darwin
 license             BSD
-platforms           darwin
 
-python.versions     27 32 33
+python.versions     27 33 34
 
 maintainers         stromnov openmaintainer
 
@@ -20,26 +20,28 @@
                     directory observation primitives using callbacks. It wraps \
                     the Mac OS X FSEvents API in a C-extension.
 
-homepage            http://pypi.python.org/pypi/MacFSEvents/
-master_sites        http://pypi.python.org/packages/source/M/MacFSEvents/
+homepage            https://github.com/malthe/macfsevents
+master_sites        https://pypi.python.org/packages/source/M/MacFSEvents/
 
 distname            MacFSEvents-${version}
 
-checksums           rmd160  33eaf66f752dc92ae72149a1c037f3d24d82596f \
-                    sha256  64b2ecee53cf8972c5295354090ab307324913f020139eec44e6de690db24a3f
+checksums           rmd160  d4e0717614e3f656aefacd1369ce6b06df47ddb1 \
+                    sha256  5d492cf3181a782380fce3b704412aa9cfa4f4602dfcf07c071cd8da18685057
 
 if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
 
-    patchfiles              patch-setup.py.diff
-
     post-destroot {
         xinstall -d ${destroot}${python.prefix}/share/doc/${name}
         xinstall -m 644 -W ${worksrcpath} README.rst CHANGES.rst \
                     ${destroot}${python.prefix}/share/doc/${name}
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {MacFSEvents-(\d+(?:\.\d+)*)\.[tz]}
 }
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "MacFSEvents-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141023/8a776e9a/attachment.html>


More information about the macports-changes mailing list