You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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-langcodes
|
|
version 3.5.0
|
|
revision 0
|
|
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description Tools for labeling human languages with IETF language tags
|
|
long_description {*}${description}. ${python.rootname} knows what\
|
|
languages are. It knows the standardized codes \
|
|
that refer to them, such as en for English, es for \
|
|
Spanish and hi for Hindi.
|
|
|
|
homepage https://github.com/rspeer/langcodes
|
|
|
|
checksums rmd160 8b273bc7fb7fca14ac14922f5c9705cb648e2593 \
|
|
sha256 1eef8168d07e51e131a2497ffecad4b663f6208e7c3ae3b8dc15c51734a6f801 \
|
|
size 191030
|
|
|
|
python.versions 310 311 312 313
|
|
python.pep517_backend poetry
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|