# -*- 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-babel version 2.5.3 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 26 27 33 34 35 36 maintainers {stromnov @stromnov} openmaintainer description A collection of tools for internationalizing Python applications. long_description Babel is an integrated collection of utilities that \ assist in internationalizing and localizing Python \ applications, with an emphasis on web-based applications. homepage http://babel.pocoo.org/ master_sites pypi:B/Babel distname Babel-${version} checksums rmd160 7217c8d7278b958844a5bd6f5e1a6f160b1c1abd \ sha256 8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-tz livecheck.type none } else { livecheck.name Babel }