commit:     7c9e6869d3486a0a57df12ba8ad8df182325e1de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 03:01:27 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 03:31:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9e6869

dev-python/phonenumbers: Remove old

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

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

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index e2dc8778a2d2..51bc7507bbda 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1,2 @@
-DIST python-phonenumbers-9.0.11.gh.tar.gz 4918150 BLAKE2B 
2c954fab20dbf0ef1a7e09b4c38d3bb52c8196f9a90ab543f50a18d517f566b9ece49e26ea212170ec446752b72fe6fdc1ecacf1a9fbf5bb8ca0454421f38a34
 SHA512 
803881bfa0b0b97e5fb0db65c8c907420da2c8804acb9892b3ca712cb19359f05757c62a4d8c10f9c8f0ee36ef0a0d2bcec083aab1da54cdbaa5311273d01459
 DIST python-phonenumbers-9.0.12.gh.tar.gz 4915140 BLAKE2B 
4929e25d0525c12321e71c4b7c3262fa22ea3484c4a5522f3995af737dc3c81aedaf44ad9954ac41e7c815d752108c77ae078294b753d70a67358901dff6b87c
 SHA512 
67ab051e45156f635ad37a075abdeb2b04094de4faa964902e4b15bd78736264f27f3b880aceaa54a3b47e6f78129b4c196824446a82dfe2c6ec11ad7dddc074
 DIST python-phonenumbers-9.0.13.gh.tar.gz 4915436 BLAKE2B 
f49fd90cbdd761d3aa0f91d78a47af2d83975adc85d54e569788999237bf1edd7c0daefedf5f460b32e6d0469222990a362f2192839dbd0a54ad9d33e76a89f5
 SHA512 
fe37883632624cf4c80cabdfc6f7e9fd14c1ae486b15a697865d09e8b5dd1d4392ea173d37d3070e8a91d0290798b2dd37428e03f34cde232c69d04cccf9a844
-DIST python-phonenumbers-r9.0.10.gh.tar.gz 4915184 BLAKE2B 
cfa395dde633bfda4d7eea1e0946a9007bcc93994fa32ab6d29af24bc1e1191d4cbd4a71ea4ed600832879f4d7795c95f3e337f79316f43ad28e7376ab4cf671
 SHA512 
fad4fa5820a8a34110a3686c4ce7bbe004a81333c70e056ea3ad613b7e992fb51e1407559ca9cbe0075a5c16c4baba75dd067ed17f712a75bde3ef04f42544b1

diff --git a/dev-python/phonenumbers/phonenumbers-9.0.10.ebuild 
b/dev-python/phonenumbers/phonenumbers-9.0.10.ebuild
deleted file mode 100644
index 61c91c1a1598..000000000000
--- a/dev-python/phonenumbers/phonenumbers-9.0.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-MY_P=python-${PN}-r${PV}
-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/r${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_USEDEP}]
-       )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-       "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-9.0.11.ebuild 
b/dev-python/phonenumbers/phonenumbers-9.0.11.ebuild
deleted file mode 100644
index 194e0165d2af..000000000000
--- a/dev-python/phonenumbers/phonenumbers-9.0.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-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_USEDEP}]
-       )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-       "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

Reply via email to