dev-python/phonenumbers: Bump to 9.0.39

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-11 06:45:27 +02:00
parent 465bffa99d
commit 357763765f
2 changed files with 32 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST phonenumbers-9.0.37.tar.gz 2312364 BLAKE2B 4984e671af2d02392233db5213aad02324cb19f817f6f6b5fc9f977f3a0d3bd172af19d9053157ecde3acc30d9c5579337a48bc6a3b85a408e2499e0d889eb5c SHA512 69cbe0adbb91c9fbef6246151fe5f6399edd3f8087dcdc973762b64397f41dabb0e60ad2460c2213df73e9079732bcb2705a173ee516b85604f789b719f80b10
DIST phonenumbers-9.0.38.tar.gz 2311043 BLAKE2B 8d5b7a4fdfeea4552e1364e9b4631623b7320607a6c840e03969504db162e4043f889318ebde9605c18fbc631bdf08b148dd3485bb0a84ace74c109e6890ecc3 SHA512 9da0ea3de41c9e27e19ed8ca6f1afa7f87ff901300bee581b284be2f3e3f955314b9e4de0379aafab5c61a30cddb6ad6f3109db4f7f6273e0745f4a5c907b577
DIST phonenumbers-9.0.39.tar.gz 2310991 BLAKE2B 8f6ed29affad232f085e8f9bb777b89bb66ab6e1332fbd73abed3a699eecd3c0a3d2558c261accb2b21eab7964dffeb13726efefe0d5e776d241035eefa275d5 SHA512 8e4cfdd4e5538b15bdea3b61b5223135992c57d13c77f2ba1b0c7d0717562c270a596051d7202c7aca9b1f4967acf047bd9e53ba7fa29801bd05317336d06054

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python port of Google's libphonenumber"
HOMEPAGE="
https://github.com/daviddrysdale/python-phonenumbers/
https://pypi.org/project/phonenumbers/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/protobuf[${PYTHON_USEDEP}]
)
"
python_test() {
"${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
}