[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-05-17 Thread Michał Górny
commit: ed72b7f892faf87f93cf03aa58b22e9c34c8b916
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 04:46:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 04:52:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed72b7f8

dev-python/phonenumbers: Bump to 8.13.37

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.37.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 71d0f6c80749..f742e5f836b9 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.36.gh.tar.gz 4915552 BLAKE2B 
f9948876d363bba6f4a06411b809235a99003ed3a984681fc359cac05e0692e0521888221770bdbcda21c748c1401109820d01fd84854fc81501475b425ebd49
 SHA512 
4c82e6ce5fb1691cb1b843914d55c52e1d7bf0b4590354df7df5895eb5a410e8efcb986c9e960f542a08311a8ae7f4d400c9d4a9564a229443f34c05b4c505f1
+DIST python-phonenumbers-8.13.37.gh.tar.gz 4915690 BLAKE2B 
b0d325c5f5aca2bcfcc98bab4e5654f4cb21908b41c32b498543186e037b1f2d425ed265c1a3d2bec87fc8ae913257fc455169c91929bfbba3e44bcedffaf0dc
 SHA512 
ac55e8cb2bad7e1e70afb13c49cdd1f73fc840cad6e10f4f9a6c817043729aaf3bdfddae0c9ab3d19f9d4de8cdff949c0bddd94de63e1c42e6c55e0445c69d6c

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.37.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.37.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.37.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-05-17 Thread Michał Górny
commit: 17eb952b0d440722208515a28aa8788f78987644
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 08:12:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 08:12:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17eb952b

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.35.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 817850081967..71d0f6c80749 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1 @@
-DIST python-phonenumbers-8.13.35.gh.tar.gz 4915497 BLAKE2B 
3e867bbf4234d82ec13ad9d246cc0f9821bb08ad65595c34513769a1e49b042625a03283e586c868a3a2d54319570d5949ba0890f0c9d9fce8ef3a6ee91bd832
 SHA512 
c80eeef158fd0a6efa38f3e0c8ed347406b17b71db47bfcb7cda09faf4baa688c0f92fdb578c68ad3bb03684763e3522bf537faabb68d2f50c462c01305e474e
 DIST python-phonenumbers-8.13.36.gh.tar.gz 4915552 BLAKE2B 
f9948876d363bba6f4a06411b809235a99003ed3a984681fc359cac05e0692e0521888221770bdbcda21c748c1401109820d01fd84854fc81501475b425ebd49
 SHA512 
4c82e6ce5fb1691cb1b843914d55c52e1d7bf0b4590354df7df5895eb5a410e8efcb986c9e960f542a08311a8ae7f4d400c9d4a9564a229443f34c05b4c505f1

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-05-17 Thread Michał Górny
commit: 2a71b3b77d51bbf1c7e06c7352bb4f1be2d270be
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 08:11:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 08:11:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a71b3b7

dev-python/phonenumbers: Stabilize 8.13.36 ALLARCHES, #932034

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-05-04 Thread Michał Górny
commit: b5d5f6b50bf6f990c36652e10ee0c02e1cc6ce55
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 10:49:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 11:31:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d5f6b5

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.34.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 5ef918b0b776..817850081967 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.13.34.gh.tar.gz 4915435 BLAKE2B 
9b3addd5553f71a0e47f7bfdc5228155a2bb803b8e7e6a81349ee6445fcf0d57018875745049f7d2a1f30a82359fe9211affe17b00496eba06facd2ee82f6a95
 SHA512 
3d7443562fd0f2c2a49edaca78cfdc7aab42d77906826c53eb3b7e4766753242ba4ef9db6e1a6ee5f7d00e169336546069d2932ca0a907622e302e2ea09d46e9
 DIST python-phonenumbers-8.13.35.gh.tar.gz 4915497 BLAKE2B 
3e867bbf4234d82ec13ad9d246cc0f9821bb08ad65595c34513769a1e49b042625a03283e586c868a3a2d54319570d5949ba0890f0c9d9fce8ef3a6ee91bd832
 SHA512 
c80eeef158fd0a6efa38f3e0c8ed347406b17b71db47bfcb7cda09faf4baa688c0f92fdb578c68ad3bb03684763e3522bf537faabb68d2f50c462c01305e474e
 DIST python-phonenumbers-8.13.36.gh.tar.gz 4915552 BLAKE2B 
f9948876d363bba6f4a06411b809235a99003ed3a984681fc359cac05e0692e0521888221770bdbcda21c748c1401109820d01fd84854fc81501475b425ebd49
 SHA512 
4c82e6ce5fb1691cb1b843914d55c52e1d7bf0b4590354df7df5895eb5a410e8efcb986c9e960f542a08311a8ae7f4d400c9d4a9564a229443f34c05b4c505f1

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-05-04 Thread Arthur Zamarin
commit: 64bf4673717a5e18d7e4725fa709829cc8e4ee2e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  4 09:48:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  4 09:48:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bf4673

dev-python/phonenumbers: Stabilize 8.13.35 ALLARCHES, #931166

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-05-03 Thread Michał Górny
commit: 56bf2d933b9a779931b135a7c021dee6de517983
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 04:52:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 04:59:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bf2d93

dev-python/phonenumbers: Bump to 8.13.36

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.36.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 596d345c9667..5ef918b0b776 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.34.gh.tar.gz 4915435 BLAKE2B 
9b3addd5553f71a0e47f7bfdc5228155a2bb803b8e7e6a81349ee6445fcf0d57018875745049f7d2a1f30a82359fe9211affe17b00496eba06facd2ee82f6a95
 SHA512 
3d7443562fd0f2c2a49edaca78cfdc7aab42d77906826c53eb3b7e4766753242ba4ef9db6e1a6ee5f7d00e169336546069d2932ca0a907622e302e2ea09d46e9
 DIST python-phonenumbers-8.13.35.gh.tar.gz 4915497 BLAKE2B 
3e867bbf4234d82ec13ad9d246cc0f9821bb08ad65595c34513769a1e49b042625a03283e586c868a3a2d54319570d5949ba0890f0c9d9fce8ef3a6ee91bd832
 SHA512 
c80eeef158fd0a6efa38f3e0c8ed347406b17b71db47bfcb7cda09faf4baa688c0f92fdb578c68ad3bb03684763e3522bf537faabb68d2f50c462c01305e474e
+DIST python-phonenumbers-8.13.36.gh.tar.gz 4915552 BLAKE2B 
f9948876d363bba6f4a06411b809235a99003ed3a984681fc359cac05e0692e0521888221770bdbcda21c748c1401109820d01fd84854fc81501475b425ebd49
 SHA512 
4c82e6ce5fb1691cb1b843914d55c52e1d7bf0b4590354df7df5895eb5a410e8efcb986c9e960f542a08311a8ae7f4d400c9d4a9564a229443f34c05b4c505f1

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.36.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-04-20 Thread Michał Górny
commit: ef88d97cce8cd60eb392142ef715d04dc98b147b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 11:19:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 11:19:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef88d97c

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.33.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 07820455ae17..596d345c9667 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.13.33.gh.tar.gz 4915782 BLAKE2B 
651be55fe6ee6f78f5160b7d88a98e88f2fec21df71589f181e02500a578ce1beb3c3b852b7df8fc423f9ce4c5a9155d571dcb414ee78d2951cff42a28d4ed63
 SHA512 
0402908a43ff93a1948edc7e08c41c9ab2d406215b810ce06175d9b6e2eb17cd6b597082b6bfb2c9f74d2247a646ffef4256996fc933ce9a502b2305d279a28f
 DIST python-phonenumbers-8.13.34.gh.tar.gz 4915435 BLAKE2B 
9b3addd5553f71a0e47f7bfdc5228155a2bb803b8e7e6a81349ee6445fcf0d57018875745049f7d2a1f30a82359fe9211affe17b00496eba06facd2ee82f6a95
 SHA512 
3d7443562fd0f2c2a49edaca78cfdc7aab42d77906826c53eb3b7e4766753242ba4ef9db6e1a6ee5f7d00e169336546069d2932ca0a907622e302e2ea09d46e9
 DIST python-phonenumbers-8.13.35.gh.tar.gz 4915497 BLAKE2B 
3e867bbf4234d82ec13ad9d246cc0f9821bb08ad65595c34513769a1e49b042625a03283e586c868a3a2d54319570d5949ba0890f0c9d9fce8ef3a6ee91bd832
 SHA512 
c80eeef158fd0a6efa38f3e0c8ed347406b17b71db47bfcb7cda09faf4baa688c0f92fdb578c68ad3bb03684763e3522bf537faabb68d2f50c462c01305e474e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-04-20 Thread Michał Górny
commit: 70ff12ab04df70c8a7451765f2664e3698a08ffd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 10:49:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 10:49:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ff12ab

dev-python/phonenumbers: Stabilize 8.13.34 ALLARCHES, #930301

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-04-19 Thread Arthur Zamarin
commit: 08d226bf576660042336546b464550220bcec685
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 19 17:52:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 19 19:05:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d226bf

dev-python/phonenumbers: add 8.13.35

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.35.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 70d4a2c3140e..07820455ae17 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.33.gh.tar.gz 4915782 BLAKE2B 
651be55fe6ee6f78f5160b7d88a98e88f2fec21df71589f181e02500a578ce1beb3c3b852b7df8fc423f9ce4c5a9155d571dcb414ee78d2951cff42a28d4ed63
 SHA512 
0402908a43ff93a1948edc7e08c41c9ab2d406215b810ce06175d9b6e2eb17cd6b597082b6bfb2c9f74d2247a646ffef4256996fc933ce9a502b2305d279a28f
 DIST python-phonenumbers-8.13.34.gh.tar.gz 4915435 BLAKE2B 
9b3addd5553f71a0e47f7bfdc5228155a2bb803b8e7e6a81349ee6445fcf0d57018875745049f7d2a1f30a82359fe9211affe17b00496eba06facd2ee82f6a95
 SHA512 
3d7443562fd0f2c2a49edaca78cfdc7aab42d77906826c53eb3b7e4766753242ba4ef9db6e1a6ee5f7d00e169336546069d2932ca0a907622e302e2ea09d46e9
+DIST python-phonenumbers-8.13.35.gh.tar.gz 4915497 BLAKE2B 
3e867bbf4234d82ec13ad9d246cc0f9821bb08ad65595c34513769a1e49b042625a03283e586c868a3a2d54319570d5949ba0890f0c9d9fce8ef3a6ee91bd832
 SHA512 
c80eeef158fd0a6efa38f3e0c8ed347406b17b71db47bfcb7cda09faf4baa688c0f92fdb578c68ad3bb03684763e3522bf537faabb68d2f50c462c01305e474e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.35.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-04-05 Thread Michał Górny
commit: c6be955602d5ec02af3ef884e4ee6f0cfd65e98f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  5 18:54:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 19:45:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6be9556

dev-python/phonenumbers: Bump to 8.13.34

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.34.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 0322cff6dde7..70d4a2c3140e 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.33.gh.tar.gz 4915782 BLAKE2B 
651be55fe6ee6f78f5160b7d88a98e88f2fec21df71589f181e02500a578ce1beb3c3b852b7df8fc423f9ce4c5a9155d571dcb414ee78d2951cff42a28d4ed63
 SHA512 
0402908a43ff93a1948edc7e08c41c9ab2d406215b810ce06175d9b6e2eb17cd6b597082b6bfb2c9f74d2247a646ffef4256996fc933ce9a502b2305d279a28f
+DIST python-phonenumbers-8.13.34.gh.tar.gz 4915435 BLAKE2B 
9b3addd5553f71a0e47f7bfdc5228155a2bb803b8e7e6a81349ee6445fcf0d57018875745049f7d2a1f30a82359fe9211affe17b00496eba06facd2ee82f6a95
 SHA512 
3d7443562fd0f2c2a49edaca78cfdc7aab42d77906826c53eb3b7e4766753242ba4ef9db6e1a6ee5f7d00e169336546069d2932ca0a907622e302e2ea09d46e9

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.34.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-03-30 Thread Michał Górny
commit: 5a42e00950c4499c36aec3019d1f939a5933b9f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:56:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:56:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a42e009

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 .../phonenumbers/phonenumbers-8.13.31.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.32.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 518653d49b94..0322cff6dde7 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.13.31.gh.tar.gz 4915554 BLAKE2B 
bf8f8f8fb43f7f5b39ce3155a2f8f4f9497734bdf016c2f871e16354b50072dde106a5549d998ae48ee7e41b0517fdc73c68e3dd18960b45c13c85001ae170d4
 SHA512 
724d8adf172e1a12e6d89ad104bc89330f02c4eab6b23812cd09464ddc4002a13c90b8a47456ebe99018a21c18ed7ea71f85f3fe80f4f823f0f35c95fb22d513
-DIST python-phonenumbers-8.13.32.gh.tar.gz 4915667 BLAKE2B 
b5c76292e405255c0acdf8d3fbaff10701fc7cbfe948c4d73397458ffe18be41d0ba0d61bf2a67a25fd729cdbfe2de125616a2d433afef0fc49dd6fe01ac3fc2
 SHA512 
12d8ae16d701b4b6134928eea8c13cd84443e26f887974abb2cde374233dacf8489b0d8f43da29faa6170177d378568cfa01237bac38049d3f350bc344842b0e
 DIST python-phonenumbers-8.13.33.gh.tar.gz 4915782 BLAKE2B 
651be55fe6ee6f78f5160b7d88a98e88f2fec21df71589f181e02500a578ce1beb3c3b852b7df8fc423f9ce4c5a9155d571dcb414ee78d2951cff42a28d4ed63
 SHA512 
0402908a43ff93a1948edc7e08c41c9ab2d406215b810ce06175d9b6e2eb17cd6b597082b6bfb2c9f74d2247a646ffef4256996fc933ce9a502b2305d279a28f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.32.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.32.ebuild
deleted file mode 100644
index 2fc9bdbaa7c9..
--- a/dev-python/phonenumbers/phonenumbers-8.13.32.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-03-30 Thread Michał Górny
commit: b6da7964b4033e4cede498764493f892a3fd9971
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:52:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:53:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6da7964

dev-python/phonenumbers: Stabilize 8.13.33 ALLARCHES, #928189

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-03-26 Thread Michał Górny
commit: 70c98fbb3b62a7a3fc810f9ebda72f60d3928023
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 26 06:33:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 26 06:57:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c98fbb

dev-python/phonenumbers: Bump to 8.13.33

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.33.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index aef1e68574ef..518653d49b94 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.31.gh.tar.gz 4915554 BLAKE2B 
bf8f8f8fb43f7f5b39ce3155a2f8f4f9497734bdf016c2f871e16354b50072dde106a5549d998ae48ee7e41b0517fdc73c68e3dd18960b45c13c85001ae170d4
 SHA512 
724d8adf172e1a12e6d89ad104bc89330f02c4eab6b23812cd09464ddc4002a13c90b8a47456ebe99018a21c18ed7ea71f85f3fe80f4f823f0f35c95fb22d513
 DIST python-phonenumbers-8.13.32.gh.tar.gz 4915667 BLAKE2B 
b5c76292e405255c0acdf8d3fbaff10701fc7cbfe948c4d73397458ffe18be41d0ba0d61bf2a67a25fd729cdbfe2de125616a2d433afef0fc49dd6fe01ac3fc2
 SHA512 
12d8ae16d701b4b6134928eea8c13cd84443e26f887974abb2cde374233dacf8489b0d8f43da29faa6170177d378568cfa01237bac38049d3f350bc344842b0e
+DIST python-phonenumbers-8.13.33.gh.tar.gz 4915782 BLAKE2B 
651be55fe6ee6f78f5160b7d88a98e88f2fec21df71589f181e02500a578ce1beb3c3b852b7df8fc423f9ce4c5a9155d571dcb414ee78d2951cff42a28d4ed63
 SHA512 
0402908a43ff93a1948edc7e08c41c9ab2d406215b810ce06175d9b6e2eb17cd6b597082b6bfb2c9f74d2247a646ffef4256996fc933ce9a502b2305d279a28f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.33.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-03-13 Thread Michał Górny
commit: 135370e4a0f51048c591826bc8273038d8d456ec
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 04:13:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 04:13:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135370e4

dev-python/phonenumbers: Bump to 8.13.32

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.32.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 735ceec07072..aef1e68574ef 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.31.gh.tar.gz 4915554 BLAKE2B 
bf8f8f8fb43f7f5b39ce3155a2f8f4f9497734bdf016c2f871e16354b50072dde106a5549d998ae48ee7e41b0517fdc73c68e3dd18960b45c13c85001ae170d4
 SHA512 
724d8adf172e1a12e6d89ad104bc89330f02c4eab6b23812cd09464ddc4002a13c90b8a47456ebe99018a21c18ed7ea71f85f3fe80f4f823f0f35c95fb22d513
+DIST python-phonenumbers-8.13.32.gh.tar.gz 4915667 BLAKE2B 
b5c76292e405255c0acdf8d3fbaff10701fc7cbfe948c4d73397458ffe18be41d0ba0d61bf2a67a25fd729cdbfe2de125616a2d433afef0fc49dd6fe01ac3fc2
 SHA512 
12d8ae16d701b4b6134928eea8c13cd84443e26f887974abb2cde374233dacf8489b0d8f43da29faa6170177d378568cfa01237bac38049d3f350bc344842b0e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.32.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.32.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.32.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-03-13 Thread Michał Górny
commit: 35739c10406b6162506ae5d044c96b0afa4261c0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 15:12:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:12:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35739c10

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.30.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 3e0a574e6f90..735ceec07072 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1 @@
-DIST python-phonenumbers-8.13.30.gh.tar.gz 4915529 BLAKE2B 
539928d8f748919b28c876cfca7d800e36e99887dca3a730fffd5bd7a96bb1138291b242f075caecb4e2c38d6a8cd4d63f342a1006deab605179e7825f6a6b38
 SHA512 
6aedb4a117453dcba2b215a90c25fdc8bb309e74b644746b51b2c41b559b4d778a6b115a5fb69e8d95d7ea6148ef5a92ddef6f97ebbbd99d2a02a7480c7053f2
 DIST python-phonenumbers-8.13.31.gh.tar.gz 4915554 BLAKE2B 
bf8f8f8fb43f7f5b39ce3155a2f8f4f9497734bdf016c2f871e16354b50072dde106a5549d998ae48ee7e41b0517fdc73c68e3dd18960b45c13c85001ae170d4
 SHA512 
724d8adf172e1a12e6d89ad104bc89330f02c4eab6b23812cd09464ddc4002a13c90b8a47456ebe99018a21c18ed7ea71f85f3fe80f4f823f0f35c95fb22d513

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-03-13 Thread Arthur Zamarin
commit: 778a18f3001a456d612a0e0f2c88d0de16c593f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 15:05:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 15:05:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778a18f3

dev-python/phonenumbers: Stabilize 8.13.31 ALLARCHES, #926905

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-26 Thread Michał Górny
commit: 2365592e86ebf7030691d5fc2fae1acd4377c2f0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 16:04:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 17:48:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2365592e

dev-python/phonenumbers: Bump to 8.13.31

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.31.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 23214639aa0a..3e0a574e6f90 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.30.gh.tar.gz 4915529 BLAKE2B 
539928d8f748919b28c876cfca7d800e36e99887dca3a730fffd5bd7a96bb1138291b242f075caecb4e2c38d6a8cd4d63f342a1006deab605179e7825f6a6b38
 SHA512 
6aedb4a117453dcba2b215a90c25fdc8bb309e74b644746b51b2c41b559b4d778a6b115a5fb69e8d95d7ea6148ef5a92ddef6f97ebbbd99d2a02a7480c7053f2
+DIST python-phonenumbers-8.13.31.gh.tar.gz 4915554 BLAKE2B 
bf8f8f8fb43f7f5b39ce3155a2f8f4f9497734bdf016c2f871e16354b50072dde106a5549d998ae48ee7e41b0517fdc73c68e3dd18960b45c13c85001ae170d4
 SHA512 
724d8adf172e1a12e6d89ad104bc89330f02c4eab6b23812cd09464ddc4002a13c90b8a47456ebe99018a21c18ed7ea71f85f3fe80f4f823f0f35c95fb22d513

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.31.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-24 Thread Michał Górny
commit: ee5c4233964454367608ca68c2f777eeef1ff420
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 15:05:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 15:05:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5c4233

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.29.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 55107d2a521d..23214639aa0a 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1 @@
-DIST python-phonenumbers-8.13.29.gh.tar.gz 4914849 BLAKE2B 
0a9cc4dd44a32bd2e48dca839427c5e95ef5a39b3e2337c17223dcaec1e5cdfb2e3533bb89ec2a1ac0b462699f7a937f9c2df7d6fae8a9f1b1f3c4f50c3f4dd9
 SHA512 
d456be2c95a6b0414370b418280977ff50a0c6b4e55680c30026b959d8c1db633a6f456246a8c3e01ab59b5f218960229834737ae06724998ef8c2052266344d
 DIST python-phonenumbers-8.13.30.gh.tar.gz 4915529 BLAKE2B 
539928d8f748919b28c876cfca7d800e36e99887dca3a730fffd5bd7a96bb1138291b242f075caecb4e2c38d6a8cd4d63f342a1006deab605179e7825f6a6b38
 SHA512 
6aedb4a117453dcba2b215a90c25fdc8bb309e74b644746b51b2c41b559b4d778a6b115a5fb69e8d95d7ea6148ef5a92ddef6f97ebbbd99d2a02a7480c7053f2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-24 Thread Sam James
commit: 2b71290151f223a0490b1308b48fd7f863d90b98
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 24 14:04:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 24 14:04:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b712901

dev-python/phonenumbers: Stabilize 8.13.30 ALLARCHES, #925381

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-11 Thread Michał Górny
commit: a5342432ea2cac64adbec65837e4f977f0f945ea
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 13:03:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 13:10:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5342432

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.28.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 322f999c96f7..55107d2a521d 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.13.28.gh.tar.gz 4914842 BLAKE2B 
1ea137e877351b8730a29d3ae79ca1cdb6cb1ae3f7fac8b68b4fe7704da170bd0c8df2819f8a011d4b09461064e2d482417f091f461a9939b7c16317d0634eba
 SHA512 
07d46b7fe09386d03bef2c655b5517aea047db0c3d79f1a93352e538d449facba915436ccdd5ff60042e7b24a75e6999dcd440ba15fdadbf87cf89b5f5c6939e
 DIST python-phonenumbers-8.13.29.gh.tar.gz 4914849 BLAKE2B 
0a9cc4dd44a32bd2e48dca839427c5e95ef5a39b3e2337c17223dcaec1e5cdfb2e3533bb89ec2a1ac0b462699f7a937f9c2df7d6fae8a9f1b1f3c4f50c3f4dd9
 SHA512 
d456be2c95a6b0414370b418280977ff50a0c6b4e55680c30026b959d8c1db633a6f456246a8c3e01ab59b5f218960229834737ae06724998ef8c2052266344d
 DIST python-phonenumbers-8.13.30.gh.tar.gz 4915529 BLAKE2B 
539928d8f748919b28c876cfca7d800e36e99887dca3a730fffd5bd7a96bb1138291b242f075caecb4e2c38d6a8cd4d63f342a1006deab605179e7825f6a6b38
 SHA512 
6aedb4a117453dcba2b215a90c25fdc8bb309e74b644746b51b2c41b559b4d778a6b115a5fb69e8d95d7ea6148ef5a92ddef6f97ebbbd99d2a02a7480c7053f2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-11 Thread Sam James
commit: 5d2c1541f8dc8f13d7da863c53b193221c94e8bf
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 11 11:10:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 11 11:10:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2c1541

dev-python/phonenumbers: Stabilize 8.13.29 ALLARCHES, #924256

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-09 Thread Arthur Zamarin
commit: a06d76f7eaf7a27428996eef9fcc6642db63f771
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:21:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:45:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06d76f7

dev-python/phonenumbers: add 8.13.30

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.30.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index dee403681fa6..322f999c96f7 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.28.gh.tar.gz 4914842 BLAKE2B 
1ea137e877351b8730a29d3ae79ca1cdb6cb1ae3f7fac8b68b4fe7704da170bd0c8df2819f8a011d4b09461064e2d482417f091f461a9939b7c16317d0634eba
 SHA512 
07d46b7fe09386d03bef2c655b5517aea047db0c3d79f1a93352e538d449facba915436ccdd5ff60042e7b24a75e6999dcd440ba15fdadbf87cf89b5f5c6939e
 DIST python-phonenumbers-8.13.29.gh.tar.gz 4914849 BLAKE2B 
0a9cc4dd44a32bd2e48dca839427c5e95ef5a39b3e2337c17223dcaec1e5cdfb2e3533bb89ec2a1ac0b462699f7a937f9c2df7d6fae8a9f1b1f3c4f50c3f4dd9
 SHA512 
d456be2c95a6b0414370b418280977ff50a0c6b4e55680c30026b959d8c1db633a6f456246a8c3e01ab59b5f218960229834737ae06724998ef8c2052266344d
+DIST python-phonenumbers-8.13.30.gh.tar.gz 4915529 BLAKE2B 
539928d8f748919b28c876cfca7d800e36e99887dca3a730fffd5bd7a96bb1138291b242f075caecb4e2c38d6a8cd4d63f342a1006deab605179e7825f6a6b38
 SHA512 
6aedb4a117453dcba2b215a90c25fdc8bb309e74b644746b51b2c41b559b4d778a6b115a5fb69e8d95d7ea6148ef5a92ddef6f97ebbbd99d2a02a7480c7053f2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.30.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-03 Thread Michał Górny
commit: 3985beeeb3fcfa5edf01e5f06dd836d1fdaabd8e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 11:41:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 11:44:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3985beee

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.27.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index d7810d4da6d4..dee403681fa6 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.13.27.gh.tar.gz 4915760 BLAKE2B 
1a46d8b878ca9529bece2bf1144baf7800f2d52a2b613d27d2d6dd3f16a94fb6655fc892b9e305f4926674e20a3221e891a10b683ec009dd3b57a6e31da38136
 SHA512 
a057a7925611a25f1d100e2d32b16b76fb14880e91bc166a78ece18c0af2089f8dd0dbed66751f454040072b516c795dc60f42659353b4cab4c6c39fc599352d
 DIST python-phonenumbers-8.13.28.gh.tar.gz 4914842 BLAKE2B 
1ea137e877351b8730a29d3ae79ca1cdb6cb1ae3f7fac8b68b4fe7704da170bd0c8df2819f8a011d4b09461064e2d482417f091f461a9939b7c16317d0634eba
 SHA512 
07d46b7fe09386d03bef2c655b5517aea047db0c3d79f1a93352e538d449facba915436ccdd5ff60042e7b24a75e6999dcd440ba15fdadbf87cf89b5f5c6939e
 DIST python-phonenumbers-8.13.29.gh.tar.gz 4914849 BLAKE2B 
0a9cc4dd44a32bd2e48dca839427c5e95ef5a39b3e2337c17223dcaec1e5cdfb2e3533bb89ec2a1ac0b462699f7a937f9c2df7d6fae8a9f1b1f3c4f50c3f4dd9
 SHA512 
d456be2c95a6b0414370b418280977ff50a0c6b4e55680c30026b959d8c1db633a6f456246a8c3e01ab59b5f218960229834737ae06724998ef8c2052266344d

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
deleted file mode 100644
index 154cbd60212d..
--- a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-02-03 Thread Arthur Zamarin
commit: 2c78a4fd1171d5ca898571b3dd2a543c5797bb4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 11:03:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 11:03:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c78a4fd

dev-python/phonenumbers: Stabilize 8.13.28 ALLARCHES, #923671

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
index 2fc9bdbaa7c9..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-01-26 Thread Michał Górny
commit: 9988956d6ec39087ca5f90185864a2fc8f627e71
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 15:53:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 15:53:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9988956d

dev-python/phonenumbers: Bump to 8.13.29

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.29.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 2752e9e3483e..d7810d4da6d4 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.27.gh.tar.gz 4915760 BLAKE2B 
1a46d8b878ca9529bece2bf1144baf7800f2d52a2b613d27d2d6dd3f16a94fb6655fc892b9e305f4926674e20a3221e891a10b683ec009dd3b57a6e31da38136
 SHA512 
a057a7925611a25f1d100e2d32b16b76fb14880e91bc166a78ece18c0af2089f8dd0dbed66751f454040072b516c795dc60f42659353b4cab4c6c39fc599352d
 DIST python-phonenumbers-8.13.28.gh.tar.gz 4914842 BLAKE2B 
1ea137e877351b8730a29d3ae79ca1cdb6cb1ae3f7fac8b68b4fe7704da170bd0c8df2819f8a011d4b09461064e2d482417f091f461a9939b7c16317d0634eba
 SHA512 
07d46b7fe09386d03bef2c655b5517aea047db0c3d79f1a93352e538d449facba915436ccdd5ff60042e7b24a75e6999dcd440ba15fdadbf87cf89b5f5c6939e
+DIST python-phonenumbers-8.13.29.gh.tar.gz 4914849 BLAKE2B 
0a9cc4dd44a32bd2e48dca839427c5e95ef5a39b3e2337c17223dcaec1e5cdfb2e3533bb89ec2a1ac0b462699f7a937f9c2df7d6fae8a9f1b1f3c4f50c3f4dd9
 SHA512 
d456be2c95a6b0414370b418280977ff50a0c6b4e55680c30026b959d8c1db633a6f456246a8c3e01ab59b5f218960229834737ae06724998ef8c2052266344d

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.29.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-01-17 Thread Michał Górny
commit: 5b7fb81852d0e47c662189dcababf45a2074b5c7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 18 03:25:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 18 03:43:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7fb818

dev-python/phonenumbers: Bump to 8.13.28

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.28.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index cde89ab78bba..2752e9e3483e 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.27.gh.tar.gz 4915760 BLAKE2B 
1a46d8b878ca9529bece2bf1144baf7800f2d52a2b613d27d2d6dd3f16a94fb6655fc892b9e305f4926674e20a3221e891a10b683ec009dd3b57a6e31da38136
 SHA512 
a057a7925611a25f1d100e2d32b16b76fb14880e91bc166a78ece18c0af2089f8dd0dbed66751f454040072b516c795dc60f42659353b4cab4c6c39fc599352d
+DIST python-phonenumbers-8.13.28.gh.tar.gz 4914842 BLAKE2B 
1ea137e877351b8730a29d3ae79ca1cdb6cb1ae3f7fac8b68b4fe7704da170bd0c8df2819f8a011d4b09461064e2d482417f091f461a9939b7c16317d0634eba
 SHA512 
07d46b7fe09386d03bef2c655b5517aea047db0c3d79f1a93352e538d449facba915436ccdd5ff60042e7b24a75e6999dcd440ba15fdadbf87cf89b5f5c6939e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
new file mode 100644
index ..2fc9bdbaa7c9
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.28.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-01-06 Thread Michał Górny
commit: b256b336de7018e593ea8193c09644431ef343bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:29:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:29:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256b336

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.13.26.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 0c9f772ac562..cde89ab78bba 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1 @@
-DIST python-phonenumbers-8.13.26.gh.tar.gz 4916065 BLAKE2B 
383c4be5593abaa332dc75e8db348f085e7a695af2bc89185faf176fcd77148060889d92244097cc8cafa8e08fe52e6e62be32a31721576c330531c8277d7af3
 SHA512 
37daea2458b95536c25f4026c1aea79d2ab34c73c957178edcdb63cac96d1d84b4ce92b4e239354090321c4980bb26170862602423d3db3edc3c68c9f659582e
 DIST python-phonenumbers-8.13.27.gh.tar.gz 4915760 BLAKE2B 
1a46d8b878ca9529bece2bf1144baf7800f2d52a2b613d27d2d6dd3f16a94fb6655fc892b9e305f4926674e20a3221e891a10b683ec009dd3b57a6e31da38136
 SHA512 
a057a7925611a25f1d100e2d32b16b76fb14880e91bc166a78ece18c0af2089f8dd0dbed66751f454040072b516c795dc60f42659353b4cab4c6c39fc599352d

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
deleted file mode 100644
index 3baee251b8dd..
--- a/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2024-01-06 Thread Michał Górny
commit: 61f509b111d609a40ff3ffbac5d42b15fd9df9f1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:29:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:29:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f509b1

dev-python/phonenumbers: Stabilize 8.13.27 ALLARCHES, #921473

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.27.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
index f77207b71a78..154cbd60212d 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-12-20 Thread Michał Górny
commit: aa5b602038a74ef73d48d96ee7c15905e5faa486
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:23:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:29:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5b6020

dev-python/phonenumbers: Bump to 8.13.27

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.27.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 86632f9c22c5..0c9f772ac562 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.26.gh.tar.gz 4916065 BLAKE2B 
383c4be5593abaa332dc75e8db348f085e7a695af2bc89185faf176fcd77148060889d92244097cc8cafa8e08fe52e6e62be32a31721576c330531c8277d7af3
 SHA512 
37daea2458b95536c25f4026c1aea79d2ab34c73c957178edcdb63cac96d1d84b4ce92b4e239354090321c4980bb26170862602423d3db3edc3c68c9f659582e
+DIST python-phonenumbers-8.13.27.gh.tar.gz 4915760 BLAKE2B 
1a46d8b878ca9529bece2bf1144baf7800f2d52a2b613d27d2d6dd3f16a94fb6655fc892b9e305f4926674e20a3221e891a10b683ec009dd3b57a6e31da38136
 SHA512 
a057a7925611a25f1d100e2d32b16b76fb14880e91bc166a78ece18c0af2089f8dd0dbed66751f454040072b516c795dc60f42659353b4cab4c6c39fc599352d

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
new file mode 100644
index ..f77207b71a78
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.27.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-11-29 Thread Michał Górny
commit: d8ce95dbfaf36e89353a89ae6d751f2264995885
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:03:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:03:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ce95db

dev-python/phonenumbers: Stabilize 8.13.26 ALLARCHES, #918791

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
index e686a889cbea..42a278f3b1ec 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-11-23 Thread Michał Górny
commit: 51fdf100bba18c0a4bebb57b4eb18af5e4653508
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 14:35:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 14:35:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fdf100

dev-python/phonenumbers: Bump to 8.13.26

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.26.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index bc7157b210c5..e421d602c438 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.24.gh.tar.gz 4916204 BLAKE2B 
e283c7eb8e3936f6affc82f4e884e74f8f29b1ea43f9a5f3ab200b882d0a153cac9d199b0e44a6ca54098591f7044a92b82eb5cd254ca6d29439d18f3d2d6a7f
 SHA512 
de11794c3e1ea8823a1e4fa0e998fd9657f4ebf4d187bd59e361bb0cb24cb771595ceb99e9ae4fb14e2ea0bb4058bacc13abce6dc6837911abbf7db5ceec0db2
 DIST python-phonenumbers-8.13.25.gh.tar.gz 4915568 BLAKE2B 
2c547c41f6d7544dd243ae5149e8b90d4a7fa6e29c2e809bd682fb31027d863878ef9a5c7331f967c2f7da824b0dde9447527b8f15a4517533ce8dfb9f7b4285
 SHA512 
416363cfcbdf1eb0f32cac1141720208fc198f810190e1b79403121ff1f77bf66570ca0b5ea3e2197994dc5408af040a045dbfcc241fec70c63146f05b24474b
+DIST python-phonenumbers-8.13.26.gh.tar.gz 4916065 BLAKE2B 
383c4be5593abaa332dc75e8db348f085e7a695af2bc89185faf176fcd77148060889d92244097cc8cafa8e08fe52e6e62be32a31721576c330531c8277d7af3
 SHA512 
37daea2458b95536c25f4026c1aea79d2ab34c73c957178edcdb63cac96d1d84b4ce92b4e239354090321c4980bb26170862602423d3db3edc3c68c9f659582e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
new file mode 100644
index ..e686a889cbea
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.26.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-11-14 Thread Michał Górny
commit: 674d35ec7329fbbb46384a246ec6668d046b96a1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 14 20:00:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 14 20:05:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674d35ec

dev-python/phonenumbers: Bump to 8.13.25

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.25.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 713393d2ee41..bc7157b210c5 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.24.gh.tar.gz 4916204 BLAKE2B 
e283c7eb8e3936f6affc82f4e884e74f8f29b1ea43f9a5f3ab200b882d0a153cac9d199b0e44a6ca54098591f7044a92b82eb5cd254ca6d29439d18f3d2d6a7f
 SHA512 
de11794c3e1ea8823a1e4fa0e998fd9657f4ebf4d187bd59e361bb0cb24cb771595ceb99e9ae4fb14e2ea0bb4058bacc13abce6dc6837911abbf7db5ceec0db2
+DIST python-phonenumbers-8.13.25.gh.tar.gz 4915568 BLAKE2B 
2c547c41f6d7544dd243ae5149e8b90d4a7fa6e29c2e809bd682fb31027d863878ef9a5c7331f967c2f7da824b0dde9447527b8f15a4517533ce8dfb9f7b4285
 SHA512 
416363cfcbdf1eb0f32cac1141720208fc198f810190e1b79403121ff1f77bf66570ca0b5ea3e2197994dc5408af040a045dbfcc241fec70c63146f05b24474b

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.25.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.25.ebuild
new file mode 100644
index ..e686a889cbea
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.25.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-11-01 Thread Michał Górny
commit: 5de53642d22084175fa27734f0bcab15968ef5e3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:37:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de53642

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.21.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.22.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.23.ebuild   | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index be6450f65bf7..713393d2ee41 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319
-DIST python-phonenumbers-8.13.22.gh.tar.gz 4915808 BLAKE2B 
78a9ad733d2c2d223264c3559a7cabbc94a3b49061a0b7b944d104d774edf91733677a5bc58040e618de52d41320bc2602a532eaa679f29adff38ad4f3d17426
 SHA512 
1554a0da082b261a50b3cb0cb6773c8815291664e3ce3ebce7fb7293d1cd41f03400a86198bf28e31716fb346a1f79a4d84e7371d21eebb3b5a64307f67a
-DIST python-phonenumbers-8.13.23.gh.tar.gz 4916269 BLAKE2B 
5f7c14011abc78acdd9d7600ce1c50d2f79fca7f829ac8292a4284e62c14a5f8a1acdb7a9f8d66726065089145d2c22f732e6aa0a5349b4c64344e1de8da70fa
 SHA512 
1ca346c9fd6ecd0bd8ae91c85a6be3d7fe7c0bc62f5677dd929e85563230847a8a6752679c3a2cbcce246f464b6422b71f78b3cfae1b454d95b9e41d6f384dcf
 DIST python-phonenumbers-8.13.24.gh.tar.gz 4916204 BLAKE2B 
e283c7eb8e3936f6affc82f4e884e74f8f29b1ea43f9a5f3ab200b882d0a153cac9d199b0e44a6ca54098591f7044a92b82eb5cd254ca6d29439d18f3d2d6a7f
 SHA512 
de11794c3e1ea8823a1e4fa0e998fd9657f4ebf4d187bd59e361bb0cb24cb771595ceb99e9ae4fb14e2ea0bb4058bacc13abce6dc6837911abbf7db5ceec0db2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
deleted file mode 100644
index 42a278f3b1ec..
--- a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild
deleted file mode 100644
index e686a889cbea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild
deleted file mode 100644
index e686a889cbea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-11-01 Thread Arthur Zamarin
commit: 0c778da9b512951d098204682b739cae9e4709ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c778da9

dev-python/phonenumbers: Stabilize 8.13.24 ALLARCHES, #916649

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild
index e686a889cbea..42a278f3b1ec 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-10-31 Thread Michał Górny
commit: fdfd84b25a949b77d394b4d0bd8c16c8260c52fd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 31 07:15:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 31 07:52:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfd84b2

dev-python/phonenumbers: Bump to 8.13.24

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.24.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 79a6d017b99d..be6450f65bf7 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319
 DIST python-phonenumbers-8.13.22.gh.tar.gz 4915808 BLAKE2B 
78a9ad733d2c2d223264c3559a7cabbc94a3b49061a0b7b944d104d774edf91733677a5bc58040e618de52d41320bc2602a532eaa679f29adff38ad4f3d17426
 SHA512 
1554a0da082b261a50b3cb0cb6773c8815291664e3ce3ebce7fb7293d1cd41f03400a86198bf28e31716fb346a1f79a4d84e7371d21eebb3b5a64307f67a
 DIST python-phonenumbers-8.13.23.gh.tar.gz 4916269 BLAKE2B 
5f7c14011abc78acdd9d7600ce1c50d2f79fca7f829ac8292a4284e62c14a5f8a1acdb7a9f8d66726065089145d2c22f732e6aa0a5349b4c64344e1de8da70fa
 SHA512 
1ca346c9fd6ecd0bd8ae91c85a6be3d7fe7c0bc62f5677dd929e85563230847a8a6752679c3a2cbcce246f464b6422b71f78b3cfae1b454d95b9e41d6f384dcf
+DIST python-phonenumbers-8.13.24.gh.tar.gz 4916204 BLAKE2B 
e283c7eb8e3936f6affc82f4e884e74f8f29b1ea43f9a5f3ab200b882d0a153cac9d199b0e44a6ca54098591f7044a92b82eb5cd254ca6d29439d18f3d2d6a7f
 SHA512 
de11794c3e1ea8823a1e4fa0e998fd9657f4ebf4d187bd59e361bb0cb24cb771595ceb99e9ae4fb14e2ea0bb4058bacc13abce6dc6837911abbf7db5ceec0db2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild
new file mode 100644
index ..e686a889cbea
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.24.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-10-17 Thread Michał Górny
commit: 467bf9c80a33454fed2d65dd04600361e809f36e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 17 18:42:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 17 18:57:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467bf9c8

dev-python/phonenumbers: Bump to 8.13.23

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.23.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index f58ace486382..79a6d017b99d 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319
 DIST python-phonenumbers-8.13.22.gh.tar.gz 4915808 BLAKE2B 
78a9ad733d2c2d223264c3559a7cabbc94a3b49061a0b7b944d104d774edf91733677a5bc58040e618de52d41320bc2602a532eaa679f29adff38ad4f3d17426
 SHA512 
1554a0da082b261a50b3cb0cb6773c8815291664e3ce3ebce7fb7293d1cd41f03400a86198bf28e31716fb346a1f79a4d84e7371d21eebb3b5a64307f67a
+DIST python-phonenumbers-8.13.23.gh.tar.gz 4916269 BLAKE2B 
5f7c14011abc78acdd9d7600ce1c50d2f79fca7f829ac8292a4284e62c14a5f8a1acdb7a9f8d66726065089145d2c22f732e6aa0a5349b4c64344e1de8da70fa
 SHA512 
1ca346c9fd6ecd0bd8ae91c85a6be3d7fe7c0bc62f5677dd929e85563230847a8a6752679c3a2cbcce246f464b6422b71f78b3cfae1b454d95b9e41d6f384dcf

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild
new file mode 100644
index ..e686a889cbea
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-09-29 Thread Arthur Zamarin
commit: 8a4b065bca9fd3b8290f2bb68f824e6473c46200
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 29 18:16:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 29 19:05:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4b065b

dev-python/phonenumbers: add 8.13.22

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.22.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 64cd2a8d10a8..f58ace486382 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319
+DIST python-phonenumbers-8.13.22.gh.tar.gz 4915808 BLAKE2B 
78a9ad733d2c2d223264c3559a7cabbc94a3b49061a0b7b944d104d774edf91733677a5bc58040e618de52d41320bc2602a532eaa679f29adff38ad4f3d17426
 SHA512 
1554a0da082b261a50b3cb0cb6773c8815291664e3ce3ebce7fb7293d1cd41f03400a86198bf28e31716fb346a1f79a4d84e7371d21eebb3b5a64307f67a

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild
new file mode 100644
index ..e686a889cbea
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-09-25 Thread Michał Górny
commit: 2c50888f176ef6601ed85b6e77416f99af708bb4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:50:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c50888f

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.18.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.19.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.20.ebuild   | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 2f9649a0936c..64cd2a8d10a8 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e
-DIST python-phonenumbers-8.13.19.gh.tar.gz 4916068 BLAKE2B 
40833f41923968df4a35f4db70e2e90fc98e6c216adc38d39e1dfcf7fa3d2c244e948b533a37469822d4643819840314432cb2e46a7c96671140f897421ea969
 SHA512 
56396766c034b8e7955af2e6224b56c3ae68a74d19f8dcb7871b1d302571e6b7be5d18b093ded40f3815e454ce038022d2ac46bc69425db100b1e1b678064693
-DIST python-phonenumbers-8.13.20.gh.tar.gz 4916090 BLAKE2B 
53ca7e492218a160979ff2da29089bb2deabda0f92ce17404c96d13a9792c9ffe4308f1796450b45589ce75298aaa6580460ada3aa09c8a716e26e91671e53bb
 SHA512 
012c382b754691d16b772c4fb39577bd9ac9576e035fbacad9667b4963c4bdce45d3205625faea72aabae285ebb1b7ba48040e3c5e09bca3dc4752ce97feebeb
 DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
deleted file mode 100644
index de1b2859f7ea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.19.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.19.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.19.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
deleted file mode 100644
index e686a889cbea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-09-25 Thread Arthur Zamarin
commit: 11aa2350ce2d0f96de9a0ef2b2ca4d43849e2c0c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 17:33:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 17:33:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11aa2350

dev-python/phonenumbers: Stabilize 8.13.21 ALLARCHES, #914676

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
index e686a889cbea..42a278f3b1ec 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-09-20 Thread Michał Górny
commit: e338ce17125bb8276938efdb549c0796d2f919e0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 04:31:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 05:28:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e338ce17

dev-python/phonenumbers: Bump to 8.13.21

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.21.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index dbb7dab0cc9e..2f9649a0936c 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e
 DIST python-phonenumbers-8.13.19.gh.tar.gz 4916068 BLAKE2B 
40833f41923968df4a35f4db70e2e90fc98e6c216adc38d39e1dfcf7fa3d2c244e948b533a37469822d4643819840314432cb2e46a7c96671140f897421ea969
 SHA512 
56396766c034b8e7955af2e6224b56c3ae68a74d19f8dcb7871b1d302571e6b7be5d18b093ded40f3815e454ce038022d2ac46bc69425db100b1e1b678064693
 DIST python-phonenumbers-8.13.20.gh.tar.gz 4916090 BLAKE2B 
53ca7e492218a160979ff2da29089bb2deabda0f92ce17404c96d13a9792c9ffe4308f1796450b45589ce75298aaa6580460ada3aa09c8a716e26e91671e53bb
 SHA512 
012c382b754691d16b772c4fb39577bd9ac9576e035fbacad9667b4963c4bdce45d3205625faea72aabae285ebb1b7ba48040e3c5e09bca3dc4752ce97feebeb
+DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
new file mode 100644
index ..e686a889cbea
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-09-17 Thread Sam James
commit: 8ac6b690a8b3e42fbb64b38684d9efddf43fcaa8
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Sep 16 19:04:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 17 06:16:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac6b690

dev-python/phonenumbers: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
index 61f15b7f6118..e686a889cbea 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-09-07 Thread Arthur Zamarin
commit: fe4f16c3f424ea4f1f2ad0b0d77d764700e37dae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  7 17:48:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  7 17:48:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4f16c3

dev-python/phonenumbers: add 8.13.20

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.20.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index e2e28192ee4a..dbb7dab0cc9e 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e
 DIST python-phonenumbers-8.13.19.gh.tar.gz 4916068 BLAKE2B 
40833f41923968df4a35f4db70e2e90fc98e6c216adc38d39e1dfcf7fa3d2c244e948b533a37469822d4643819840314432cb2e46a7c96671140f897421ea969
 SHA512 
56396766c034b8e7955af2e6224b56c3ae68a74d19f8dcb7871b1d302571e6b7be5d18b093ded40f3815e454ce038022d2ac46bc69425db100b1e1b678064693
+DIST python-phonenumbers-8.13.20.gh.tar.gz 4916090 BLAKE2B 
53ca7e492218a160979ff2da29089bb2deabda0f92ce17404c96d13a9792c9ffe4308f1796450b45589ce75298aaa6580460ada3aa09c8a716e26e91671e53bb
 SHA512 
012c382b754691d16b772c4fb39577bd9ac9576e035fbacad9667b4963c4bdce45d3205625faea72aabae285ebb1b7ba48040e3c5e09bca3dc4752ce97feebeb

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.20.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-08-22 Thread Michał Górny
commit: 967691a69cad7bae16cf493c1c9816c28e56b523
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 18:31:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 20:00:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967691a6

dev-python/phonenumbers: Bump to 8.13.19

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.19.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 9936d991af55..e2e28192ee4a 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e
+DIST python-phonenumbers-8.13.19.gh.tar.gz 4916068 BLAKE2B 
40833f41923968df4a35f4db70e2e90fc98e6c216adc38d39e1dfcf7fa3d2c244e948b533a37469822d4643819840314432cb2e46a7c96671140f897421ea969
 SHA512 
56396766c034b8e7955af2e6224b56c3ae68a74d19f8dcb7871b1d302571e6b7be5d18b093ded40f3815e454ce038022d2ac46bc69425db100b1e1b678064693

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.19.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.19.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.19.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-08-11 Thread Michał Górny
commit: ce1e981a07b311c381c71867f7fedd754b9e4572
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1e981a

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.15.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.16.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.17.ebuild   | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 7302c28cfbc6..9936d991af55 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32
-DIST python-phonenumbers-8.13.16.gh.tar.gz 4913171 BLAKE2B 
07bf7c13669554baf6d6250e0e42ca070966d21ec61836d1ec99d5515a283d891ccdb8496c86d82e0c6f1fe1be227e523262f16e5fe0b1a08bfee13a146f6b66
 SHA512 
6f655621d9e0e3ac9c8b0972118c81104621e4bf45d541606a82f373e59b8a3bd519d93bfb15bb769c7ab04a0abefa1db3d6125bc59f425de49269fce611f176
-DIST python-phonenumbers-8.13.17.gh.tar.gz 4913309 BLAKE2B 
fdebb1d3df0c397b02499dfe52dcd31c2e900e1b3f1dce1471e709054e2a2a77b77018e297df9706722731c9c740d0f880b042175f21bf84a6c0b37ba7d6b1fb
 SHA512 
37ed31bf8f01c9c18448deded86435ce76f2c07c30edcdc342a41937c2c173dbf2c3cbbfd3ce2e40023eaee72501421d2bb7c398847adafdbaea315528884131
 DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
deleted file mode 100644
index de1b2859f7ea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-08-11 Thread Sam James
commit: b5cb30c82fbd02a78169bc4e68efdae672209b2a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cb30c8

dev-python/phonenumbers: Stabilize 8.13.18 ALLARCHES, #912132

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
index 61f15b7f6118..de1b2859f7ea 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-08-04 Thread Michał Górny
commit: 789909559691470257c369c78f27a1f6abda9b1a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  5 05:31:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  5 05:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78990955

dev-python/phonenumbers: Bump to 8.13.18

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.18.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 49ba67aa717e..7302c28cfbc6 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32
 DIST python-phonenumbers-8.13.16.gh.tar.gz 4913171 BLAKE2B 
07bf7c13669554baf6d6250e0e42ca070966d21ec61836d1ec99d5515a283d891ccdb8496c86d82e0c6f1fe1be227e523262f16e5fe0b1a08bfee13a146f6b66
 SHA512 
6f655621d9e0e3ac9c8b0972118c81104621e4bf45d541606a82f373e59b8a3bd519d93bfb15bb769c7ab04a0abefa1db3d6125bc59f425de49269fce611f176
 DIST python-phonenumbers-8.13.17.gh.tar.gz 4913309 BLAKE2B 
fdebb1d3df0c397b02499dfe52dcd31c2e900e1b3f1dce1471e709054e2a2a77b77018e297df9706722731c9c740d0f880b042175f21bf84a6c0b37ba7d6b1fb
 SHA512 
37ed31bf8f01c9c18448deded86435ce76f2c07c30edcdc342a41937c2c173dbf2c3cbbfd3ce2e40023eaee72501421d2bb7c398847adafdbaea315528884131
+DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-07-21 Thread Arthur Zamarin
commit: f8264b92f420ddd700c23706e13033db576a4d77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 21 11:03:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 21 11:15:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8264b92

dev-python/phonenumbers: add 8.13.17

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.17.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 03338ade619f..49ba67aa717e 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32
 DIST python-phonenumbers-8.13.16.gh.tar.gz 4913171 BLAKE2B 
07bf7c13669554baf6d6250e0e42ca070966d21ec61836d1ec99d5515a283d891ccdb8496c86d82e0c6f1fe1be227e523262f16e5fe0b1a08bfee13a146f6b66
 SHA512 
6f655621d9e0e3ac9c8b0972118c81104621e4bf45d541606a82f373e59b8a3bd519d93bfb15bb769c7ab04a0abefa1db3d6125bc59f425de49269fce611f176
+DIST python-phonenumbers-8.13.17.gh.tar.gz 4913309 BLAKE2B 
fdebb1d3df0c397b02499dfe52dcd31c2e900e1b3f1dce1471e709054e2a2a77b77018e297df9706722731c9c740d0f880b042175f21bf84a6c0b37ba7d6b1fb
 SHA512 
37ed31bf8f01c9c18448deded86435ce76f2c07c30edcdc342a41937c2c173dbf2c3cbbfd3ce2e40023eaee72501421d2bb7c398847adafdbaea315528884131

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-07-10 Thread Michał Górny
commit: c2784b6ec02dbef1a69e222bde685f725ef2ec36
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 11 05:27:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 11 05:51:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2784b6e

dev-python/phonenumbers: Bump to 8.13.16

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.16.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 970ea4c8e21d..03338ade619f 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32
+DIST python-phonenumbers-8.13.16.gh.tar.gz 4913171 BLAKE2B 
07bf7c13669554baf6d6250e0e42ca070966d21ec61836d1ec99d5515a283d891ccdb8496c86d82e0c6f1fe1be227e523262f16e5fe0b1a08bfee13a146f6b66
 SHA512 
6f655621d9e0e3ac9c8b0972118c81104621e4bf45d541606a82f373e59b8a3bd519d93bfb15bb769c7ab04a0abefa1db3d6125bc59f425de49269fce611f176

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-07-09 Thread Michał Górny
commit: 42afb84ecd31c40f89b0bc9d3f0d450a6d321952
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:21:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:21:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42afb84e

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.11.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.13.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.14.ebuild   | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 814398b1d552..970ea4c8e21d 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.11.gh.tar.gz 4910723 BLAKE2B 
270ded8f0c009feb0ffe70bdcec089f400d1ea18ae24e3837b8f3a659657b82fb5912577eba22cb7c28a297dcbb55d402213c576857c514eb08c241af8bc1e4e
 SHA512 
688b5440538cd6d636b645474dff51e4ba9a080708e4d3a9bdd5560701a9effbb26b9a669c632917101ea2e27a6f2ebe1f468fc0a881625ef33a4e30885ae30b
-DIST python-phonenumbers-8.13.13.gh.tar.gz 4912623 BLAKE2B 
7b030b15861150564dbc640d3ee40f8db360b79427d5ca6ebd33ff350cde2505c592455722463e94a609b4487a6908b9a5359059b83a3a4fe4212483bbf9f2fe
 SHA512 
fe2e2aae730b5df6f1b150d45b6e3cb5225327b653243fece186d22b1f4685d796f91c3dc462d3c2239d976b249d4756590f72c8ff4d007826e46b86f0acc36e
-DIST python-phonenumbers-8.13.14.gh.tar.gz 4912846 BLAKE2B 
0d4bc37280e863a97a4b235db6c8ab2681bf4aac1ec18a7c6f4505ddf0143fd97685772c554e8270f6243e5a80548b0b0005ef27073f7d16f88a56442c0862aa
 SHA512 
c6e07538f6a5c61f2d8d2bbbf26722af3548eff5aadd0b35898ad7eee62be010bca0386494b77cfcdcff414bafdb382d52944996d2b4a539c0ff3a572bf8d675
 DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
deleted file mode 100644
index f02dfcaeb112..
--- a/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.13.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.13.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.14.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.14.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-07-09 Thread Arthur Zamarin
commit: 35ec380d987490be9abb0735e3f53478ab09f0a6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 17:08:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 17:08:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ec380d

dev-python/phonenumbers: Stabilize 8.13.15 ALLARCHES, #910123

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
index 61f15b7f6118..de1b2859f7ea 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-06-24 Thread Michał Górny
commit: 1d6624b242a6e1ee3d992370a644625366b4b72f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 24 05:19:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 24 06:10:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6624b2

dev-python/phonenumbers: Bump to 8.13.15

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.15.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 456db9e94472..814398b1d552 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.13.11.gh.tar.gz 4910723 BLAKE2B 
270ded8f0c009feb0ffe70bdcec089f400d1ea18ae24e3837b8f3a659657b82fb5912577eba22cb7c28a297dcbb55d402213c576857c514eb08c241af8bc1e4e
 SHA512 
688b5440538cd6d636b645474dff51e4ba9a080708e4d3a9bdd5560701a9effbb26b9a669c632917101ea2e27a6f2ebe1f468fc0a881625ef33a4e30885ae30b
 DIST python-phonenumbers-8.13.13.gh.tar.gz 4912623 BLAKE2B 
7b030b15861150564dbc640d3ee40f8db360b79427d5ca6ebd33ff350cde2505c592455722463e94a609b4487a6908b9a5359059b83a3a4fe4212483bbf9f2fe
 SHA512 
fe2e2aae730b5df6f1b150d45b6e3cb5225327b653243fece186d22b1f4685d796f91c3dc462d3c2239d976b249d4756590f72c8ff4d007826e46b86f0acc36e
 DIST python-phonenumbers-8.13.14.gh.tar.gz 4912846 BLAKE2B 
0d4bc37280e863a97a4b235db6c8ab2681bf4aac1ec18a7c6f4505ddf0143fd97685772c554e8270f6243e5a80548b0b0005ef27073f7d16f88a56442c0862aa
 SHA512 
c6e07538f6a5c61f2d8d2bbbf26722af3548eff5aadd0b35898ad7eee62be010bca0386494b77cfcdcff414bafdb382d52944996d2b4a539c0ff3a572bf8d675
+DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-06-14 Thread Michał Górny
commit: d310249c33497786b814603b2afff665083049e9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 14 05:47:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 14 06:43:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d310249c

dev-python/phonenumbers: Bump to 8.13.14

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.14.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index f96324e015f4..456db9e94472 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.11.gh.tar.gz 4910723 BLAKE2B 
270ded8f0c009feb0ffe70bdcec089f400d1ea18ae24e3837b8f3a659657b82fb5912577eba22cb7c28a297dcbb55d402213c576857c514eb08c241af8bc1e4e
 SHA512 
688b5440538cd6d636b645474dff51e4ba9a080708e4d3a9bdd5560701a9effbb26b9a669c632917101ea2e27a6f2ebe1f468fc0a881625ef33a4e30885ae30b
 DIST python-phonenumbers-8.13.13.gh.tar.gz 4912623 BLAKE2B 
7b030b15861150564dbc640d3ee40f8db360b79427d5ca6ebd33ff350cde2505c592455722463e94a609b4487a6908b9a5359059b83a3a4fe4212483bbf9f2fe
 SHA512 
fe2e2aae730b5df6f1b150d45b6e3cb5225327b653243fece186d22b1f4685d796f91c3dc462d3c2239d976b249d4756590f72c8ff4d007826e46b86f0acc36e
+DIST python-phonenumbers-8.13.14.gh.tar.gz 4912846 BLAKE2B 
0d4bc37280e863a97a4b235db6c8ab2681bf4aac1ec18a7c6f4505ddf0143fd97685772c554e8270f6243e5a80548b0b0005ef27073f7d16f88a56442c0862aa
 SHA512 
c6e07538f6a5c61f2d8d2bbbf26722af3548eff5aadd0b35898ad7eee62be010bca0386494b77cfcdcff414bafdb382d52944996d2b4a539c0ff3a572bf8d675

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.14.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.14.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.14.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-05-31 Thread Michał Górny
commit: abc997951e4f23bd823edf522005de33e00099f4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 05:42:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 06:33:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc99795

dev-python/phonenumbers: Bump to 8.13.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.13.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 12f5f7343ccd..f96324e015f4 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.11.gh.tar.gz 4910723 BLAKE2B 
270ded8f0c009feb0ffe70bdcec089f400d1ea18ae24e3837b8f3a659657b82fb5912577eba22cb7c28a297dcbb55d402213c576857c514eb08c241af8bc1e4e
 SHA512 
688b5440538cd6d636b645474dff51e4ba9a080708e4d3a9bdd5560701a9effbb26b9a669c632917101ea2e27a6f2ebe1f468fc0a881625ef33a4e30885ae30b
+DIST python-phonenumbers-8.13.13.gh.tar.gz 4912623 BLAKE2B 
7b030b15861150564dbc640d3ee40f8db360b79427d5ca6ebd33ff350cde2505c592455722463e94a609b4487a6908b9a5359059b83a3a4fe4212483bbf9f2fe
 SHA512 
fe2e2aae730b5df6f1b150d45b6e3cb5225327b653243fece186d22b1f4685d796f91c3dc462d3c2239d976b249d4756590f72c8ff4d007826e46b86f0acc36e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.13.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.13.ebuild
new file mode 100644
index ..61f15b7f6118
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.13.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-05-13 Thread Michał Górny
commit: ba1647852067b7cac0d03678c9b1dcb6d916dc72
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 16:02:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 13 16:04:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba164785

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.10.ebuild   | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.8.ebuild | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.9.ebuild | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 703d4b2aefdb..12f5f7343ccd 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.10.gh.tar.gz 4910354 BLAKE2B 
c78fc4159fe6758e9fd1afb9acfb6d0d29878b599b0c151e5ad02221fcedd7cbafb3ceb479dc95549776da9fa896a09871677efbaafb5d5fde2bfb19db9c4780
 SHA512 
08b09903e3a84324b6128b007c1a805d8c9e5216afd4c72b25d71d2b62719032c373e53b663303b9ae2b90465214e36141050467a860d187e826ee76b1a80445
 DIST python-phonenumbers-8.13.11.gh.tar.gz 4910723 BLAKE2B 
270ded8f0c009feb0ffe70bdcec089f400d1ea18ae24e3837b8f3a659657b82fb5912577eba22cb7c28a297dcbb55d402213c576857c514eb08c241af8bc1e4e
 SHA512 
688b5440538cd6d636b645474dff51e4ba9a080708e4d3a9bdd5560701a9effbb26b9a669c632917101ea2e27a6f2ebe1f468fc0a881625ef33a4e30885ae30b
-DIST python-phonenumbers-8.13.8.gh.tar.gz 4910864 BLAKE2B 
33babe7aa0f487398311817fa901a56ac8a7470f2e4338700529f35c7622cf9b663bd404f6c1087600c03fd2844a1c777ed81d2e61d9cc2f0ff78e68a0276624
 SHA512 
6e2ee96aa9c20188b276cdeac1365fddb339feb63e8d5e9f61ae82f6aa19cc6564a5f1dbf687d6cc69c2cfa21fbb14892f880677ac7ba734a949183711faca5a
-DIST python-phonenumbers-8.13.9.gh.tar.gz 4910883 BLAKE2B 
596010af1526a4058f3db8ac1bb087d59dd93d1223ad54c50444740c3b6eb0d0ee4da83ec2882140f3325740575bd808ecd9726b9d583420283c25285cdd32c3
 SHA512 
24ae70a9d6b5830261d719c5a003ab6909ef9b759c53bfe7e78d7ad7062ad878bc2109b92041266ecd798b92d94392b53d02c6f51446e88d8c20dc4b48a10b4f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.10.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.10.ebuild
deleted file mode 100644
index 20fb3f38daee..
--- a/dev-python/phonenumbers/phonenumbers-8.13.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
deleted file mode 100644
index f02dfcaeb112..
--- a/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.9.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.9.ebuild
deleted file mode 100644
index 20fb3f38daee..
--- a/dev-python/phonenumbers/phonenumbers-8.13.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-05-13 Thread Arthur Zamarin
commit: 9a3997fe326ed1da5e284e314ef80832523a121e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 13 10:48:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 13 10:48:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3997fe

dev-python/phonenumbers: Stabilize 8.13.11 ALLARCHES, #906278

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
index 20fb3f38daee..f02dfcaeb112 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-04-27 Thread Michał Górny
commit: 4c6f9fb962e60b6d005396db2ab6ff3e7b043d48
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 27 16:00:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 27 17:24:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6f9fb9

dev-python/phonenumbers: Bump to 8.13.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.11.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 38e2af5d6c2d..703d4b2aefdb 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.13.10.gh.tar.gz 4910354 BLAKE2B 
c78fc4159fe6758e9fd1afb9acfb6d0d29878b599b0c151e5ad02221fcedd7cbafb3ceb479dc95549776da9fa896a09871677efbaafb5d5fde2bfb19db9c4780
 SHA512 
08b09903e3a84324b6128b007c1a805d8c9e5216afd4c72b25d71d2b62719032c373e53b663303b9ae2b90465214e36141050467a860d187e826ee76b1a80445
+DIST python-phonenumbers-8.13.11.gh.tar.gz 4910723 BLAKE2B 
270ded8f0c009feb0ffe70bdcec089f400d1ea18ae24e3837b8f3a659657b82fb5912577eba22cb7c28a297dcbb55d402213c576857c514eb08c241af8bc1e4e
 SHA512 
688b5440538cd6d636b645474dff51e4ba9a080708e4d3a9bdd5560701a9effbb26b9a669c632917101ea2e27a6f2ebe1f468fc0a881625ef33a4e30885ae30b
 DIST python-phonenumbers-8.13.8.gh.tar.gz 4910864 BLAKE2B 
33babe7aa0f487398311817fa901a56ac8a7470f2e4338700529f35c7622cf9b663bd404f6c1087600c03fd2844a1c777ed81d2e61d9cc2f0ff78e68a0276624
 SHA512 
6e2ee96aa9c20188b276cdeac1365fddb339feb63e8d5e9f61ae82f6aa19cc6564a5f1dbf687d6cc69c2cfa21fbb14892f880677ac7ba734a949183711faca5a
 DIST python-phonenumbers-8.13.9.gh.tar.gz 4910883 BLAKE2B 
596010af1526a4058f3db8ac1bb087d59dd93d1223ad54c50444740c3b6eb0d0ee4da83ec2882140f3325740575bd808ecd9726b9d583420283c25285cdd32c3
 SHA512 
24ae70a9d6b5830261d719c5a003ab6909ef9b759c53bfe7e78d7ad7062ad878bc2109b92041266ecd798b92d94392b53d02c6f51446e88d8c20dc4b48a10b4f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.11.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-04-18 Thread Michał Górny
commit: 522461ea58998ea55819b820b422fbbfab12a266
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 19 05:46:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 19 05:56:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522461ea

dev-python/phonenumbers: Bump to 8.13.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.13.10.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 67864b286d1d..38e2af5d6c2d 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
+DIST python-phonenumbers-8.13.10.gh.tar.gz 4910354 BLAKE2B 
c78fc4159fe6758e9fd1afb9acfb6d0d29878b599b0c151e5ad02221fcedd7cbafb3ceb479dc95549776da9fa896a09871677efbaafb5d5fde2bfb19db9c4780
 SHA512 
08b09903e3a84324b6128b007c1a805d8c9e5216afd4c72b25d71d2b62719032c373e53b663303b9ae2b90465214e36141050467a860d187e826ee76b1a80445
 DIST python-phonenumbers-8.13.8.gh.tar.gz 4910864 BLAKE2B 
33babe7aa0f487398311817fa901a56ac8a7470f2e4338700529f35c7622cf9b663bd404f6c1087600c03fd2844a1c777ed81d2e61d9cc2f0ff78e68a0276624
 SHA512 
6e2ee96aa9c20188b276cdeac1365fddb339feb63e8d5e9f61ae82f6aa19cc6564a5f1dbf687d6cc69c2cfa21fbb14892f880677ac7ba734a949183711faca5a
 DIST python-phonenumbers-8.13.9.gh.tar.gz 4910883 BLAKE2B 
596010af1526a4058f3db8ac1bb087d59dd93d1223ad54c50444740c3b6eb0d0ee4da83ec2882140f3325740575bd808ecd9726b9d583420283c25285cdd32c3
 SHA512 
24ae70a9d6b5830261d719c5a003ab6909ef9b759c53bfe7e78d7ad7062ad878bc2109b92041266ecd798b92d94392b53d02c6f51446e88d8c20dc4b48a10b4f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.10.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.10.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-04-11 Thread Michał Górny
commit: 4c9ac0ddd00fec60ebe5f130bccf124ae22455d9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 16:42:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 17:25:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9ac0dd

dev-python/phonenumbers: Bump to 8.13.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.9.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 76920acf6ff9..67864b286d1d 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.8.gh.tar.gz 4910864 BLAKE2B 
33babe7aa0f487398311817fa901a56ac8a7470f2e4338700529f35c7622cf9b663bd404f6c1087600c03fd2844a1c777ed81d2e61d9cc2f0ff78e68a0276624
 SHA512 
6e2ee96aa9c20188b276cdeac1365fddb339feb63e8d5e9f61ae82f6aa19cc6564a5f1dbf687d6cc69c2cfa21fbb14892f880677ac7ba734a949183711faca5a
+DIST python-phonenumbers-8.13.9.gh.tar.gz 4910883 BLAKE2B 
596010af1526a4058f3db8ac1bb087d59dd93d1223ad54c50444740c3b6eb0d0ee4da83ec2882140f3325740575bd808ecd9726b9d583420283c25285cdd32c3
 SHA512 
24ae70a9d6b5830261d719c5a003ab6909ef9b759c53bfe7e78d7ad7062ad878bc2109b92041266ecd798b92d94392b53d02c6f51446e88d8c20dc4b48a10b4f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.9.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.9.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-04-05 Thread Michał Górny
commit: bcd1a634389d1c2f8d07191f7d4370cdb9d091d0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:11:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:11:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd1a634

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 dev-python/phonenumbers/phonenumbers-8.13.6.ebuild | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.7.ebuild | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index c3052e39a179..76920acf6ff9 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.13.6.gh.tar.gz 4906869 BLAKE2B 
b00fcd6085844a9465da15547f8b40ec741a350d24bb888a04dc5e7aee9b94ec1dae83a71548bc75b8cca29af3ee29cccdc5c49447c5b1bbf33a52db049835eb
 SHA512 
7ca6b8872975fc2597b6ddb1b824feb05dd8819da1ac1f73b7ce831070210520700639dc44e1466e83d335453a5c70ed2fae6ae8100cb99f03f62961f38e6dd9
-DIST python-phonenumbers-8.13.7.gh.tar.gz 4909229 BLAKE2B 
c1984c774670528005231984dd12160ff2259e96a5baec61cf0b85a5444d5af1565fdbee9dd17b81994dc5f186e32faa660c11ba4c07681cc513c1595c28c4d4
 SHA512 
3987e31c0cc0a7c2234b6e8a04714a2a0e015623ff36e6475df7189488d54e15dd23375c65a1b8f131331b32642bd94295dcd43df994dc16c2aad0b0529fac73
 DIST python-phonenumbers-8.13.8.gh.tar.gz 4910864 BLAKE2B 
33babe7aa0f487398311817fa901a56ac8a7470f2e4338700529f35c7622cf9b663bd404f6c1087600c03fd2844a1c777ed81d2e61d9cc2f0ff78e68a0276624
 SHA512 
6e2ee96aa9c20188b276cdeac1365fddb339feb63e8d5e9f61ae82f6aa19cc6564a5f1dbf687d6cc69c2cfa21fbb14892f880677ac7ba734a949183711faca5a

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
deleted file mode 100644
index f02dfcaeb112..
--- a/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.7.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.7.ebuild
deleted file mode 100644
index 20fb3f38daee..
--- a/dev-python/phonenumbers/phonenumbers-8.13.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-04-05 Thread Arthur Zamarin
commit: 7db63499f99c3188866fcf21afc7026e3db24b53
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:10:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:10:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db63499

dev-python/phonenumbers: Stabilize 8.13.8 ALLARCHES, #903848

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
index 20fb3f38daee..f02dfcaeb112 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-03-27 Thread Michał Górny
commit: 74b9ca586ccd413d00b2a8757e43a63382813b43
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 27 16:41:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 27 16:48:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b9ca58

dev-python/phonenumbers: Bump to 8.13.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.8.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 852290131308..c3052e39a179 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.6.gh.tar.gz 4906869 BLAKE2B 
b00fcd6085844a9465da15547f8b40ec741a350d24bb888a04dc5e7aee9b94ec1dae83a71548bc75b8cca29af3ee29cccdc5c49447c5b1bbf33a52db049835eb
 SHA512 
7ca6b8872975fc2597b6ddb1b824feb05dd8819da1ac1f73b7ce831070210520700639dc44e1466e83d335453a5c70ed2fae6ae8100cb99f03f62961f38e6dd9
 DIST python-phonenumbers-8.13.7.gh.tar.gz 4909229 BLAKE2B 
c1984c774670528005231984dd12160ff2259e96a5baec61cf0b85a5444d5af1565fdbee9dd17b81994dc5f186e32faa660c11ba4c07681cc513c1595c28c4d4
 SHA512 
3987e31c0cc0a7c2234b6e8a04714a2a0e015623ff36e6475df7189488d54e15dd23375c65a1b8f131331b32642bd94295dcd43df994dc16c2aad0b0529fac73
+DIST python-phonenumbers-8.13.8.gh.tar.gz 4910864 BLAKE2B 
33babe7aa0f487398311817fa901a56ac8a7470f2e4338700529f35c7622cf9b663bd404f6c1087600c03fd2844a1c777ed81d2e61d9cc2f0ff78e68a0276624
 SHA512 
6e2ee96aa9c20188b276cdeac1365fddb339feb63e8d5e9f61ae82f6aa19cc6564a5f1dbf687d6cc69c2cfa21fbb14892f880677ac7ba734a949183711faca5a

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-03-03 Thread Michał Górny
commit: b4d26463f9e716733d0835707cd10962e72745f8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 04:51:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:47:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d26463

dev-python/phonenumbers: Bump to 8.13.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.7.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 649873ea5d01..852290131308 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.6.gh.tar.gz 4906869 BLAKE2B 
b00fcd6085844a9465da15547f8b40ec741a350d24bb888a04dc5e7aee9b94ec1dae83a71548bc75b8cca29af3ee29cccdc5c49447c5b1bbf33a52db049835eb
 SHA512 
7ca6b8872975fc2597b6ddb1b824feb05dd8819da1ac1f73b7ce831070210520700639dc44e1466e83d335453a5c70ed2fae6ae8100cb99f03f62961f38e6dd9
+DIST python-phonenumbers-8.13.7.gh.tar.gz 4909229 BLAKE2B 
c1984c774670528005231984dd12160ff2259e96a5baec61cf0b85a5444d5af1565fdbee9dd17b81994dc5f186e32faa660c11ba4c07681cc513c1595c28c4d4
 SHA512 
3987e31c0cc0a7c2234b6e8a04714a2a0e015623ff36e6475df7189488d54e15dd23375c65a1b8f131331b32642bd94295dcd43df994dc16c2aad0b0529fac73

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.7.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.7.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-02-16 Thread Michał Górny
commit: 16de570b263a479ef5bcedd4c38c876b0791bc36
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 05:59:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:21:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16de570b

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  3 --
 dev-python/phonenumbers/phonenumbers-8.13.3.ebuild | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.4.ebuild | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.5.ebuild | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 35199c7dae14..649873ea5d01 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.3.gh.tar.gz 4906633 BLAKE2B 
320f4caa2feb5c5884cc519de8d9caebb7bbfeb656e060f84aac25f0561b042498a14fff237be404b47b5242f57afb705e4bc91f0c33d5f951a88b3de614d16a
 SHA512 
f0aceacc52a5155757c5b2542a3e67ad78bf5b8ef2a24493e62b850ac2a0c260e21e63067252e698047a4969a5966bd602c8920457b62a20d8911badca200a0a
-DIST python-phonenumbers-8.13.4.gh.tar.gz 4906855 BLAKE2B 
3949376b44ecf5ed7fb13148c557c7ac376b14dc826baf9249a449fe2a966aff660bb4cb53b5922573d55af2593ec549577b663cb1125849a8ce9bc1961dd62d
 SHA512 
d484949088991839a304d816f400dbfbeef8cdac9616c30ce7c2564ddc7cacfed4f2babd625da465ac5c45f76e3bc0a05812b9f63a26a3d520e84ec9ed628672
-DIST python-phonenumbers-8.13.5.gh.tar.gz 4906658 BLAKE2B 
94def8c031ff070f30d9509a9a138d57ac9240b8545aa5136b29f82c862b959120b7b08fd449097173e0687b5ab221e5e7b783f40b30643194cd0f1009479f95
 SHA512 
132041160c8ed981a69efd25c5ab9bf88d5974aedc5e3bd3e31dfb751aa6909a5ebf363bb52230d453b68f740b4c6d05289ad249dc70b8ab604d4df699b4bf47
 DIST python-phonenumbers-8.13.6.gh.tar.gz 4906869 BLAKE2B 
b00fcd6085844a9465da15547f8b40ec741a350d24bb888a04dc5e7aee9b94ec1dae83a71548bc75b8cca29af3ee29cccdc5c49447c5b1bbf33a52db049835eb
 SHA512 
7ca6b8872975fc2597b6ddb1b824feb05dd8819da1ac1f73b7ce831070210520700639dc44e1466e83d335453a5c70ed2fae6ae8100cb99f03f62961f38e6dd9

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
deleted file mode 100644
index f02dfcaeb112..
--- a/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.4.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.4.ebuild
deleted file mode 100644
index 20fb3f38daee..
--- a/dev-python/phonenumbers/phonenumbers-8.13.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.5.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.5.ebuild
deleted file mode 100644
index 20fb3f38daee..
--- a/dev-python/phonenumbers/phonenumbers-8.13.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools

[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-02-16 Thread Sam James
commit: 1db83eccc4f74219a2d49298e2cfc550f63e6978
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:48:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:48:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db83ecc

dev-python/phonenumbers: Stabilize 8.13.6 ALLARCHES, #894878

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
index 20fb3f38daee..f02dfcaeb112 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-02-10 Thread Michał Górny
commit: 328af7581ebea005e4fef2876397d88f3f006714
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 06:48:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 11 06:48:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328af758

dev-python/phonenumbers: Bump to 8.13.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.6.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index a88fe98cd22e..35199c7dae14 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.13.3.gh.tar.gz 4906633 BLAKE2B 
320f4caa2feb5c5884cc519de8d9caebb7bbfeb656e060f84aac25f0561b042498a14fff237be404b47b5242f57afb705e4bc91f0c33d5f951a88b3de614d16a
 SHA512 
f0aceacc52a5155757c5b2542a3e67ad78bf5b8ef2a24493e62b850ac2a0c260e21e63067252e698047a4969a5966bd602c8920457b62a20d8911badca200a0a
 DIST python-phonenumbers-8.13.4.gh.tar.gz 4906855 BLAKE2B 
3949376b44ecf5ed7fb13148c557c7ac376b14dc826baf9249a449fe2a966aff660bb4cb53b5922573d55af2593ec549577b663cb1125849a8ce9bc1961dd62d
 SHA512 
d484949088991839a304d816f400dbfbeef8cdac9616c30ce7c2564ddc7cacfed4f2babd625da465ac5c45f76e3bc0a05812b9f63a26a3d520e84ec9ed628672
 DIST python-phonenumbers-8.13.5.gh.tar.gz 4906658 BLAKE2B 
94def8c031ff070f30d9509a9a138d57ac9240b8545aa5136b29f82c862b959120b7b08fd449097173e0687b5ab221e5e7b783f40b30643194cd0f1009479f95
 SHA512 
132041160c8ed981a69efd25c5ab9bf88d5974aedc5e3bd3e31dfb751aa6909a5ebf363bb52230d453b68f740b4c6d05289ad249dc70b8ab604d4df699b4bf47
+DIST python-phonenumbers-8.13.6.gh.tar.gz 4906869 BLAKE2B 
b00fcd6085844a9465da15547f8b40ec741a350d24bb888a04dc5e7aee9b94ec1dae83a71548bc75b8cca29af3ee29cccdc5c49447c5b1bbf33a52db049835eb
 SHA512 
7ca6b8872975fc2597b6ddb1b824feb05dd8819da1ac1f73b7ce831070210520700639dc44e1466e83d335453a5c70ed2fae6ae8100cb99f03f62961f38e6dd9

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-01-29 Thread Michał Górny
commit: f4dd51eae21fe3e85488eeba2876f43c7383ec46
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 30 07:03:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 30 07:10:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dd51ea

dev-python/phonenumbers: Bump to 8.13.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.5.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 9263f3a2618f..a88fe98cd22e 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.3.gh.tar.gz 4906633 BLAKE2B 
320f4caa2feb5c5884cc519de8d9caebb7bbfeb656e060f84aac25f0561b042498a14fff237be404b47b5242f57afb705e4bc91f0c33d5f951a88b3de614d16a
 SHA512 
f0aceacc52a5155757c5b2542a3e67ad78bf5b8ef2a24493e62b850ac2a0c260e21e63067252e698047a4969a5966bd602c8920457b62a20d8911badca200a0a
 DIST python-phonenumbers-8.13.4.gh.tar.gz 4906855 BLAKE2B 
3949376b44ecf5ed7fb13148c557c7ac376b14dc826baf9249a449fe2a966aff660bb4cb53b5922573d55af2593ec549577b663cb1125849a8ce9bc1961dd62d
 SHA512 
d484949088991839a304d816f400dbfbeef8cdac9616c30ce7c2564ddc7cacfed4f2babd625da465ac5c45f76e3bc0a05812b9f63a26a3d520e84ec9ed628672
+DIST python-phonenumbers-8.13.5.gh.tar.gz 4906658 BLAKE2B 
94def8c031ff070f30d9509a9a138d57ac9240b8545aa5136b29f82c862b959120b7b08fd449097173e0687b5ab221e5e7b783f40b30643194cd0f1009479f95
 SHA512 
132041160c8ed981a69efd25c5ab9bf88d5974aedc5e3bd3e31dfb751aa6909a5ebf363bb52230d453b68f740b4c6d05289ad249dc70b8ab604d4df699b4bf47

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.5.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.5.ebuild
new file mode 100644
index ..20fb3f38daee
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-01-09 Thread Michał Górny
commit: bf6f428d90f8ca9553c26961a7c64d4c62db996f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  9 06:55:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  9 08:09:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6f428d

dev-python/phonenumbers: Bump to 8.13.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.4.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 0e537f502328..9263f3a2618f 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.13.3.gh.tar.gz 4906633 BLAKE2B 
320f4caa2feb5c5884cc519de8d9caebb7bbfeb656e060f84aac25f0561b042498a14fff237be404b47b5242f57afb705e4bc91f0c33d5f951a88b3de614d16a
 SHA512 
f0aceacc52a5155757c5b2542a3e67ad78bf5b8ef2a24493e62b850ac2a0c260e21e63067252e698047a4969a5966bd602c8920457b62a20d8911badca200a0a
+DIST python-phonenumbers-8.13.4.gh.tar.gz 4906855 BLAKE2B 
3949376b44ecf5ed7fb13148c557c7ac376b14dc826baf9249a449fe2a966aff660bb4cb53b5922573d55af2593ec549577b663cb1125849a8ce9bc1961dd62d
 SHA512 
d484949088991839a304d816f400dbfbeef8cdac9616c30ce7c2564ddc7cacfed4f2babd625da465ac5c45f76e3bc0a05812b9f63a26a3d520e84ec9ed628672

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.4.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.4.ebuild
new file mode 100644
index ..a594d3f64d0e
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-01-07 Thread Michał Górny
commit: bc73aaf89a7aa41969cd4ebc7a0f68810f058380
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  8 05:26:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  8 05:26:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc73aaf8

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 dev-python/phonenumbers/phonenumbers-8.13.1.ebuild | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.2.ebuild | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 2897aa54371c..0e537f502328 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.13.1.gh.tar.gz 4906086 BLAKE2B 
3287df69f8246d241ee41b7fb71e1d49ed6393715a1bed31a60755e170c74f8a88c4b5a2dfe4dd87fa7e8049cefb930d33fe0821bff34745e18402bcc8a1e424
 SHA512 
2a3d7ac670db1f20a6409a705f654b7802266d9bc4f562b50beace67bc6af188b685159192c73078009fae787ad5de6bb191a8695d1c1626e2fd564f01c55592
-DIST python-phonenumbers-8.13.2.gh.tar.gz 4906335 BLAKE2B 
720489d11d10a8277557688040f7b893ecdffba9269ea78d61f3612d0d3ad87cb1eeae04a113e16bc222c2eefc0f792357d06e83faec527ad990695aa25e3946
 SHA512 
30a668214e9b6f4fdc50fe604ebaa566a90a93c3bcbad0626c5f834dbc2127e3a38897ab60bf89090118bfadef92538508e7636c370b8069a4d46522df628fea
 DIST python-phonenumbers-8.13.3.gh.tar.gz 4906633 BLAKE2B 
320f4caa2feb5c5884cc519de8d9caebb7bbfeb656e060f84aac25f0561b042498a14fff237be404b47b5242f57afb705e4bc91f0c33d5f951a88b3de614d16a
 SHA512 
f0aceacc52a5155757c5b2542a3e67ad78bf5b8ef2a24493e62b850ac2a0c260e21e63067252e698047a4969a5966bd602c8920457b62a20d8911badca200a0a

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
deleted file mode 100644
index 31a41d5ae3a4..
--- a/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
deleted file mode 100644
index 17cf1fb5c43f..
--- a/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-01-07 Thread Sam James
commit: 266eda86717d02511bf6bf7088f53d4a787a7556
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  8 05:20:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  8 05:20:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266eda86

dev-python/phonenumbers: Stabilize 8.13.3 ALLARCHES, #890170

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
index b1bff4a095e7..17cf1fb5c43f 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2023-01-07 Thread Arthur Zamarin
commit: a5931192fe416e4687a3c7fcfd4656a3b5669307
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 18:55:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 18:55:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5931192

dev-python/phonenumbers: Stabilize 8.13.2 ALLARCHES, #890106

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
index b1bff4a095e7..17cf1fb5c43f 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-12-22 Thread Arthur Zamarin
commit: 8bb344be39a4b40e1f6972507f25001e879adff8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 23 07:02:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 23 07:30:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb344be

dev-python/phonenumbers: add 8.13.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.3.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 9a87eb4eb617..2897aa54371c 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.13.1.gh.tar.gz 4906086 BLAKE2B 
3287df69f8246d241ee41b7fb71e1d49ed6393715a1bed31a60755e170c74f8a88c4b5a2dfe4dd87fa7e8049cefb930d33fe0821bff34745e18402bcc8a1e424
 SHA512 
2a3d7ac670db1f20a6409a705f654b7802266d9bc4f562b50beace67bc6af188b685159192c73078009fae787ad5de6bb191a8695d1c1626e2fd564f01c55592
 DIST python-phonenumbers-8.13.2.gh.tar.gz 4906335 BLAKE2B 
720489d11d10a8277557688040f7b893ecdffba9269ea78d61f3612d0d3ad87cb1eeae04a113e16bc222c2eefc0f792357d06e83faec527ad990695aa25e3946
 SHA512 
30a668214e9b6f4fdc50fe604ebaa566a90a93c3bcbad0626c5f834dbc2127e3a38897ab60bf89090118bfadef92538508e7636c370b8069a4d46522df628fea
+DIST python-phonenumbers-8.13.3.gh.tar.gz 4906633 BLAKE2B 
320f4caa2feb5c5884cc519de8d9caebb7bbfeb656e060f84aac25f0561b042498a14fff237be404b47b5242f57afb705e4bc91f0c33d5f951a88b3de614d16a
 SHA512 
f0aceacc52a5155757c5b2542a3e67ad78bf5b8ef2a24493e62b850ac2a0c260e21e63067252e698047a4969a5966bd602c8920457b62a20d8911badca200a0a

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
new file mode 100644
index ..b1bff4a095e7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-12-10 Thread Michał Górny
commit: 1430571eab39e337a58f61f8213c9b96e1db5a29
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 09:02:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 09:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1430571e

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 .../phonenumbers/phonenumbers-8.12.57.ebuild   | 39 --
 dev-python/phonenumbers/phonenumbers-8.13.0.ebuild | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 54ea4e0ef40e..9a87eb4eb617 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1,2 @@
-DIST python-phonenumbers-8.12.57.gh.tar.gz 4906700 BLAKE2B 
b755e6e27c3006ce2b72f8e8900937ac2b7d2bd464052cd9a788ba5cdbd08ead4628963ea794a5dee962531753f6674342a3eed092edfb421c1d8f203d90b2b3
 SHA512 
8da340dd88c4bd41fd18af264667211e7d9dea97dcb71306c901feb3f32ee7a7012dfa1a66b8ddac746ceaab972529c32d9fc19e331893296f9938c7249173ba
-DIST python-phonenumbers-8.13.0.gh.tar.gz 4907144 BLAKE2B 
8441eb3bae743c92aacd581c0dfbea32d04353dbb6e45a3fd24ed4b9ef2e6a80ee70167b59ad288383cf409bdad73ed9bded6c991b7809d6ff2bbcc68519aab3
 SHA512 
1f8e78b3fa1418dec1cc89c02a7e8544847f343912be99d2b62aa49250aa0d89d67d27f0f9c40481ef6125872be7cc772de25bdd9ce26df512e7715f4f8281f2
 DIST python-phonenumbers-8.13.1.gh.tar.gz 4906086 BLAKE2B 
3287df69f8246d241ee41b7fb71e1d49ed6393715a1bed31a60755e170c74f8a88c4b5a2dfe4dd87fa7e8049cefb930d33fe0821bff34745e18402bcc8a1e424
 SHA512 
2a3d7ac670db1f20a6409a705f654b7802266d9bc4f562b50beace67bc6af188b685159192c73078009fae787ad5de6bb191a8695d1c1626e2fd564f01c55592
 DIST python-phonenumbers-8.13.2.gh.tar.gz 4906335 BLAKE2B 
720489d11d10a8277557688040f7b893ecdffba9269ea78d61f3612d0d3ad87cb1eeae04a113e16bc222c2eefc0f792357d06e83faec527ad990695aa25e3946
 SHA512 
30a668214e9b6f4fdc50fe604ebaa566a90a93c3bcbad0626c5f834dbc2127e3a38897ab60bf89090118bfadef92538508e7636c370b8069a4d46522df628fea

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
deleted file mode 100644
index fa0f470bb38b..
--- a/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.0.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.0.ebuild
deleted file mode 100644
index b1bff4a095e7..
--- a/dev-python/phonenumbers/phonenumbers-8.13.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-12-10 Thread Arthur Zamarin
commit: d9de3f0aab4d176ac650ed46acc9f7b7c4a3588b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 08:56:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 08:56:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9de3f0a

dev-python/phonenumbers: Stabilize 8.13.1 ALLARCHES, #885201

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
index b1bff4a095e7..31a41d5ae3a4 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-12-08 Thread Michał Górny
commit: b1c8b1c1ac756eed02b124238b92666e936e8a57
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  8 14:31:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  8 16:54:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c8b1c1

dev-python/phonenumbers: Bump to 8.13.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 44531bb51ca4..54ea4e0ef40e 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,4 @@
 DIST python-phonenumbers-8.12.57.gh.tar.gz 4906700 BLAKE2B 
b755e6e27c3006ce2b72f8e8900937ac2b7d2bd464052cd9a788ba5cdbd08ead4628963ea794a5dee962531753f6674342a3eed092edfb421c1d8f203d90b2b3
 SHA512 
8da340dd88c4bd41fd18af264667211e7d9dea97dcb71306c901feb3f32ee7a7012dfa1a66b8ddac746ceaab972529c32d9fc19e331893296f9938c7249173ba
 DIST python-phonenumbers-8.13.0.gh.tar.gz 4907144 BLAKE2B 
8441eb3bae743c92aacd581c0dfbea32d04353dbb6e45a3fd24ed4b9ef2e6a80ee70167b59ad288383cf409bdad73ed9bded6c991b7809d6ff2bbcc68519aab3
 SHA512 
1f8e78b3fa1418dec1cc89c02a7e8544847f343912be99d2b62aa49250aa0d89d67d27f0f9c40481ef6125872be7cc772de25bdd9ce26df512e7715f4f8281f2
 DIST python-phonenumbers-8.13.1.gh.tar.gz 4906086 BLAKE2B 
3287df69f8246d241ee41b7fb71e1d49ed6393715a1bed31a60755e170c74f8a88c4b5a2dfe4dd87fa7e8049cefb930d33fe0821bff34745e18402bcc8a1e424
 SHA512 
2a3d7ac670db1f20a6409a705f654b7802266d9bc4f562b50beace67bc6af188b685159192c73078009fae787ad5de6bb191a8695d1c1626e2fd564f01c55592
+DIST python-phonenumbers-8.13.2.gh.tar.gz 4906335 BLAKE2B 
720489d11d10a8277557688040f7b893ecdffba9269ea78d61f3612d0d3ad87cb1eeae04a113e16bc222c2eefc0f792357d06e83faec527ad990695aa25e3946
 SHA512 
30a668214e9b6f4fdc50fe604ebaa566a90a93c3bcbad0626c5f834dbc2127e3a38897ab60bf89090118bfadef92538508e7636c370b8069a4d46522df628fea

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
new file mode 100644
index ..b1bff4a095e7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-11-28 Thread Michał Górny
commit: 31ce4331aeaf8be582b9ea849c6473481a66
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 29 06:13:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 29 06:59:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ce4331

dev-python/phonenumbers: Bump to 8.13.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 5620091e7caa..44531bb51ca4 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.57.gh.tar.gz 4906700 BLAKE2B 
b755e6e27c3006ce2b72f8e8900937ac2b7d2bd464052cd9a788ba5cdbd08ead4628963ea794a5dee962531753f6674342a3eed092edfb421c1d8f203d90b2b3
 SHA512 
8da340dd88c4bd41fd18af264667211e7d9dea97dcb71306c901feb3f32ee7a7012dfa1a66b8ddac746ceaab972529c32d9fc19e331893296f9938c7249173ba
 DIST python-phonenumbers-8.13.0.gh.tar.gz 4907144 BLAKE2B 
8441eb3bae743c92aacd581c0dfbea32d04353dbb6e45a3fd24ed4b9ef2e6a80ee70167b59ad288383cf409bdad73ed9bded6c991b7809d6ff2bbcc68519aab3
 SHA512 
1f8e78b3fa1418dec1cc89c02a7e8544847f343912be99d2b62aa49250aa0d89d67d27f0f9c40481ef6125872be7cc772de25bdd9ce26df512e7715f4f8281f2
+DIST python-phonenumbers-8.13.1.gh.tar.gz 4906086 BLAKE2B 
3287df69f8246d241ee41b7fb71e1d49ed6393715a1bed31a60755e170c74f8a88c4b5a2dfe4dd87fa7e8049cefb930d33fe0821bff34745e18402bcc8a1e424
 SHA512 
2a3d7ac670db1f20a6409a705f654b7802266d9bc4f562b50beace67bc6af188b685159192c73078009fae787ad5de6bb191a8695d1c1626e2fd564f01c55592

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
new file mode 100644
index ..b1bff4a095e7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-11-19 Thread Arthur Zamarin
commit: bc405a3144d24b75ada23a7f29f16a6756ad7fe0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 08:53:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 08:53:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc405a31

dev-python/phonenumbers: drop 8.12.56

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.12.56.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 442d69c11b37..5620091e7caa 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.12.56.gh.tar.gz 4906531 BLAKE2B 
d55d828a26bc3a86660b6341c9577de6f489d3511971c5a843f10c14c05f0c82340109f13cc86c261119d6598ade95c2c3c9afdea485b09f3f73be891ee2a16e
 SHA512 
675cf8d15536efd156a230cff9e027cdba718a32ca2facb493b235f39dc1a0c86f6a376d3d501690b25a5e52d6d411309626b8ecce9a065456e42774da04ea49
 DIST python-phonenumbers-8.12.57.gh.tar.gz 4906700 BLAKE2B 
b755e6e27c3006ce2b72f8e8900937ac2b7d2bd464052cd9a788ba5cdbd08ead4628963ea794a5dee962531753f6674342a3eed092edfb421c1d8f203d90b2b3
 SHA512 
8da340dd88c4bd41fd18af264667211e7d9dea97dcb71306c901feb3f32ee7a7012dfa1a66b8ddac746ceaab972529c32d9fc19e331893296f9938c7249173ba
 DIST python-phonenumbers-8.13.0.gh.tar.gz 4907144 BLAKE2B 
8441eb3bae743c92aacd581c0dfbea32d04353dbb6e45a3fd24ed4b9ef2e6a80ee70167b59ad288383cf409bdad73ed9bded6c991b7809d6ff2bbcc68519aab3
 SHA512 
1f8e78b3fa1418dec1cc89c02a7e8544847f343912be99d2b62aa49250aa0d89d67d27f0f9c40481ef6125872be7cc772de25bdd9ce26df512e7715f4f8281f2

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
deleted file mode 100644
index fa0f470bb38b..
--- a/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-11-19 Thread Sam James
commit: f6eac2285509ee6a19a75026732b3669d3d39c35
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 08:46:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 08:46:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6eac228

dev-python/phonenumbers: Stabilize 8.12.57 ALLARCHES, #881911

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
index baab22b23fc7..fa0f470bb38b 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-11-06 Thread Michał Górny
commit: ad99ab9b0f10ffe48db744c88c0ea9146c35d3f0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  7 05:43:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  7 05:53:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad99ab9b

dev-python/phonenumbers: Bump to 8.13.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 dev-python/phonenumbers/phonenumbers-8.13.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 0f05c82f3264..442d69c11b37 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.56.gh.tar.gz 4906531 BLAKE2B 
d55d828a26bc3a86660b6341c9577de6f489d3511971c5a843f10c14c05f0c82340109f13cc86c261119d6598ade95c2c3c9afdea485b09f3f73be891ee2a16e
 SHA512 
675cf8d15536efd156a230cff9e027cdba718a32ca2facb493b235f39dc1a0c86f6a376d3d501690b25a5e52d6d411309626b8ecce9a065456e42774da04ea49
 DIST python-phonenumbers-8.12.57.gh.tar.gz 4906700 BLAKE2B 
b755e6e27c3006ce2b72f8e8900937ac2b7d2bd464052cd9a788ba5cdbd08ead4628963ea794a5dee962531753f6674342a3eed092edfb421c1d8f203d90b2b3
 SHA512 
8da340dd88c4bd41fd18af264667211e7d9dea97dcb71306c901feb3f32ee7a7012dfa1a66b8ddac746ceaab972529c32d9fc19e331893296f9938c7249173ba
+DIST python-phonenumbers-8.13.0.gh.tar.gz 4907144 BLAKE2B 
8441eb3bae743c92aacd581c0dfbea32d04353dbb6e45a3fd24ed4b9ef2e6a80ee70167b59ad288383cf409bdad73ed9bded6c991b7809d6ff2bbcc68519aab3
 SHA512 
1f8e78b3fa1418dec1cc89c02a7e8544847f343912be99d2b62aa49250aa0d89d67d27f0f9c40481ef6125872be7cc772de25bdd9ce26df512e7715f4f8281f2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.0.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.0.ebuild
new file mode 100644
index ..b1bff4a095e7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.13.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-10-14 Thread Arthur Zamarin
commit: 0295a4b27348090d43515b1eb3d271925f395622
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 14 16:17:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 14 16:17:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0295a4b2

dev-python/phonenumbers: add 8.12.57

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.57.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index d5a6ba8ede69..0f05c82f3264 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.12.56.gh.tar.gz 4906531 BLAKE2B 
d55d828a26bc3a86660b6341c9577de6f489d3511971c5a843f10c14c05f0c82340109f13cc86c261119d6598ade95c2c3c9afdea485b09f3f73be891ee2a16e
 SHA512 
675cf8d15536efd156a230cff9e027cdba718a32ca2facb493b235f39dc1a0c86f6a376d3d501690b25a5e52d6d411309626b8ecce9a065456e42774da04ea49
+DIST python-phonenumbers-8.12.57.gh.tar.gz 4906700 BLAKE2B 
b755e6e27c3006ce2b72f8e8900937ac2b7d2bd464052cd9a788ba5cdbd08ead4628963ea794a5dee962531753f6674342a3eed092edfb421c1d8f203d90b2b3
 SHA512 
8da340dd88c4bd41fd18af264667211e7d9dea97dcb71306c901feb3f32ee7a7012dfa1a66b8ddac746ceaab972529c32d9fc19e331893296f9938c7249173ba

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
new file mode 100644
index ..baab22b23fc7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.57.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-10-10 Thread Michał Górny
commit: f7e58243275f9a43f585f29a07e8905d7bd5bf56
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 10 20:15:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 10 20:15:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e58243

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 .../phonenumbers/phonenumbers-8.12.54.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.12.55.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 05f6f609843d..d5a6ba8ede69 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c
-DIST python-phonenumbers-8.12.55.gh.tar.gz 4905987 BLAKE2B 
3c05fbe261f9c347bdccb9e664f0005f3f67120df5a494b105780ac5f00a407289bd6be6bbaefbf843937193b760b772e1d8c298a6676770f97d7e6a3d16f25a
 SHA512 
f1aaecd70d761aaa2b6b53d5dc03624f1a64cfb8733b2ac3260bb295be527238755659b55b5d79b6a49a06c56616517afb2cd56b3f39f5eba8dcc27b61e4a6b5
 DIST python-phonenumbers-8.12.56.gh.tar.gz 4906531 BLAKE2B 
d55d828a26bc3a86660b6341c9577de6f489d3511971c5a843f10c14c05f0c82340109f13cc86c261119d6598ade95c2c3c9afdea485b09f3f73be891ee2a16e
 SHA512 
675cf8d15536efd156a230cff9e027cdba718a32ca2facb493b235f39dc1a0c86f6a376d3d501690b25a5e52d6d411309626b8ecce9a065456e42774da04ea49

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
deleted file mode 100644
index fa0f470bb38b..
--- a/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.55.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.55.ebuild
deleted file mode 100644
index baab22b23fc7..
--- a/dev-python/phonenumbers/phonenumbers-8.12.55.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-10-10 Thread Sam James
commit: bfe4cd0b4e043dcdcbc8a2c1ba0e98e303183484
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 10 18:32:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 10 18:32:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe4cd0b

dev-python/phonenumbers: Stabilize 8.12.56 ALLARCHES, #876568

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
index baab22b23fc7..fa0f470bb38b 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-09-25 Thread Arthur Zamarin
commit: 8d74f0f5c8d93b66094d2babf87059f54de5d1f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 06:38:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 06:39:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d74f0f5

dev-python/phonenumbers: add 8.12.56

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.56.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 5fb05833b4a4..05f6f609843d 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c
 DIST python-phonenumbers-8.12.55.gh.tar.gz 4905987 BLAKE2B 
3c05fbe261f9c347bdccb9e664f0005f3f67120df5a494b105780ac5f00a407289bd6be6bbaefbf843937193b760b772e1d8c298a6676770f97d7e6a3d16f25a
 SHA512 
f1aaecd70d761aaa2b6b53d5dc03624f1a64cfb8733b2ac3260bb295be527238755659b55b5d79b6a49a06c56616517afb2cd56b3f39f5eba8dcc27b61e4a6b5
+DIST python-phonenumbers-8.12.56.gh.tar.gz 4906531 BLAKE2B 
d55d828a26bc3a86660b6341c9577de6f489d3511971c5a843f10c14c05f0c82340109f13cc86c261119d6598ade95c2c3c9afdea485b09f3f73be891ee2a16e
 SHA512 
675cf8d15536efd156a230cff9e027cdba718a32ca2facb493b235f39dc1a0c86f6a376d3d501690b25a5e52d6d411309626b8ecce9a065456e42774da04ea49

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
new file mode 100644
index ..baab22b23fc7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.56.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-09-19 Thread Michał Górny
commit: 2a9c355e3fb7aaa76a21ab4a7c7ba647c01d992f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:55:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9c355e

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.12.53.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 8ec2b903a865..5fb05833b4a4 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.12.53.gh.tar.gz 4904940 BLAKE2B 
c8da67f781c71265faa4d24e5cadf7d2c4e707de6f6fc2efae37f0b846cafd6c00814188c2d89d98ec0fb7dbeef9fedc45dc908adf117643bc2b2a0ab56a4496
 SHA512 
aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490
 DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c
 DIST python-phonenumbers-8.12.55.gh.tar.gz 4905987 BLAKE2B 
3c05fbe261f9c347bdccb9e664f0005f3f67120df5a494b105780ac5f00a407289bd6be6bbaefbf843937193b760b772e1d8c298a6676770f97d7e6a3d16f25a
 SHA512 
f1aaecd70d761aaa2b6b53d5dc03624f1a64cfb8733b2ac3260bb295be527238755659b55b5d79b6a49a06c56616517afb2cd56b3f39f5eba8dcc27b61e4a6b5

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild
deleted file mode 100644
index fa0f470bb38b..
--- a/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-09-19 Thread Jakov Smolić
commit: 30bcff1657e37b052ca645240c88c408c612f651
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Sep 19 20:09:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Sep 19 20:10:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bcff16

dev-python/phonenumbers: Stabilize 8.12.54 ALLARCHES, #871819

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
index baab22b23fc7..fa0f470bb38b 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-09-09 Thread Arthur Zamarin
commit: e06ca4cd3b18b3c185547efbcb3d4aee87d89a1a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 10 04:50:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 10 05:38:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06ca4cd

dev-python/phonenumbers: add 8.12.55

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.55.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index a8566fa2d9e6..8ec2b903a865 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.53.gh.tar.gz 4904940 BLAKE2B 
c8da67f781c71265faa4d24e5cadf7d2c4e707de6f6fc2efae37f0b846cafd6c00814188c2d89d98ec0fb7dbeef9fedc45dc908adf117643bc2b2a0ab56a4496
 SHA512 
aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490
 DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c
+DIST python-phonenumbers-8.12.55.gh.tar.gz 4905987 BLAKE2B 
3c05fbe261f9c347bdccb9e664f0005f3f67120df5a494b105780ac5f00a407289bd6be6bbaefbf843937193b760b772e1d8c298a6676770f97d7e6a3d16f25a
 SHA512 
f1aaecd70d761aaa2b6b53d5dc03624f1a64cfb8733b2ac3260bb295be527238755659b55b5d79b6a49a06c56616517afb2cd56b3f39f5eba8dcc27b61e4a6b5

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.55.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.55.ebuild
new file mode 100644
index ..baab22b23fc7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.55.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-09-06 Thread Michał Górny
commit: afc972cc3c89a77509b67adc0c2e5fe0df7616d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  7 04:43:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  7 04:43:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc972cc

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.12.52.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index daf35a4de584..a8566fa2d9e6 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.12.52.gh.tar.gz 4904385 BLAKE2B 
c063fee535e3d1dd30844ea7a974601962fb8fd6b56608046e0c488e638624456020100b2b775f979f770ea1690bda38044d4f7457341d1261132f4323a6de86
 SHA512 
638ec8e09d58adc5131e855a9436b45f1f0252c084638a13130df793d5357fc249e695668e2cce4902a534300c4683b64078e08620fdd2636857f6d328a45d82
 DIST python-phonenumbers-8.12.53.gh.tar.gz 4904940 BLAKE2B 
c8da67f781c71265faa4d24e5cadf7d2c4e707de6f6fc2efae37f0b846cafd6c00814188c2d89d98ec0fb7dbeef9fedc45dc908adf117643bc2b2a0ab56a4496
 SHA512 
aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490
 DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
deleted file mode 100644
index fa0f470bb38b..
--- a/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-09-06 Thread Sam James
commit: 38ca6f185da8022ad3d02bf25ad0004b150897c2
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:10:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:10:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ca6f18

dev-python/phonenumbers: Stabilize 8.12.53 ALLARCHES, #868846

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild
index baab22b23fc7..fa0f470bb38b 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.53.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-08-19 Thread Arthur Zamarin
commit: 0ed8adc452a2b329b10c5e40080bea5118379d1f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 19 18:58:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 19 19:12:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed8adc4

dev-python/phonenumbers: add 8.12.54

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.54.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 8e72a74acefb..daf35a4de584 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.52.gh.tar.gz 4904385 BLAKE2B 
c063fee535e3d1dd30844ea7a974601962fb8fd6b56608046e0c488e638624456020100b2b775f979f770ea1690bda38044d4f7457341d1261132f4323a6de86
 SHA512 
638ec8e09d58adc5131e855a9436b45f1f0252c084638a13130df793d5357fc249e695668e2cce4902a534300c4683b64078e08620fdd2636857f6d328a45d82
 DIST python-phonenumbers-8.12.53.gh.tar.gz 4904940 BLAKE2B 
c8da67f781c71265faa4d24e5cadf7d2c4e707de6f6fc2efae37f0b846cafd6c00814188c2d89d98ec0fb7dbeef9fedc45dc908adf117643bc2b2a0ab56a4496
 SHA512 
aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490
+DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
new file mode 100644
index ..baab22b23fc7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.54.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-08-03 Thread Michał Górny
commit: ecd565a0db3b98f999008b4456089f307c59aa5c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  3 07:03:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  3 07:03:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd565a0

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 .../phonenumbers/phonenumbers-8.12.50.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.12.51.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index ca140fbe7cb9..a9ae59fdc9c8 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.12.50.gh.tar.gz 4904755 BLAKE2B 
60353aa081e4d4d0909302a97a45a89c1f94aac323a6a68fd93cd67146090189d0901b947c40e80e54e1718ce4a45c4a83d2799701ff1323666e82570174d358
 SHA512 
7a4406626d04a85e010036ceca20430a2562939ad8e7e2651afd65f0d5eb26feb1fbbe0c11f081ab58a9ab8bd81da2ccc153ad22f12eb8135b4f604077b5b29d
-DIST python-phonenumbers-8.12.51.gh.tar.gz 4903034 BLAKE2B 
6d97e25c3601f817ad51eb8dac550fec4a13799dd9321235c9105386ca2a1ab3a7fa6403f31643197a5a2f162be50edf6b3705c8947098f2d9ff744f6af1dab6
 SHA512 
80f5ad4356e31bc505c929a8bb9b577ed1571b9173e7f8faebe972f62c16f5a5d764eab5e3bd8aa939faae2c4ebbe2b0fa11a5f2e6fe334be98148a68881c912
 DIST python-phonenumbers-8.12.52.gh.tar.gz 4904385 BLAKE2B 
c063fee535e3d1dd30844ea7a974601962fb8fd6b56608046e0c488e638624456020100b2b775f979f770ea1690bda38044d4f7457341d1261132f4323a6de86
 SHA512 
638ec8e09d58adc5131e855a9436b45f1f0252c084638a13130df793d5357fc249e695668e2cce4902a534300c4683b64078e08620fdd2636857f6d328a45d82

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
deleted file mode 100644
index 8e4b363b03b6..
--- a/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
deleted file mode 100644
index baab22b23fc7..
--- a/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-08-02 Thread Sam James
commit: 7ba8281289f9917794bc5690f5eb69475171a723
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  2 20:23:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  2 20:23:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba82812

dev-python/phonenumbers: Stabilize 8.12.52 ALLARCHES, #863149

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
index baab22b23fc7..fa0f470bb38b 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-07-19 Thread Michał Górny
commit: 8ea48a2792bfa38b6e478aa2ebc06ba723ae4d03
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 20 04:40:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 20 05:38:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea48a27

dev-python/phonenumbers: Bump to 8.12.52

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.52.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 792c8d974dd4..ca140fbe7cb9 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.50.gh.tar.gz 4904755 BLAKE2B 
60353aa081e4d4d0909302a97a45a89c1f94aac323a6a68fd93cd67146090189d0901b947c40e80e54e1718ce4a45c4a83d2799701ff1323666e82570174d358
 SHA512 
7a4406626d04a85e010036ceca20430a2562939ad8e7e2651afd65f0d5eb26feb1fbbe0c11f081ab58a9ab8bd81da2ccc153ad22f12eb8135b4f604077b5b29d
 DIST python-phonenumbers-8.12.51.gh.tar.gz 4903034 BLAKE2B 
6d97e25c3601f817ad51eb8dac550fec4a13799dd9321235c9105386ca2a1ab3a7fa6403f31643197a5a2f162be50edf6b3705c8947098f2d9ff744f6af1dab6
 SHA512 
80f5ad4356e31bc505c929a8bb9b577ed1571b9173e7f8faebe972f62c16f5a5d764eab5e3bd8aa939faae2c4ebbe2b0fa11a5f2e6fe334be98148a68881c912
+DIST python-phonenumbers-8.12.52.gh.tar.gz 4904385 BLAKE2B 
c063fee535e3d1dd30844ea7a974601962fb8fd6b56608046e0c488e638624456020100b2b775f979f770ea1690bda38044d4f7457341d1261132f4323a6de86
 SHA512 
638ec8e09d58adc5131e855a9436b45f1f0252c084638a13130df793d5357fc249e695668e2cce4902a534300c4683b64078e08620fdd2636857f6d328a45d82

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
new file mode 100644
index ..baab22b23fc7
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.52.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-07-15 Thread Michał Górny
commit: 3fa6c3d77c10a246a74712a966087801e3328f7c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 15 07:20:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 15 07:20:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa6c3d7

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.12.49.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 7f6bacefa2b2..792c8d974dd4 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.12.49.gh.tar.gz 4904202 BLAKE2B 
20974162d5a8668c1d15021de71795983c4eda1f3afc931822b3593c80249481bcb4ea9f8b80066a71f7f2821284534991d3307eddea0e8f0270e75eced0573e
 SHA512 
0504a84b3a6047c7ca4bc1667a0418d60c7f43052911751572820e7f4e40b430b8847e4c8f6e4d88dd7a2684b5ad8de2dfda8891d81fd8e1af1c595be152f9fc
 DIST python-phonenumbers-8.12.50.gh.tar.gz 4904755 BLAKE2B 
60353aa081e4d4d0909302a97a45a89c1f94aac323a6a68fd93cd67146090189d0901b947c40e80e54e1718ce4a45c4a83d2799701ff1323666e82570174d358
 SHA512 
7a4406626d04a85e010036ceca20430a2562939ad8e7e2651afd65f0d5eb26feb1fbbe0c11f081ab58a9ab8bd81da2ccc153ad22f12eb8135b4f604077b5b29d
 DIST python-phonenumbers-8.12.51.gh.tar.gz 4903034 BLAKE2B 
6d97e25c3601f817ad51eb8dac550fec4a13799dd9321235c9105386ca2a1ab3a7fa6403f31643197a5a2f162be50edf6b3705c8947098f2d9ff744f6af1dab6
 SHA512 
80f5ad4356e31bc505c929a8bb9b577ed1571b9173e7f8faebe972f62c16f5a5d764eab5e3bd8aa939faae2c4ebbe2b0fa11a5f2e6fe334be98148a68881c912

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
deleted file mode 100644
index 8e4b363b03b6..
--- a/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-07-14 Thread Arthur Zamarin
commit: 9c927394ec5f854a96089764924ced4dced382e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jul 14 21:20:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jul 14 21:20:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c927394

dev-python/phonenumbers: Stabilize 8.12.50 ALLARCHES, #858026

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
index 3b1d20a349fc..8e4b363b03b6 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-07-09 Thread Arthur Zamarin
commit: 1f85ae70cb98e983696412f58277ead856ac9bcd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  9 10:43:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  9 10:43:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f85ae70

dev-python/phonenumbers: Keyword 8.12.51 ppc64, #857033

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
index 3b1d20a349fc..baab22b23fc7 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-07-01 Thread Michał Górny
commit: 998051d7888afb83f7e42e0f90a6cd459d864b65
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 03:54:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 04:46:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998051d7

dev-python/phonenumbers: Bump to 8.12.51

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.51.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 8e87b1c7e1e7..7f6bacefa2b2 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.49.gh.tar.gz 4904202 BLAKE2B 
20974162d5a8668c1d15021de71795983c4eda1f3afc931822b3593c80249481bcb4ea9f8b80066a71f7f2821284534991d3307eddea0e8f0270e75eced0573e
 SHA512 
0504a84b3a6047c7ca4bc1667a0418d60c7f43052911751572820e7f4e40b430b8847e4c8f6e4d88dd7a2684b5ad8de2dfda8891d81fd8e1af1c595be152f9fc
 DIST python-phonenumbers-8.12.50.gh.tar.gz 4904755 BLAKE2B 
60353aa081e4d4d0909302a97a45a89c1f94aac323a6a68fd93cd67146090189d0901b947c40e80e54e1718ce4a45c4a83d2799701ff1323666e82570174d358
 SHA512 
7a4406626d04a85e010036ceca20430a2562939ad8e7e2651afd65f0d5eb26feb1fbbe0c11f081ab58a9ab8bd81da2ccc153ad22f12eb8135b4f604077b5b29d
+DIST python-phonenumbers-8.12.51.gh.tar.gz 4903034 BLAKE2B 
6d97e25c3601f817ad51eb8dac550fec4a13799dd9321235c9105386ca2a1ab3a7fa6403f31643197a5a2f162be50edf6b3705c8947098f2d9ff744f6af1dab6
 SHA512 
80f5ad4356e31bc505c929a8bb9b577ed1571b9173e7f8faebe972f62c16f5a5d764eab5e3bd8aa939faae2c4ebbe2b0fa11a5f2e6fe334be98148a68881c912

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
new file mode 100644
index ..3b1d20a349fc
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.51.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-06-11 Thread Arthur Zamarin
commit: d142a739bb26fe5ea309e52ef498c3c9a0fef391
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 11 06:28:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 11 06:28:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d142a739

dev-python/phonenumbers: add 8.12.50

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.50.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 702d48ad2b0a..8e87b1c7e1e7 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.12.49.gh.tar.gz 4904202 BLAKE2B 
20974162d5a8668c1d15021de71795983c4eda1f3afc931822b3593c80249481bcb4ea9f8b80066a71f7f2821284534991d3307eddea0e8f0270e75eced0573e
 SHA512 
0504a84b3a6047c7ca4bc1667a0418d60c7f43052911751572820e7f4e40b430b8847e4c8f6e4d88dd7a2684b5ad8de2dfda8891d81fd8e1af1c595be152f9fc
+DIST python-phonenumbers-8.12.50.gh.tar.gz 4904755 BLAKE2B 
60353aa081e4d4d0909302a97a45a89c1f94aac323a6a68fd93cd67146090189d0901b947c40e80e54e1718ce4a45c4a83d2799701ff1323666e82570174d358
 SHA512 
7a4406626d04a85e010036ceca20430a2562939ad8e7e2651afd65f0d5eb26feb1fbbe0c11f081ab58a9ab8bd81da2ccc153ad22f12eb8135b4f604077b5b29d

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
new file mode 100644
index ..3b1d20a349fc
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.50.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-06-09 Thread Michał Górny
commit: 1ec5b40d38eb06e18ad94814fe92ab6a2e56d2b7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:15:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:15:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5b40d

dev-python/phonenumbers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  2 --
 .../phonenumbers/phonenumbers-8.12.47.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.12.48.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index c6d3161d7e89..702d48ad2b0a 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.12.47.gh.tar.gz 4899215 BLAKE2B 
102caf51e4cb01140b43273b13a8ce44f51a3617fb48261f81e9d125475e34eafc6d8163e2baef861d0057d5f4f7e683b2934d4a15144277b203d69b12473819
 SHA512 
a7c24e469cd50b60ec9eb96dee6ef1540d90b20260c6ff6bf2eb8c0e6bf9c1e759d718de052805bb285135e2bd4927c469e901c811580a1cb4d6223757784b16
-DIST python-phonenumbers-8.12.48.gh.tar.gz 4899266 BLAKE2B 
560af7966d06aaf116d2fcd3b0f7ecaddf9ce6d01b31f66461e54b9bf12fd724edb099352d5d7639491ad970ed94228deb1a648a3f7602b9a247cd97d4ec754c
 SHA512 
d983ff0703c45517a3657f3beca63437a6d653ab34ee5124a6d7d2af31630472e985dfd28718b6730046460b7959d3733c39237fa861fe2c5ef30f5007e0eeae
 DIST python-phonenumbers-8.12.49.gh.tar.gz 4904202 BLAKE2B 
20974162d5a8668c1d15021de71795983c4eda1f3afc931822b3593c80249481bcb4ea9f8b80066a71f7f2821284534991d3307eddea0e8f0270e75eced0573e
 SHA512 
0504a84b3a6047c7ca4bc1667a0418d60c7f43052911751572820e7f4e40b430b8847e4c8f6e4d88dd7a2684b5ad8de2dfda8891d81fd8e1af1c595be152f9fc

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.47.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.47.ebuild
deleted file mode 100644
index 8e4b363b03b6..
--- a/dev-python/phonenumbers/phonenumbers-8.12.47.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild
deleted file mode 100644
index 3b1d20a349fc..
--- a/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-06-09 Thread Sam James
commit: 11c15b2a98a973fe6bdbee476327d459a3270023
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:07:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:07:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c15b2a

dev-python/phonenumbers: Stabilize 8.12.49 ALLARCHES, #850853

Signed-off-by: Sam James  gentoo.org>

 dev-python/phonenumbers/phonenumbers-8.12.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
index 3b1d20a349fc..8e4b363b03b6 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-05-29 Thread Michał Górny
commit: 7a1d710b968762d0f61d0097849f6e77d0d03dcc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 29 06:40:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 29 07:09:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1d710b

dev-python/phonenumbers: Bump to 8.12.49

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.49.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index f040f2636722..c6d3161d7e89 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST python-phonenumbers-8.12.47.gh.tar.gz 4899215 BLAKE2B 
102caf51e4cb01140b43273b13a8ce44f51a3617fb48261f81e9d125475e34eafc6d8163e2baef861d0057d5f4f7e683b2934d4a15144277b203d69b12473819
 SHA512 
a7c24e469cd50b60ec9eb96dee6ef1540d90b20260c6ff6bf2eb8c0e6bf9c1e759d718de052805bb285135e2bd4927c469e901c811580a1cb4d6223757784b16
 DIST python-phonenumbers-8.12.48.gh.tar.gz 4899266 BLAKE2B 
560af7966d06aaf116d2fcd3b0f7ecaddf9ce6d01b31f66461e54b9bf12fd724edb099352d5d7639491ad970ed94228deb1a648a3f7602b9a247cd97d4ec754c
 SHA512 
d983ff0703c45517a3657f3beca63437a6d653ab34ee5124a6d7d2af31630472e985dfd28718b6730046460b7959d3733c39237fa861fe2c5ef30f5007e0eeae
+DIST python-phonenumbers-8.12.49.gh.tar.gz 4904202 BLAKE2B 
20974162d5a8668c1d15021de71795983c4eda1f3afc931822b3593c80249481bcb4ea9f8b80066a71f7f2821284534991d3307eddea0e8f0270e75eced0573e
 SHA512 
0504a84b3a6047c7ca4bc1667a0418d60c7f43052911751572820e7f4e40b430b8847e4c8f6e4d88dd7a2684b5ad8de2dfda8891d81fd8e1af1c595be152f9fc

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
new file mode 100644
index ..3b1d20a349fc
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.49.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/

2022-05-07 Thread Michał Górny
commit: 212946a7043598b3c7952834b958b322244e789e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  7 08:07:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  7 09:33:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212946a7

dev-python/phonenumbers: Bump to 8.12.48

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/phonenumbers/Manifest   |  1 +
 .../phonenumbers/phonenumbers-8.12.48.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 9187181e8c82..f040f2636722 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1 +1,2 @@
 DIST python-phonenumbers-8.12.47.gh.tar.gz 4899215 BLAKE2B 
102caf51e4cb01140b43273b13a8ce44f51a3617fb48261f81e9d125475e34eafc6d8163e2baef861d0057d5f4f7e683b2934d4a15144277b203d69b12473819
 SHA512 
a7c24e469cd50b60ec9eb96dee6ef1540d90b20260c6ff6bf2eb8c0e6bf9c1e759d718de052805bb285135e2bd4927c469e901c811580a1cb4d6223757784b16
+DIST python-phonenumbers-8.12.48.gh.tar.gz 4899266 BLAKE2B 
560af7966d06aaf116d2fcd3b0f7ecaddf9ce6d01b31f66461e54b9bf12fd724edb099352d5d7639491ad970ed94228deb1a648a3f7602b9a247cd97d4ec754c
 SHA512 
d983ff0703c45517a3657f3beca63437a6d653ab34ee5124a6d7d2af31630472e985dfd28718b6730046460b7959d3733c39237fa861fe2c5ef30f5007e0eeae

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild
new file mode 100644
index ..3b1d20a349fc
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.48.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="
+   https://github.com/daviddrysdale/python-phonenumbers/
+   https://pypi.org/project/phonenumbers/
+"
+SRC_URI="
+   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ../README.md )
+
+python_test() {
+   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
+}



  1   2   3   >