You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.0 KiB
Tcl
26 lines
1.0 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
|
|
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 310 311 312 313 314
|
|
|
|
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
|