python3-phonenumbers: 8.13.11 -> 8.13.13; switched to use python3-{build,installer,wheel}

This commit is contained in:
Tim Biermann 2023-05-30 22:27:53 +02:00
parent 74dbc440c0
commit 8fe49e9734
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 630 additions and 1225 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34CMaojzalPVB61Dd/Z6oEOM5oK7PnnKP3nRdf9cr1D59tUe4xa719R71lzzXRnhE+j9g9ka91/NTDXf3veX8wQ=
SHA256 (Pkgfile) = 54077ee2c9aa8204f02d9a3bcf6b33b0c2a6072b22718ff87df0f31f3533c085
SHA256 (.footprint) = 5672b8b9d75cf88dc16fb2e6d5212f68b57ba5897d36fba5d07faa305b6e43a5
SHA256 (python3-phonenumbers-8.13.11.tar.gz) = 57edd0f4df3647d77b1e83e07a84686c7ba74573b38f68e91af94d7a6468ba41
RWSagIOpLGJF3zyW1PbYj2V+V2vd5B3PojbaDPcOAHCJeJ1UCoQJvAUy8EXJZJELR5TJAiywbvonrRQbZOnxxt+8n/Wd+eG54Aw=
SHA256 (Pkgfile) = 3e895085a62ec55902be684dd3805eb02236a296e66503037c6cf568040bb740
SHA256 (.footprint) = b35ee2e0ee6006716342d31a71fabdb885c141b2aacbecb70eb407275bf058c2
SHA256 (python3-phonenumbers-8.13.13.tar.gz) = 502aa83b3ca5fa22ed9af98e5d0528d967589ce96b66e6c1a315b9f8a6595e6a

View File

@ -1,18 +1,16 @@
# 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
# Depends on: python3-build python3-installer python3-wheel
name=python3-phonenumbers
version=8.13.11
version=8.13.13
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
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}