# -*- 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 PortGroup github 1.0 github.setup dieterv elib.intl d09997cf name py-elib.intl version 0.0.3-20110711 revision 1 platforms darwin supported_archs noarch license BSD maintainers nomaintainer description Internationalization services for Python long_description \ The elib.intl module provides enhanced internationalization (I18N) \ services for Python modules and applications. checksums rmd160 763249d1fd40d36fcc210e6b07405c1c207fb7e3 \ sha256 6461a01ffd2c59699b43a605fd6188e87daf9a1da5343b9e655dd855e5965a3b python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools } # no tagged releases available livecheck.type none