You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
44 lines
1.4 KiB
Tcl
44 lines
1.4 KiB
Tcl
# -*- 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
|
|
python.rootname Babel
|
|
version 2.9.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
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/
|
|
|
|
checksums rmd160 2eb44a2268fbd9a31a531a4325c383f57c34365c \
|
|
sha256 da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05 \
|
|
size 8682986
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-tz
|
|
|
|
depends_test-append port:py${python.version}-pytest \
|
|
port:py${python.version}-freezegun
|
|
|
|
test.run yes
|
|
test.cmd py.test-${python.branch}
|
|
test.target
|
|
|
|
livecheck.type none
|
|
}
|