# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-update_checker version 0.12 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 35 maintainers stromnov openmaintainer description A python module that will check for package updates. long_description ${description} homepage https://github.com/bboe/update_checker master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 fd51bd120ecf4bc412ae285834dd9e61357afadf \ sha256 5e265450a0640e8b7e988f323b6b3f1da44cbafdde4884c8e495902843ac367f if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-requests livecheck.type none } else { livecheck.type pypi }