# -*- 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-monotonic
version             1.5
revision            0
categories-append   devel
platforms           darwin
license             Apache
supported_archs     noarch

python.versions     27 35 36 37 38

maintainers         {stromnov @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  a384d7ae1ddd0b08fa46d7a139901f596abf0b79 \
                    sha256  23953d55076df038541e648a53676fb24980f7a1be290cdda21300b3bc21dfb0 \
                    size    7525

if {${name} ne ${subport}} {
    livecheck.type      none
}
