# -*- 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-monotonic version 1.2 revision 0 categories-append devel platforms darwin license Apache supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description An implementation of time.monotonic() for Python 2 long_description ${description} homepage https://github.com/atdt/monotonic master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 d81788c89b72f29e27cdfb13ce434662d8ffd2ce \ sha256 c0e1ceca563ca6bb30b0fb047ee1002503ae6ad3585fc9c6af37a8f77ec274ba if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }