commit:     fcd28fbfa05452e8b4efb9ac477abd2d17bc203d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 03:16:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 03:16:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd28fbf

dev-python/phonenumbers: Remove old

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

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

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 7a7a1c591845..e358a732ba5f 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST python-phonenumbers-8.13.47.gh.tar.gz 4913983 BLAKE2B 
adf167f95ec4817c3adf92ffe4e0e2eab3ff99ce572023d47adc88b03e29414721ed6ed22f4029fb9e56d4f8cf8c5d9cf65e59209c6a4e5ae41e89d24df509e5
 SHA512 
a25ce93f79f7ec17b4dd3334b3912c8311c8ad0196e91f554c59b2f12b85f2c5936ec280bb2a5048c9ea8e274cdc632e42566153d87992db3601ddb8f93a0eaf
-DIST python-phonenumbers-8.13.48.gh.tar.gz 4914013 BLAKE2B 
7b279251fd369bbb5909a6b89fd856d4f4e3fca9c28b5e4e250f1a32734f1ae6071ed9304b64c9a66183d5ec8266c3b7c6bd129b15bc9a9c43fadfff93bc110b
 SHA512 
d0c55c3058086b609aef81e316857f2dea7f65e6bbcdd06fcc58783c024252ba35796b79e92d1e9a888ec4b7c1ef6c221a1a07f09867ea5415f369be40453704
 DIST python-phonenumbers-8.13.49.gh.tar.gz 4914069 BLAKE2B 
b4759021af0195af48a6b556df9d69d1aaf9fc5501d375b28b0bc61b0c5b249c5216670f24b239b52cb6c9baf1843026ce607d5e41222ad83079a49522c4d911
 SHA512 
a20a743e7cc82cf0d04676d19843886c74bb6d78355a40fe2eac110d463e2c6a6855a7924083c60201560c95d318c473b2728f1b1206c5874214d010bf232d3f

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.47.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.47.ebuild
deleted file mode 100644
index ac05eba6ee74..000000000000
--- a/dev-python/phonenumbers/phonenumbers-8.13.47.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..13} )
-
-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.48.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.48.ebuild
deleted file mode 100644
index 43eeff396e3d..000000000000
--- a/dev-python/phonenumbers/phonenumbers-8.13.48.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..13} )
-
-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}"
-}

Reply via email to