# -*- 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-iso3166
version             2.1.1
revision            0

platforms           {darwin any}
license             MIT
supported_archs     noarch
maintainers         nomaintainer

description         Self-contained ISO 3166-1 country definitions
long_description    {*}${description}. ISO 3166-1 defines two-letter, three-letter,\
                    and three-digit country codes. python-iso3166 is a self-contained\
                    module that converts between these codes and the corresponding\
                    country name.

homepage            https://github.com/deactivated/python-iso3166

checksums           rmd160  735478f1a0cea7a3c5f18ef477ed66dbc0739cfd \
                    sha256  fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719 \
                    size    12807

python.versions     39 310 311 312