# -*- 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
PortGroup           github 1.0

github.setup        daviddrysdale python-phonenumbers 8.13.30 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-phonenumbers
python.versions     39 310 311 312

categories-append   textproc
license             Apache-2
supported_archs     noarch
platforms           {darwin any}
maintainers         {aronnax @lpsinger} openmaintainer
description         parsing, formatting, storing and validating international phone numbers
long_description    Python version of the Google common library for {*}${description}

checksums           rmd160  551f16ab4322ff157bb1e26d765ea1a186ffd489 \
                    sha256  04da4d56a447e7882914640489db669d8b011886cd0aeec3f1f600e200d574e7 \
                    size    4915203

worksrcdir          ${worksrcdir}/python