You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
26 lines
827 B
Tcl
26 lines
827 B
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-translationstring
|
|
version 1.4
|
|
revision 1
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Utility library for i18n.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/Pylons/translationstring
|
|
|
|
checksums rmd160 e7f8f89292664f2c4876530ce0e2069fc237c6ac \
|
|
sha256 bf947538d76e69ba12ab17283b10355a9ecfbc078e6123443f43f2107f6376f3 \
|
|
size 24199
|