[117689] trunk/dports/python/py-watchdog/Portfile

g5pw at macports.org g5pw at macports.org
Sat Mar 8 02:35:57 PST 2014


Revision: 117689
          https://trac.macports.org/changeset/117689
Author:   g5pw at macports.org
Date:     2014-03-08 02:35:57 -0800 (Sat, 08 Mar 2014)
Log Message:
-----------
python/py-watchdog:
  update to 0.7.1
  update upstream to github
  delete unused dependency
  add 33 and 34 subports

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

Modified: trunk/dports/python/py-watchdog/Portfile
===================================================================
--- trunk/dports/python/py-watchdog/Portfile	2014-03-08 09:29:38 UTC (rev 117688)
+++ trunk/dports/python/py-watchdog/Portfile	2014-03-08 10:35:57 UTC (rev 117689)
@@ -2,10 +2,10 @@
 
 PortSystem      1.0
 PortGroup       python 1.0
+PortGroup       github 1.0
 
-name            py-watchdog
-set real_name   watchdog
-version         0.6.0
+github.setup    gorakhargosh watchdog 0.7.1 v
+name            py-${name}
 maintainers     nomaintainer
 platforms       darwin
 description     Python API and shell utilities to monitor file system events.
@@ -14,16 +14,12 @@
 long_description \
     ${description}
 
-homepage            http://packages.python.org/watchdog/
-master_sites        http://pypi.python.org/packages/source/w/${real_name}
-distname            ${real_name}-${version}
+checksums           rmd160  6fcd5b70149ac8784a364e5099e2eafbdffc83a7 \
+                    sha256  ff21b479b4ccd109a356b9b8632d79f81112f1565f50eb7d21f7f787d52d5d51
 
-checksums           rmd160  229e05935da72ce087e80a65c2221d5336e3ab37 \
-                    sha256  aaae8ec476b31d46c5dc400105ade2e1c3e2221d9c5f8252a64a2f05165e9dd9
-
 # watchdog supports Python 2.5+, but at the moment,
 # Macports only packages dependencies for Python 2.7
-python.versions 27
+python.versions 27 33 34
 python.default_version 27
 
 if {${name} ne ${subport}} {
@@ -31,5 +27,4 @@
         port:py${python.version}-yaml \
         port:py${python.version}-argh \
         port:py${python.version}-pathtools \
-        port:py${python.version}-brownie
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140308/43b28e11/attachment.html>


More information about the macports-changes mailing list