# -*- 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-fasteners
version 0.14.1
license Apache-2
platforms darwin
supported_archs noarch
maintainers {khindenburg @kurthindenburg} openmaintainer
description A python package that provides useful locks
long_description ${description}
homepage https://pypi.python.org/pypi/${python.rootname}/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 35249664f75db20c602c18ce8a88c43ccf08a960 \
sha256 427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18
python.versions 27 34 35 36
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-monotonic \
port:py${python.version}-six
livecheck.type none
} else {
livecheck.type pypi
}