# -*- 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-locket version 0.2.0 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description File-based locks for Python. long_description ${description} homepage http://github.com/mwilliamson/locket.py master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 73636095d813c43913a48b3c87e134e85216601a \ sha256 1fee63c1153db602b50154684f5725564e63a0f6d09366a1cb13dffcec179fb4 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }