# -*- 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-zope-i18nmessageid
python.rootname     zope.i18nmessageid
version             5.0.1
revision            0
python.versions     39 310
maintainers         nomaintainer
license             ZPL-2.1

description         Message Identifiers for internationalization
long_description    To translate any text, we must be able to discover \
                    the source domain of the text. A source domain is \
                    an identifier that identifies a project that \
                    produces program source strings. Source strings \
                    occur as literals in python programs, text in \
                    templates, and some text in XML data. The project \
                    implies a source language and an application \
                    context.

categories-append   zope

homepage            https://github.com/zopefoundation/zope.i18nmessageid

checksums           rmd160  d73bcabe12ec89baa16fab7c4e56ca675d7ebb99 \
                    sha256  9534142b684c986f5303f469573978e5a340f05ba2eee4f872933f1c38b1b059 \
                    size    28217

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

    livecheck.type  none
}