# -*- 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
PortGroup           deprecated 1.0

name                py-speaklater
version             1.3
revision            0

categories-append   textproc
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         lazy strings for translations
long_description    {*}${description}

homepage            https://github.com/mitsuhiko/speaklater

checksums           rmd160  70c03aa32233a9f4a6dd352c4dca1fe0d1888ffe \
                    sha256  59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9 \
                    size    3582

deprecated.upstream_support no
python.versions     27 35 36

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