[143033] trunk/dports/python/py-macfsevents/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 08:16:28 PST 2015


Revision: 143033
          https://trac.macports.org/changeset/143033
Author:   stromnov at macports.org
Date:     2015-12-02 03:27:28 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
py-macfsevents: update to version 0.5

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

Modified: trunk/dports/python/py-macfsevents/Portfile
===================================================================
--- trunk/dports/python/py-macfsevents/Portfile	2015-12-02 11:24:58 UTC (rev 143032)
+++ trunk/dports/python/py-macfsevents/Portfile	2015-12-02 11:27:28 UTC (rev 143033)
@@ -5,12 +5,12 @@
 PortGroup           python 1.0
 
 name                py-macfsevents
-version             0.4
+version             0.5
 revision            0
 platforms           darwin
 license             BSD
 
-python.versions     27 33 34
+python.versions     27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -21,12 +21,12 @@
                     the Mac OS X FSEvents API in a C-extension.
 
 homepage            https://github.com/malthe/macfsevents
-master_sites        https://pypi.python.org/packages/source/M/MacFSEvents/
+master_sites        pypi:M/MacFSEvents
 
 distname            MacFSEvents-${version}
 
-checksums           rmd160  d4e0717614e3f656aefacd1369ce6b06df47ddb1 \
-                    sha256  5d492cf3181a782380fce3b704412aa9cfa4f4602dfcf07c071cd8da18685057
+checksums           rmd160  69b6c920269e63b80d8c2382b1cc5734fb83f6c9 \
+                    sha256  eb3f0ca56e60adfec84a45ed5d6333a1772fed29cae52e5fe264b9b5e412737e
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -40,8 +40,7 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/macfsevents/json
-    livecheck.regex     {MacFSEvents-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      MacFSEvents
+    livecheck.type      pypi
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/66858d51/attachment-0001.html>


More information about the macports-changes mailing list