commit:     cc8f127820936f798493b50bff0fae0ece50e58e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 12:41:33 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 12:42:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8f1278

dev-python/phonenumbers: Remove old

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

 dev-python/phonenumbers/Manifest                   |  2 --
 .../phonenumbers/phonenumbers-8.12.43.ebuild       | 21 ------------
 .../phonenumbers/phonenumbers-8.12.44.ebuild       | 39 ----------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 00b29e534ca0..e370ac89b2b5 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1 @@
-DIST phonenumbers-8.12.43.tar.gz 2270278 BLAKE2B 
7cae8ad1180231b7a3f6a852563fe8a4e3c515d72e3b969fe37412714cd4e36cb61b96d779b1ee2e8610e648342d6dd9f743b1a049ee7889bf592292641aead3
 SHA512 
bc0dbfb78f490b70215c33b284761cd0a88183fb51a602359913617f512579862d5b216d2899bc19a143e3a1d9fd16163e5c54bfaded1fe59ba1158b3e7e68a6
-DIST python-phonenumbers-8.12.44.gh.tar.gz 4897962 BLAKE2B 
27deab5c717dfc4aa697d2bb4b764fb933101cfd6ad8b9cf573cd6b9027556cabf6d471decadff5dd317ff3fdffc8346b2ee72ea6c48505dc9bb9410c13fe393
 SHA512 
e3531cf9895bbb40c7444743ec2896fa2df0c4282bbfe085e51afaac5c6b0a76d6245ee899409f72bcbef64ce757aff0db4c9edc399ac0138a03ad1a6580bab1
 DIST python-phonenumbers-8.12.45.gh.tar.gz 4898103 BLAKE2B 
e1102bd6f0911a7d1098fbe020f71b8ffb1020ff0acecc2f58383ecb538ba09b9fcbc3febd09ca8863093a6a017c74a9e834bea50c44c9b87bf775a4057825d4
 SHA512 
539170a363541a7bbf04d3448786d4ab4da2928eedef3d02ce0ba075e5b7c43a36d0e7071ad764026bac01e445da340756e6ef8cf484e39ea4f9d8e8897c6fa5

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.43.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.43.ebuild
deleted file mode 100644
index 9c3b78fd4c38..000000000000
--- a/dev-python/phonenumbers/phonenumbers-8.12.43.ebuild
+++ /dev/null
@@ -1,21 +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
-
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="https://github.com/daviddrysdale/python-phonenumbers";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DOCS=( README.md )
-
-distutils_enable_tests setup.py

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.44.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.44.ebuild
deleted file mode 100644
index 46dbfb8b29a0..000000000000
--- a/dev-python/phonenumbers/phonenumbers-8.12.44.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 ~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