Changeset 117689 for trunk/dports


Ignore:
Timestamp:
Mar 8, 2014, 10:35:57 AM (10 years ago)
Author:
g5pw@…
Message:

python/py-watchdog:

update to 0.7.1
update upstream to github
delete unused dependency
add 33 and 34 subports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-watchdog/Portfile

    r114324 r117689  
    33PortSystem      1.0
    44PortGroup       python 1.0
     5PortGroup       github 1.0
    56
    6 name            py-watchdog
    7 set real_name   watchdog
    8 version         0.6.0
     7github.setup    gorakhargosh watchdog 0.7.1 v
     8name            py-${name}
    99maintainers     nomaintainer
    1010platforms       darwin
     
    1515    ${description}
    1616
    17 homepage            http://packages.python.org/watchdog/
    18 master_sites        http://pypi.python.org/packages/source/w/${real_name}
    19 distname            ${real_name}-${version}
    20 
    21 checksums           rmd160  229e05935da72ce087e80a65c2221d5336e3ab37 \
    22                     sha256  aaae8ec476b31d46c5dc400105ade2e1c3e2221d9c5f8252a64a2f05165e9dd9
     17checksums           rmd160  6fcd5b70149ac8784a364e5099e2eafbdffc83a7 \
     18                    sha256  ff21b479b4ccd109a356b9b8632d79f81112f1565f50eb7d21f7f787d52d5d51
    2319
    2420# watchdog supports Python 2.5+, but at the moment,
    2521# Macports only packages dependencies for Python 2.7
    26 python.versions 27
     22python.versions 27 33 34
    2723python.default_version 27
    2824
     
    3228        port:py${python.version}-argh \
    3329        port:py${python.version}-pathtools \
    34         port:py${python.version}-brownie
    3530}
Note: See TracChangeset for help on using the changeset viewer.