# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-filelock
version             3.0.12
revision            0
maintainers         {@funasoul gmail.com:funasoul} openmaintainer
platforms           darwin
supported_archs     noarch

description         A platform independent file lock
long_description    This package contains a single module, which implements \
                    a platform independent file lock in Python, which \
                    provides a simple way of inter-process communication:
license             public-domain
homepage            http://pypi.python.org/pypi/filelock/

distname            filelock-${version}
master_sites        pypi:f/filelock/

checksums           rmd160  f4045fa508760a35480bef08ea89f2a102dc249a \
                    sha256  18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59 \
                    size    8549

python.versions     27 35 36 37 38

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    livecheck.type  none
}