From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89205138239 for ; Sat, 28 Mar 2020 11:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25841E0D27; Sat, 28 Mar 2020 11:59:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0498BE0D27 for ; Sat, 28 Mar 2020 11:59:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD3BD34F9CF for ; Sat, 28 Mar 2020 11:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C697A1A8 for ; Sat, 28 Mar 2020 11:59:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585396756.39c670189ec0776c2b8915ed9efd79417fbd9381.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/phonenumbers/Manifest dev-python/phonenumbers/phonenumbers-8.11.2.ebuild X-VCS-Directories: dev-python/phonenumbers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 39c670189ec0776c2b8915ed9efd79417fbd9381 X-VCS-Branch: master Date: Sat, 28 Mar 2020 11:59:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74d14351-17af-4be4-948c-ad2dde70befc X-Archives-Hash: 978c738c98af660ff575a66c0621970a commit: 39c670189ec0776c2b8915ed9efd79417fbd9381 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 11:47:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 11:59:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c67018 dev-python/phonenumbers: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/phonenumbers/Manifest | 1 - dev-python/phonenumbers/phonenumbers-8.11.2.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest index 2c5cbd642fb..543277b3069 100644 --- a/dev-python/phonenumbers/Manifest +++ b/dev-python/phonenumbers/Manifest @@ -1,3 +1,2 @@ DIST phonenumbers-8.10.22.tar.gz 2307815 BLAKE2B 397711a4cca97be68986cbb21ab971710c213a74fbb0e2c79de67b98ab44c3e25e95f6bfc2c469c1abfaf0d1c3848114a0be47d08650c7ac57a01240b7a79270 SHA512 f7c540276324a373bc0caa9aa3b87da31b98bfd24fbffab2f9137f0c6f72bba88022d9820193dfe482ee621fc3c90126bd93cb51bb4715dcbd1c3fa689e055b5 -DIST phonenumbers-8.11.2.tar.gz 2365547 BLAKE2B ea16068e68ca90458ccfb203666d88158ec1af4910bbd2034f45f99e1366363236f3e6d594e36bdcb9358021322e7e7580dcc79805b1ab34617e30059655779a SHA512 d86e21e66ba3138093c407c3775dcdbb049ed4001fb5a1265257bc58ad2cd0611a0983baced4cd2b33369f4c09056ccc91d8e9d34b66a5ca826b5c9b28abfe33 DIST phonenumbers-8.12.0.tar.gz 2377613 BLAKE2B d588a0954cd06fa913d235a969d237f1ca94560bc19118a5ba0108f15da2ba2a12c9404c7a57bd1e36715f61d8b551608924b343565a8e0f980bd1efd0e19d5d SHA512 b3e0c6e33b43e696fa74d394b42a04b02a3b46c9129a21e286ef657e556bb50f4e2f8ceff5648527eeb2b2e83097bb43561c7cb907d78f357c7a250b24322beb diff --git a/dev-python/phonenumbers/phonenumbers-8.11.2.ebuild b/dev-python/phonenumbers/phonenumbers-8.11.2.ebuild deleted file mode 100644 index 1677ba0426a..00000000000 --- a/dev-python/phonenumbers/phonenumbers-8.11.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python port of Google's libphonenumber" -HOMEPAGE="https://github.com/daviddrysdale/python-phonenumbers" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS="README.md" - -python_test() { - esetup.py test -}