[150234] trunk/dports/python

petr at macports.org petr at macports.org
Wed Jul 13 04:03:41 PDT 2016


Revision: 150234
          https://trac.macports.org/changeset/150234
Author:   petr at macports.org
Date:     2016-07-13 04:03:41 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
py-watchdog: update to @0.8.3, switch to PyPI, add category, fix license, retire py33 and add py35 subport, related to #51825.

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-watchdog/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2016-07-13 10:52:10 UTC (rev 150233)
+++ trunk/dports/python/py-graveyard/Portfile	2016-07-13 11:03:41 UTC (rev 150234)
@@ -114,6 +114,7 @@
 py-threadpool           1.2.7_1     26
 py-traitsui             4.4.0_1     26
 py-visa                 1.4_1       26
+py-watchdog             0.7.1_1     33
 py-webkitgtk            1.1.8_8     26
 
 if {${subport} ne ${name}} {

Modified: trunk/dports/python/py-watchdog/Portfile
===================================================================
--- trunk/dports/python/py-watchdog/Portfile	2016-07-13 10:52:10 UTC (rev 150233)
+++ trunk/dports/python/py-watchdog/Portfile	2016-07-13 11:03:41 UTC (rev 150234)
@@ -3,28 +3,38 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-PortGroup           github 1.0
 
-github.setup        gorakhargosh watchdog 0.7.1 v
+name                py-watchdog
+version             0.8.3
 
-name                py-${name}
+categories-append   sysutils
 platforms           darwin
-license             MIT
+license             Apache-2
 maintainers         petr openmaintainer
 
 description         Python API and shell utilities to monitor file system events.
 long_description    ${description}
 
-checksums           rmd160  6fcd5b70149ac8784a364e5099e2eafbdffc83a7 \
-                    sha256  ff21b479b4ccd109a356b9b8632d79f81112f1565f50eb7d21f7f787d52d5d51
+homepage            http://pythonhosted.org/watchdog/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}/
+distname            ${python.rootname}-${version}
 
-python.versions     27 33 34
+checksums           md5     bb16926bccc98eae2a04535e4512ddf1 \
+                    rmd160  98b76d328f2903533fba56e8694b0002c0a25c1e \
+                    sha256  7e65882adb7746039b6f3876ee174952f8eaaa34491ba34333ddf1fe35de4162
 
+python.versions     27 34 35
+
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
 
-    depends_lib-append \
-        port:py${python.version}-yaml \
-        port:py${python.version}-argh \
-        port:py${python.version}-pathtools \
+    depends_lib-append      port:py${python.version}-argh \
+                            port:py${python.version}-pathtools \
+                            port:py${python.version}-yaml
+
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/${python.rootname}/json
+    livecheck.regex "\"${python.rootname}-(\[.\\d\]+)\\${extract.suffix}\""
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/0b13f461/attachment.html>


More information about the macports-changes mailing list