python3-phonenumbers: -> 8.12.45

This commit is contained in:
Tim Biermann 2022-03-27 19:10:10 +02:00
parent 8123d7f8df
commit e90bbaec13
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 1847 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wnJJ+TifQJ5kpCc8QGT/7cpLUCccFi8zAuGP++3kbpe+2qS3OK/rkTig+QDb7nWIzpvqA5ULEwZh00RXuswTAc=
SHA256 (Pkgfile) = 08e6f418aae6b0d2b3310207ec8d5da12b5b69b7d3bce43887bc88032af85580
SHA256 (.footprint) = 2d1412e1c8131d41e607ef851a0f21ad44c4cf03f2871d6c7916f6ba422f5504
SHA256 (python3-phonenumbers-8.12.45.tar.gz) = 044e658c3833fa9bf627d48121ea7d6f0e70bb064668fab24b6b859b27c59c7e

View File

@ -0,0 +1,18 @@
# Description: Python version of Google's common library for parsing, formatting, storing and validating international phone numbers
# URL: https://github.com/daviddrysdale/python-phonenumbers
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-phonenumbers
version=8.12.45
release=1
source=(https://github.com/daviddrysdale/python-phonenumbers/archive/v$version/$name-$version.tar.gz)
build() {
cd python-phonenumbers-$version/python
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}